Click here to Skip to main content
15,918,108 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Just published : BASIC on Commodore book Pin
voracy16-Jan-19 5:21
professionalvoracy16-Jan-19 5:21 
GeneralRe: Just published : BASIC on Commodore book Pin
englebart16-Jan-19 2:16
professionalenglebart16-Jan-19 2:16 
GeneralRe: Just published : BASIC on Commodore book Pin
raddevus16-Jan-19 2:26
mvaraddevus16-Jan-19 2:26 
GeneralRe: Just published : BASIC on Commodore book Pin
Bruce Patin16-Jan-19 4:15
Bruce Patin16-Jan-19 4:15 
GeneralRe: Just published : BASIC on Commodore book Pin
raddevus16-Jan-19 4:40
mvaraddevus16-Jan-19 4:40 
GeneralRe: Just published : BASIC on Commodore book Pin
BryanFazekas16-Jan-19 4:55
BryanFazekas16-Jan-19 4:55 
GeneralRe: Just published : BASIC on Commodore book Pin
Bitbeisser16-Jan-19 7:16
Bitbeisser16-Jan-19 7:16 
GeneralRe: Just published : BASIC on Commodore book Pin
raddevus16-Jan-19 7:31
mvaraddevus16-Jan-19 7:31 
Bitbeisser wrote:
Javascript to teach an 8 year old programming? You just got to be kidding!

I think you're coming with a lot of preconceived ideas.
JavaScript can be simple. It can be.
The fact that it isn't is due to the way some devs implement JavaScript.

Is there anything tough about showing an 8 year old how to create a variable in JavaScript?
JavaScript
var counter = 0;


Also, most likely if the kid has any kind of computer (iOS, Windows, Linux) then she'll have everything she needs to begin (text editor, web browser).

Here's the first program from old K&R C :
C++
#include <stdio.h>

main()
{
    printf("hello, world\n");
}


Here it is in JavaScript:
JavaScript
console.log("hello, world\n");


Smile | :)

Now, advanced JavaScript, that's another thing altogether isn't it?
Devs do some terrible things (bad code organization and using globals, etc) with JavaScript but it doesn't have to be that way if the teacher guides the student properly through the material.
GeneralRe: Just published : BASIC on Commodore book Pin
willichan16-Jan-19 8:20
professionalwillichan16-Jan-19 8:20 
GeneralRe: Just published : BASIC on Commodore book Pin
Member 289602017-Jan-19 5:02
Member 289602017-Jan-19 5:02 
GeneralRe: Just published : BASIC on Commodore book Pin
raddevus17-Jan-19 7:14
mvaraddevus17-Jan-19 7:14 
GeneralRe: Just published : BASIC on Commodore book Pin
daflashrex17-Jan-19 6:18
daflashrex17-Jan-19 6:18 
GeneralRe: Just published : BASIC on Commodore book Pin
raddevus17-Jan-19 7:15
mvaraddevus17-Jan-19 7:15 
GeneralRe: Just published : BASIC on Commodore book Pin
daflashrex17-Jan-19 7:46
daflashrex17-Jan-19 7:46 
GeneralRe: Just published : BASIC on Commodore book Pin
daflashrex15-Apr-19 5:29
daflashrex15-Apr-19 5:29 
GeneralFashionably Smart Pin
Mike Hankey15-Jan-19 3:32
mveMike Hankey15-Jan-19 3:32 
GeneralRe: Fashionably Smart Pin
  Forogar  15-Jan-19 3:58
professional  Forogar  15-Jan-19 3:58 
GeneralRe: Fashionably Smart Pin
  Forogar  15-Jan-19 3:59
professional  Forogar  15-Jan-19 3:59 
GeneralRe: Fashionably Smart Pin
Mike Hankey15-Jan-19 4:01
mveMike Hankey15-Jan-19 4:01 
PraiseRe: Fashionably Smart Pin
User 991608015-Jan-19 4:31
professionalUser 991608015-Jan-19 4:31 
GeneralRe: Fashionably Smart Pin
  Forogar  15-Jan-19 5:26
professional  Forogar  15-Jan-19 5:26 
GeneralRe: Fashionably Smart Pin
Mike Hankey15-Jan-19 5:27
mveMike Hankey15-Jan-19 5:27 
GeneralRe: Fashionably Smart Pin
OriginalGriff15-Jan-19 4:13
mveOriginalGriff15-Jan-19 4:13 
GeneralRe: Fashionably Smart Pin
RJOberg15-Jan-19 4:13
professionalRJOberg15-Jan-19 4:13 
GeneralRe: Fashionably Smart Pin
OriginalGriff15-Jan-19 4:15
mveOriginalGriff15-Jan-19 4:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.