Category:Toka: Difference between revisions

add concatenative paradigm
(→‎External Links: Updated url)
(add concatenative paradigm)
 
(9 intermediate revisions by 6 users not shown)
Line 1:
{{language|Toka
[[Category:Solutions by Programming Language]]
|site=http://code.google.com/p/toka/
|gc= yes
|LCT=no
}}
{{compiler}}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]] (to callgenerating 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 thean [[MIT/X11open Licensesource|open-source]] license.
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.
 
{{language programming paradigm|concatenative}}
Toka is distributed under the [[MIT/X11 License]].
 
==External Links==
*[http://toka.charleschilders.com Toka Home]
559

edits