What programming language is Open source, also good for newbies?
1970-01-01 00:00:00 UTC
What programming language is Open source, also good for newbies?
Six answers:
Luther R
2007-05-11 18:08:47 UTC
Try FreeBASIC. http:\\www.freebasic.net\forum
That's a good place to start.
Print "Hello World."
sleep
It doesn't get much more newbie friendly than that.
michaelgburnside
2007-05-11 02:59:32 UTC
java
Loras
2007-05-10 19:45:16 UTC
Perhaps you need to figure out what your environment for development will be. You can learn any programming language you desire for free with a book, but you will need somewhere to run the code you develop.
So if you are looking for a language, be sure to look for one with a compiler that will work on your target computer. (Which sounds like it will be Linux.)
Heck you could learn simple programming by writing Java Script in an HTML page and then using an browser to display the results.
fildzi
2007-05-10 18:35:24 UTC
C is pretty straight forward and easy. i learned java first, then C, etc.
Noah H
2007-05-10 18:34:41 UTC
PHP is good for web apps
You can take a look at www.perkiset.org for some suggestions and sample code
xfire_2
2007-05-10 11:36:19 UTC
I am not sure why you want an open source language, but Sun has released its codebase for Java. If you are just looking for a good programming language you can't go wrong with C++. For a good scripting language try Python or ruby.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.