Subject:
|
Re: Why java (or other langs) for Robots
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Wed, 18 Jan 2006 01:09:15 GMT
|
Original-From:
|
dan miller <danbmil99@yahoo.SAYNOTOSPAMcom>
|
Viewed:
|
2101 times
|
| |
 | |
Let me throw in here: the reason to port a high-level language like Java (or
my favorite, Python) to a machine like NXT, even though there may be some
compromises:
Programming is hard. Programming in a language that is closer to the
machine is generally harder (I would put Java closer to the machine than
most, but that's just opinion). With 256K rom + 64K ram, you can do one of
two things: use it all for a long, complex, performance-enhanced program.
Or, you can use most of the memory and CPU to enable one to write a small
program quickly and concisely, in a language he/she can learn in a couple
hours.
This is exactly what TLG tried to do with RIS, and what they may be able to
do to some degree with LabView. Those are visual languages; there is an
argument to be made that a simple text-based language would be an excellent
addition to the tools available. If nothing else, it gives budding
programmers a chance to get their hands on something a bit more serious and
real-world than the drag-and-drop stuff that will come with the box.
So the question is really not whether a high-level language will be ported,
but which ones will get the most attention, and what tradeoffs will be made.
Obviously NQC will make it to NXT quickly; however, IMSHO this won't
maximize what we've been given to work with. A 4GL scripting language such
as Python, Ruby, or Lua, (maybe even Scheme), with next-gen data structures
(arbitrarily indexed tables, true polymorphism), and with tons of www
support (tutorials, downloadable free code, user communities, etc), will
really enhance the NXT experience for a good percentage of youngsters for
whom it will be their first exposure to what programming is all about.
-dbm
|
|
1 Message in This Thread: 
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|