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: 9 months 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
```