Category:Toka: Difference between revisions

no edit summary
m (Expanded the description)
No edit summary
Line 1:
[[Category:Solutions by Programming Language]]
 
Toka is a concatenative programming language with similarities to [[:Category:Forth|Forth]]. It has two accessible stacks for passing data, a dictionary which maps names to functions, an interpreter, a compiler (to call threaded code), a form of garbage collection, and various functions to aid in debugging and inspecting compiled code.
 
Toka is distributed under the [[MIT/X11 License]].
Anonymous user