argumentcomputer / lurk

Lurk is a Turing-complete programming language for zk-SNARKs. It is a statically scoped dialect of Lisp, influenced by Scheme and Common Lisp.
https://docs.argument.xyz
MIT License
46 stars 3 forks source link

feat: composable meta commands #345

Closed arthurpaulino closed 1 month ago

arthurpaulino commented 1 month ago

Makes it possible to assemble meta commands in Lurk expressions. Each meta command is resolved to the value it returns before evaluating the whole expression with the VM.

Closes #218