ryaangu / shuckle

A small dynamically typed, S-expression programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A small dynamically typed, S-expression programming language.

License:zlib License


Languages

Language:C++ 48.2%Language:C 37.3%Language:CMake 14.5%