Hello,

I am thinking about teaching my students JavaScript first so that they can start creating websites and make their career, what are your thoughts?

you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 5 months ago (6 children)

printf(“hello world!”);

If this is famously difficult to you, I don’t think computer science is your bag.

  • source
  • parent
  • hideshow 6 child comments
  • [+] 3 points 5 months ago* (last edited 5 months ago) (1 child)
  • [–] 2 points 5 months ago* (last edited 5 months ago)

    I'm glad someone is saying it. I'm a software engineer and someone elsewhere in this thread is giving me shit for not having much use for the low level stuff.

    I was teaching a junior about character encoding a couple of months ago (I suspect his CS degree came free in a box of cereal) but most of what we do is build tooling on top of other tooling. I'm not working on bare metal here!

  • source
  • parent
  • [–] -1 points 5 months ago (3 children)

    That is not a valid C program.

    print('hello world')

    Is a valid python program.

  • source
  • parent
  • hideshow 3 child comments