Author Topic: basic programing for the Z?  (Read 3909 times)

lareya

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://
basic programing for the Z?
« on: October 13, 2004, 05:55:11 pm »
Does anyone use these programs?

Bas   http://killefiz.de/zaurus/showdetail.php?app=630

or

Blassic  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
SL-C3000: un-bricked (Thanks to Cresho!)
C-860: pdxRom

pmf

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
basic programing for the Z?
« Reply #1 on: October 13, 2004, 07:22:07 pm »
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.

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
basic programing for the Z?
« Reply #2 on: October 14, 2004, 05:57:22 am »
If you prefer Java, programming Java code using EWE VM, http://ewesoft.com, is another recommendation.

lareya

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • http://
basic programing for the Z?
« Reply #3 on: October 14, 2004, 04:25:48 pm »
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
SL-C3000: un-bricked (Thanks to Cresho!)
C-860: pdxRom

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
basic programing for the Z?
« Reply #4 on: October 14, 2004, 07:16:48 pm »
perl

python

java

c++

waalkman

  • Full Member
  • ***
  • Posts: 176
    • View Profile
basic programing for the Z?
« Reply #5 on: October 14, 2004, 08:40:16 pm »
Quote
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.ibiblio.org/obp/electricCircuit...tal/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/b...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
C860, SMC Model SMC2642W, various sized memory cards

ajp153

  • Newbie
  • *
  • Posts: 4
    • View Profile
basic programing for the Z?
« Reply #6 on: October 19, 2004, 11:54:20 am »
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)