Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/lumen
A WIP tiny programming language for the JVM.
https://github.com/augustt198/lumen
Last synced: about 2 months ago
JSON representation
A WIP tiny programming language for the JVM.
- Host: GitHub
- URL: https://github.com/augustt198/lumen
- Owner: augustt198
- License: mit
- Created: 2014-11-12T03:34:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T03:19:04.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T15:35:24.004Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.6 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lumen
[![Travis CI Badge](https://travis-ci.org/augustt198/lumen.svg?branch=master)](https://travis-ci.org/augustt198/lumen)
A WIP tiny programming language for the JVM.
### What Can It Do?
Not much... yet. Here's a sample program:
**Lumen Source**
![Lumen Source](http://i.imgur.com/zZcGJhr.png)**Program output**
```
0 1 4 3 16
-1
Infinity
```#### [Trello Board](https://trello.com/b/CHPN7kR1/lumen)