Author Topic: Programming V3 MEGATHREAD [Because we need one]  (Read 7743 times)


http://www.theguardian.com/education/2014/feb/17/craft-computer-club-kids-coding

apparently they want to mass produce a paper box to help kids learn to code
i dont understand how that is supposed to work

There's probably more to it than just a paper box, like a book or something.

<script type='text/javascript'>
alert("op is cool");
document.write("i can code elite skills!!! ye!");
</script>

PHP and Javascript reporting in.

Javascript reporting in.

and what the forget is python doing there anyways
i learned some C but the syntax is just so loving annoying, same goes with C++

i don't see how lua isn't on there, it's mildly popular considering garry's mod, roblox, and some other things


Languages I know:
ms dos batch
vbscript
torque
java
javascript
php
c++
gml <- lol

not really 'programming' languages:
html
css

C++.

If only I can get SDL to work...

C# is nice. I don't give a shat what anyone else thinks about it, it's rich in features and has a nice simple syntax, has multiple incredibly user-friendly IDEs, and is also pretty fast. Just in general it's much nicer to work with than languages like C++ and perl.

Not as fast as C++ or javascript, but that's kind of a given.

not really 'programming' languages:
html
css

HTML is a markup language. Though it's considered a coding language, it's not used to generally 'program' or tell anything to do anything. CSS is HTML's bitch.


Alright guise how is my revolutionary gaming advancement game????

I'm hoping that was a joke

C# is nice. I don't give a shat what anyone else thinks about it, it's rich in features and has a nice simple syntax, has multiple incredibly user-friendly IDEs, and is also pretty fast. Just in general it's much nicer to work with than languages like C++ and perl.

Not as fast as C++ or javascript, but that's kind of a given.

c# makes me sad because in c++ you can cast a char* on an integer while in c# you cant. i dont even think you can use a char* anymore.