Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mystpi/spark
Compile-to-JS language built in Gleam.
https://github.com/mystpi/spark
functional-programming gleam langdev language
Last synced: 4 days ago
JSON representation
Compile-to-JS language built in Gleam.
- Host: GitHub
- URL: https://github.com/mystpi/spark
- Owner: MystPi
- Created: 2024-04-02T15:49:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:12:00.000Z (3 months ago)
- Last Synced: 2024-08-23T16:54:40.027Z (3 months ago)
- Topics: functional-programming, gleam, langdev, language
- Language: Gleam
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spark
Compile-to-JS language built in Gleam.
- Functional
- Pattern matching
- Convenient FFI (interfacing with JS)> 🚨 Spark is a learning project and is not meant to be used as a replacement for other languages.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```