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

Multiple preloaded files #340

Open arthurpaulino opened 1 month ago

arthurpaulino commented 1 month ago

Make the preload parameter accept multiple files to load (in order, from left to right) before entering the REPL.

If a file appears more than once in the list, we should load it only once (the first time).