o
odinpkg.dev
packages / library / moss-lang

moss-lang

72c7134library

A toy concatenative lang

No license · updated 7 months ago

Moss Lang

A langauge inspired by Forth, Kitten, and Elm.

It is implemented in Odin.

Keywords:

  • if: takes 2 quotes. If the 2nd quote puts True on the stack, run the top quote
  • elif: takes 2 quotes and a boolean. If the the 3 value (a boolean) is False,
  • else: tales 2 quotes and a boolean. If