stck is a statically typed stack-based concatenative programming language
This language is a work in progress and is not meant for production use!
Requirements: bun
, fasm
and gcc
Use stck run file.stck
to run a stck program, or stck build file.stck
to compile it to an ELF64 executable.
stck only supports Linux x86_64 for now.
- Statically typed
- Compiler into own bytecode
- Compiler into native
- FFI
- More Features (in progress)
- Optimized (in progress)
- Self-Hosted
- Cross Platform