Skip to content

Async10/Back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Back (and Forth)

Back is a Forth-like toy language. This means just like Forth, Back is a concatenative, stackbased programming language that uses reverse polish notation.

Back is untyped, hihgly unsafe and not intended to solve real world problems but it implements enough functionality to be turing complete. Turing completeness is proven by impelementing the rule 110 cellular automaton, which itself is known to be turing complete, in Back.

Back compiles to x86-64 assembly, which again is compiled to a statically-linked linux executable. Support for other platforms is not planned.

Credits

Thanks to its zxc for the awesome name.

Another big thank you goes to Tsoding the creator of Porth, another Forth-like programming language. This whole project is heavily inspired by Porth and without it, Back wouldn't exist.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published