Category:Zkl: Difference between revisions

Content added Content deleted
m (Tweak verbage)
(zkl: Add some links)
Line 15: Line 15:


It is open source and free. Download, compile and play with it. The VM is written in C, it compiles with clang, GCC or VisualStudio (makefiles, project files included) on Linux/FreeBSD/MS Windows. Running it is old school: command line or REPL, no IDE or GUI. Will work with emacs or vi! I use c mode.
It is open source and free. Download, compile and play with it. The VM is written in C, it compiles with clang, GCC or VisualStudio (makefiles, project files included) on Linux/FreeBSD/MS Windows. Running it is old school: command line or REPL, no IDE or GUI. Will work with emacs or vi! I use c mode.

== External Links and References ==
=== Web Pages ===
* [http://home.comcast.net/~zenkinetic/zkl.html zkl home page]
* [http://home.comcast.net/~zenkinetic/zklDownloads.html zkl downloads page]

=== Books ===
* [http://home.comcast.net/~zenkinetic/Documents/zklManual.pdf The zkl programming language and reference manual (PDF)]