Shop OBEX P1 Docs P2 Docs Learn Events
Any programming language for propeller chip except Spin & Assembly? — Parallax Forums

Any programming language for propeller chip except Spin & Assembly?

kirashikirashi Posts: 4
edited 2010-08-11 22:27 in Propeller 1
Any programming language suitable for propeller chip except Spin, C & Assembly?
How about Java and Probasic?

Comments

  • Ding-BattyDing-Batty Posts: 302
    edited 2010-08-11 09:34
  • Capt. QuirkCapt. Quirk Posts: 872
    edited 2010-08-11 10:28
    Spin just took many of the basic parts of C, C++ (minus the braces) and combined them with Basic.

    As a result, Spin is easy to recognize, and provides the same Utility Value (The language has more strengths and versatility than any other language) that all the Previous Basic Stamps had.
  • jazzedjazzed Posts: 11,803
    edited 2010-08-11 11:52
    kirashi wrote: »
    Any programming language suitable for propeller chip except Spin, C & Assembly?
    How about Java and Probasic?
    Javelin is Java 1.1 dialect. I've been developing a PropellerJVM version of Javelin for a while now. While PropellerJVM will never approach C,SPIN,ASM in terms of performance, it is faster than the original Javelin though and potentially can run classes/programs up to total 96KB. PropellerJVM works with any Propeller board having 64KB or more EEPROM and allows running 32KB programs.

    A thread about PropellerJVM is here http://forums.parallax.com/showthread.php?t=110317, but enthusiasm has stalled a bit and all the code examples have been mangled by the forum switchover. I do have a web-site dedicated to it here: www.brouhaha.com/~sdenson/PropellerJVM

    PM me or post if you're interested.

    --Steve
  • Cluso99Cluso99 Posts: 18,069
    edited 2010-08-11 14:20
    kirashi: Firstly, welcome to the forum :D

    As you will see by the link, almost any language is possible if you have the right hardware because the prop can also emulate other older (retro) computers with additional memory. The best emulation IMHO is ZiCog or its equivalents because these can run the old CPM operating system of the 80's using a microSD/SD card as the disks. Just about every programming language (not windows based) known to man ran in some form on these old micros.
  • anhingusanhingus Posts: 10
    edited 2010-08-11 16:52
    i'm an old gw-basic type, so i vote for mike green's femtobasic. it's well-done!
  • Kevin WoodKevin Wood Posts: 1,266
    edited 2010-08-11 22:27
    There is also PropForth: http://code.google.com/p/propforth
Sign In or Register to comment.