rebar3_clojerl
rebar3_clojerl copied to clipboard
rebar3 Clojerl compiler plugin
Results
2
rebar3_clojerl issues
Sort by
recently updated
recently updated
newest added
The `rebar3 clojerl clean` target should: - Delete existing `.beam` files. - Delete the graph file that tracks the dependency between compiled files. - Restore the `.backup` files created during...
enhancement
If I create a Clojerl release and start the app(s) in `console` mode (where `PROJ_BIN` points to an app's release script): ```shell CODE_LOADING_MODE=interactive $(PROJ_BIN) console ``` I need to do...