OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: lareya on October 13, 2004, 05:55:11 pm
-
Does anyone use these programs?
Bas http://killefiz.de/zaurus/showdetail.php?app=630 (http://killefiz.de/zaurus/showdetail.php?app=630)
or
Blassic http://killefiz.de/zaurus/showdetail.php?app=1052 (http://killefiz.de/zaurus/showdetail.php?app=1052)
What do you think? Is it good for a newbie to start to program on the Z (clamshell)?
Lareya
-
My advise would be to use more common languages.
Python runs well on the Z. It is well supported on Windows and Linux, meaning you can run your scripts on your desktop machine with minimal changes.
PyQt is the GUI of choice if you are using the Sharp ROM.
-
If you prefer Java, programming Java code using EWE VM, http://ewesoft.com (http://ewesoft.com), is another recommendation.
-
Thanks a lot for your suggestions. I am interested in the Java stuff. Python seems really hard for a beginer. I may be wrong here. Java may be more within my learning curve.
Thanks!
Lareya
-
perl
python
java
c++
-
What do you think? Is it good for a newbie to start to program on the Z (clamshell)?
If you are just starting out in programming, I would pick C instead. But keep in mind that there are a hella lotta VB programming jobs out there, so it doesn't pay to be a snob
In my line of work (Controls Engineer) VB, or VB-like, programming/scripting is the rule rather than the exception. Compiled programs are not only rare, but are seriously frowned upon (kinda hard to troubleshoot things when you don't have the source code).
(for a look-see as to what I'm blathering about check out:
http://www.searcheng.co.uk/articles/plc/motors.html (http://www.searcheng.co.uk/articles/plc/motors.html)
http://www.ibiblio.org/obp/electricCircuit...tal/DIGI_6.html (http://www.ibiblio.org/obp/electricCircuits/Digital/DIGI_6.html)
And the massive, but excellent "Automating Manufacturing Systems
with PLCs":
http://claymore.engineer.gvsu.edu/~jackh/books/plcs/ (http://claymore.engineer.gvsu.edu/~jackh/books/plcs/)
http://claymore.engineer.gvsu.edu/~jackh/b...plcbook4_5.pdf) (http://claymore.engineer.gvsu.edu/~jackh/books/plcs/pdf/plcbook4_5.pdf))
We're like the red-headed, left-handed stepchildren of real programmers, but we get more done with 4k than most get out of 4meg.
I encourage you to look into Controls/Electrical Engineering, my daughter is about two semesters away from getting her degree (and loves it).
The little geekette
John
-
I would opt for Python (or Perl, or Ruby) if you haven't programmed before. It may look a little odd but it is much, much easier than Java to pick up.
In Python you can learn the basics in a few minutes, I gave up on learning Java due to the fact you needed to learn quite a lot just to do simple stuff.
It is also interpreter based which makes it easier (in most cases) to quickly run it.
There are some pretty good online tutorials for Python (see www.python.org for a complete list)