Skip to content
/ Grace Public

A gradually-typed garbage-collected WebAssembly language

License

Notifications You must be signed in to change notification settings

vluzko/Grace

Repository files navigation

Grace

CircleCI

Grace is an attempt to provide a viable WebAssembly alternative to Javascript.

The main design principle of Grace is "gradualness": providing tools that allow the programmer to work at the level of detail required by the task. Of course this involves making tradeoffs, and Grace will never be as fast as C or as correct as Coq.

Grace mostly draws inspiration from Python and Haskell.