nasser / nostrand

Clojure on Mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no way to specify Magic flags at REPL start

skydread1 opened this issue · comments

commented

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