Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liljencrantz/anna

Interpreter for statically typed, duck typed language with list style macros
https://github.com/liljencrantz/anna

Last synced: 2 months ago
JSON representation

Interpreter for statically typed, duck typed language with list style macros

Awesome Lists containing this project

README

        

This is an interpreter for the Anna language. Anna is a computer
language with a C-like syntax, structural typing and LISP-style
macros.

The Anna interpreter is working and only has a small number of glaring
functionality holes, but the standard library is still a barren
wasteland. After installing Anna, the documentation should be
available in HTML format in /usr/local/share/doc/anna/index.html. You
can also check out the various example files in the util, perf and
tests directories to get a feel for how the language works.