Shop OBEX P1 Docs P2 Docs Learn Events
BASIC source codes — Parallax Forums

BASIC source codes

flapdoodle_dinghyflapdoodle_dinghy Posts: 17
edited 2006-11-07 14:09 in Propeller 1
I noticed several threads concerning source for a tiny BASIC. There are sources (some open source) listed here: http://www.nicholson.com/rhn/basic/

Bill

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://tech.groups.yahoo.com/group/parallax_propeller/

Comments

  • Cliff L. BiffleCliff L. Biffle Posts: 206
    edited 2006-11-05 17:05
    Something tells me that a classic MacOS app would be a difficult port to the Propeller. smile.gif
  • flapdoodle_dinghyflapdoodle_dinghy Posts: 17
    edited 2006-11-05 17:37
    Very true, but half way down the page is other systems with source code including 6502 and 68000. I am looking a few of them over for ideas.

    Bill

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    http://tech.groups.yahoo.com/group/parallax_propeller/
  • Cliff L. BiffleCliff L. Biffle Posts: 206
    edited 2006-11-05 17:39
    Rock on. I'm still a wee bit suspicious of any existing BASICs for these systems, as they may well be founded on the outdated programming model BASIC too often encourages. (I love my BASIC Stamp, but I know Dijkstra spins in his grave every time I'm forced to use GOTO.)

    I will definitely play with anything you cook up, though. smile.gif
  • rokickirokicki Posts: 1,000
    edited 2006-11-06 17:51
    My "coco simulator" (not really, just a stunt) includes a full tiny basic implementation in Spin.
  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-11-06 21:12
    Here are two versions of micro-basic.
    One is in C, the other in Z80 assembly.

    regards peter
  • Mike GreenMike Green Posts: 23,101
    edited 2006-11-06 21:45
    There is already an integer-only minimal basic that someone did for the Propeller in SPIN shortly after the Propeller was released.

    I don't have the forum link, but I reposted it some time ago.
  • Ym2413aYm2413a Posts: 630
    edited 2006-11-07 14:09
    Mike Green said...
    There is already an integer-only minimal basic that someone did for the Propeller in SPIN shortly after the Propeller was released.

    I don't have the forum link, but I reposted it some time ago.
    Yeah I remember seeing that link on here too. (and again when you reposted it months later)

    I though it was pretty impressive.
    It didn't really have many uses with its limits. (Maybe a Save and Load feature would be nice?)
    But it shows the tip of the iceberg on what can be done.
Sign In or Register to comment.