An open API service indexing awesome lists of open source software.

https://github.com/wolfadex/moss-lang

A toy concatenative lang
https://github.com/wolfadex/moss-lang

Last synced: 3 months ago
JSON representation

A toy concatenative lang

Awesome Lists containing this project

README

          

# 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