Hiss playground 🐍
Write Hiss programs, execute them, and see their generated assembly.
Editor
Bytecode
Hiss programs are converted to bytecode before they are executed.
After you compile a program, you'll see its bytecode here.
Output
Click "compile" to get started.
Known issues
Hiss is a work in progress. It has a few known issues. And probably many more unknown issues.
- No support for closures or partial function application.
- Let-in expressions break if you shadow an existing variable or use them outside of the function preamble.