Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynajoe/joeml
A toy programming language inspired by ML.
https://github.com/dynajoe/joeml
Last synced: 21 days ago
JSON representation
A toy programming language inspired by ML.
- Host: GitHub
- URL: https://github.com/dynajoe/joeml
- Owner: dynajoe
- Created: 2018-11-26T15:04:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:34:08.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T02:15:10.141Z (9 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joeml
A toy programming language inspired by ML.```
main args { print "Hello World" }
```