Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsf/thurston
A programming language
https://github.com/gsf/thurston
Last synced: 19 days ago
JSON representation
A programming language
- Host: GitHub
- URL: https://github.com/gsf/thurston
- Owner: gsf
- Created: 2012-07-05T01:46:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T09:54:06.000Z (about 9 years ago)
- Last Synced: 2024-11-10T01:31:18.794Z (2 months ago)
- Language: VimL
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 callableTherefore:
1. Modules won't be run on require
2. All declared variables are exposedSee the examples directory for thoughts.