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

22 lines
439 B
Markdown

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
=====
- https://github.com/wasmerio/wasmer-python
- https://github.com/diekmann/wasm-fizzbuzz
- https://blog.scottlogic.com/2018/04/26/webassembly-by-hand.html