Skip to content
/ stck Public

A statically typed stack-based concatenative programming language

License

Notifications You must be signed in to change notification settings

zptr1/stck

Repository files navigation

stck

stck is a statically typed stack-based concatenative programming language

Work In Progress

This language is a work in progress and is not meant for production use!

Using

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.

Roadmap / To-Do

  • Statically typed
  • Compiler into own bytecode
  • Compiler into native
  • FFI
  • More Features (in progress)
  • Optimized (in progress)
  • Self-Hosted
  • Cross Platform

About

A statically typed stack-based concatenative programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published