Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gsf/thurston

A programming language
https://github.com/gsf/thurston

Last synced: 19 days ago
JSON representation

A programming language

Awesome Lists containing this project

README

        

# Thurston
Thurston is a programming language.

Objectives:

1. Full syntax consistency between modules and objects
2. JSON-like syntax for objects and arrays
3. Objects are callable

Therefore:

1. Modules won't be run on require
2. All declared variables are exposed

See the examples directory for thoughts.