Log In  
Follow
Jaypi

Cart #japi_jorth_1-5 | 2024-12-09 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Jorth

A small stack-based language interpreter implemented in Pico-8, oh and a text editor too. It's a programming toy. If you know Forth, this language won't be too hard to learn.

Controls

Ctrl-G: Switches modes
Ctrl-D: Deletes the current code
Ctrl-C: Copies the code (bugged)
Ctrl-V: Pastes whatever is in the clipboard (bugged)
Ctrl-H: Replaces the current content of the program with a help menu
Click to run the code.

Changelog

0.1:

  • First version!

0.2:

  • Added Ctrl-H for docs
  • Added STOP intrinsic

0.3:

  • New intrinsics for working with Lua
  • New docs for IF-ELSE, DEF, and Lua intrinsics
  • Smarter error messages

[ Continue Reading.. ]

3
14 comments