Azul on Nostr: mini-announcement: I've decided to publish Yotta. Yotta is a forth-like language with ...
mini-announcement: I've decided to publish Yotta.
Yotta is a forth-like language with a very small core. In the beginning, all you can do is:
- emit machine code,
- emit machine code that emits machine code,
- define new words ... that emit machine code
With just those primitives we define an x86-64 assembler, and from there we use that assembler to define most of a forth.
Check it out: https://github.com/typeswitch-dev/yotta/
Yotta is a forth-like language with a very small core. In the beginning, all you can do is:
- emit machine code,
- emit machine code that emits machine code,
- define new words ... that emit machine code
With just those primitives we define an x86-64 assembler, and from there we use that assembler to define most of a forth.
Check it out: https://github.com/typeswitch-dev/yotta/