zptr1 / stck

A statically typed stack-based concatenative programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stck

stck is a statically typed stack-based concatenative programming language

Work In Progress

This language is currently being developed by only one person as just a hobby. While I would really appreciate if people were using this language, the language is not cross platform at all yet and might be unstable or unsafe. Anything can change at any moment.

TL;DR: Not for production use!

Roadmap / To-Do

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

About

A statically typed stack-based concatenative programming language

License:MIT License


Languages

Language:TypeScript 94.3%Language:Assembly 5.7%