/shuckle

A small dynamically typed, S-expression programming language.

Primary LanguageC++zlib LicenseZlib

The Shuckle Programming Language

Shuckle is a small stack-based, S-expression programming language. It can output to many backends (C, JavaScript, etc) and also custom backends.

Example:

(function (main)
    (push "Hello, World")
    (print)
)

License

This is distributed under the Zlib License. See LICENSE for more details.