nasser / nostrand

Clojure on Mono
67 stars 11 forks source link

There is no way to specify Magic flags at REPL start #39

Open skydread1 opened 2 years ago

skydread1 commented 2 years ago

Problem

Since we have a few magic flags such as *magic.flags/elide-meta* or magic.flags/*emit-il2cpp-workaround* for instance that we might want to disable or enabled at REPL start, we should be able to pride them as parameters of the cli-repl function

Suggestion

Provide different modes such as legacy and strongly-typed