Need to know the best language
-
- Posts: 11
- Joined: Thu May 03, 2007 7:50 am
Need to know the best language
Justin one of my freinds and I would like to begin learning a coding language and be serious about it to make a custom firmware for the psp should we use C or C++?
Forth is a cool language, see e.g. my vector font project:
http://www.frank-buss.de/forth/hershey.html
or my upcoming new Forth CPU:
http://www.frank-buss.de/forth/cpu1/
Seriously: If you have no programming experience, don't start with complicated environments like the PSPSDK or C. Download an easy to use package like Python, e.g. with PyGames or Lua Player to learn the basic programming concepts without fiddling about low-level and build-environment details. If you have some basic understanding about programming, you can use more complicated low-level (but faster) languages and environments. And most programers doesn't use just one language, but the language that is the best solution for a given problem or a mix of different languages, e.g. a scripting language for game logic and C for graphics effects.
http://www.frank-buss.de/forth/hershey.html
or my upcoming new Forth CPU:
http://www.frank-buss.de/forth/cpu1/
Seriously: If you have no programming experience, don't start with complicated environments like the PSPSDK or C. Download an easy to use package like Python, e.g. with PyGames or Lua Player to learn the basic programming concepts without fiddling about low-level and build-environment details. If you have some basic understanding about programming, you can use more complicated low-level (but faster) languages and environments. And most programers doesn't use just one language, but the language that is the best solution for a given problem or a mix of different languages, e.g. a scripting language for game logic and C for graphics effects.