phasm/README.md
Johan B.W. de Vries d32613d9b8 We have a name \o/
2022-07-09 12:35:32 +02:00

439 B

phasm

Elevator pitch

A language that looks like Python, handles like Haskell, and compiles to WebAssembly.

Naming

  • p from python
  • ha from Haskell
  • asm from WebAssembly

You will need wat2wasm from github.com/WebAssembly/wabt in your path.

Ideas