![]() A Scripting Language |
|
Embedding Kozmo API Reference
|
![]() The Kozmo Embedded language
0.1IntroductionKozmo is an imbedded interpreted language designed to make it easy to add scripting capabilities to your application. It is a stack based threaded interpreted language with a syntax very similar to FORTH and some LISP like behaviour. The Kozmo interpreter succesfully evaluated it's first expresion '2 3 +' at 12:54 AM, March 15th 2001 AEST. The Kozmo syntax is extremely simple and can be learnt quite rapidly.
The Kozmo programmers guide can be found on the SourceForge Project for Trident Rising. This guide provides a brief introduction to the Kozmo language and the runtime language functions - additional application specific function documentation will be provided with the embedding application.
Details on embedding the Kozmo interpreter in your own applications is provided on the SourceForge Project for Trident Rising. This guide provides a detailed description on how to embed Kozmo in your own applications - including how to implement your own custom data types as well as details on implementing your own runtime functions.
|