Add facility for create anonymous objects

Speciailly designed to be work in plugins where code
is submited to hard deep freeze on the sandboxing
process.
This commit is contained in:
Andrey Antukh 2024-11-21 15:25:52 +01:00 committed by alonso.torres
parent 59e5656bd7
commit e16ec9c719
6 changed files with 348 additions and 151 deletions

6
frontend/scripts/repl Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
set -ex
exec clojure $OPTIONS -M -m rebel-readline.main