Skip to content
/ Numi Public

Implementation of a stack oriented language (like Factor) in various languages

License

Notifications You must be signed in to change notification settings

SV-97/Numi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numi

Implementation of a concatenative / stack oriented language (like Factor) in various languages.

Implementations labeled with "level1" don't have frames. Frames are essentially Smalltalk blocks or factor quotations.

Currently implemented:

  • Rust (Full)
  • Haskell (Full)
  • Python (Full)
  • C (Level1)

Rust has the most actual functions for the language implemented but that's just because I'm too lazy to type them up in the other languages - it's really a trivial task to implement them.

About

Implementation of a stack oriented language (like Factor) in various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published