Category:Toka: Difference between revisions

add concatenative paradigm
m (Added intrawiki links.)
(add concatenative paradigm)
 
(3 intermediate revisions by 2 users not shown)
Line 1:
{{language|Toka
{{language|Toka}}Toka is a concatenative programming language with similarities to [[:Category:Forth|Forth]]. It has two accessible [[Stack|stacks]] for passing data, a dictionary which maps names to functions, an [[interpreter]], a [[compiler]] (generating threaded code), a form of garbage collection, and various functions to aid in debugging and inspecting compiled code. Toka also has a set of optional libraries that extend the core language in many ways.
|site=http://code.google.com/p/toka/
|gc= yes
|LCT=no
}}
{{language|Tokacompiler}}Toka is a concatenative programming language with similarities to [[:Category:Forth|Forth]]. It has two accessible [[Stack|stacks]] for passing data, a dictionary which maps names to functions, an [[interpreter]], a [[compiler]] (generating threaded code), a form of [[garbage collection]], and various functions to aid in debugging and inspecting compiled code. Toka also has a set of optional libraries that extend the core language in many ways.
 
Toka is distributed under an [[open source|open-source]] license.
 
{{language programming paradigm|concatenative}}
==External Links==
*[http://charleschilders.com/toka.html Toka Home]
*[http://charleschilders.com:9812/ Dictionary Browser]
559

edits