Category:Toka: Difference between revisions

From Rosetta Code
Content added Content deleted
(updated links)
(→‎External Links: Fixed broken link to external Toka home page.)
Line 4: Line 4:


==External Links==
==External Links==
*[http://charleschilder.com/toka.html Toka Home]
*[http://charleschilders.com/toka.html Toka Home]
*[http://charleschilders.com:9812/ Dictionary Browser]
*[http://charleschilders.com:9812/ Dictionary Browser]

Revision as of 03:09, 3 February 2008

Language
Toka
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Toka.

Toka is a concatenative programming language with similarities to Forth. It has two accessible 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 license.

External Links