Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 307 Bytes

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

gleam run   # Run the project
gleam test  # Run the tests