Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```