Bytecode

disassemble


Builtin (disassemble f) Prints the bytecode of a given function

Author: @SuperFola

Parameter

Example

(let foo (fun () { (let a 1) (print a) })
(disassemble foo)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.