Quote:
Originally posted by saline
I love JavaScript. You should too, don't be afraid of JavaScript. It's probably a lot more familiar than you think, it's a C based language so if you know C, C++ or Java (another C based language) you'll probably do alright.
Well, kind of. The web page and applet I've created does almost nothing but I've used and modified it before to do a bunch of different stuff.
|
what do you mean "c based"? the compiler and jvm for java are written in c but it is hardly "c" based, its oo and c is procedural, same with javascript javascript is oo, not procedural, i would not go comparing it to c...
also, you did not make an "applet" and applet is a specific java program not some block of javascript code...
but the game of life looks interesting in anycase.