jolt/jolt-core/jolt
Yogthos 823bc5bcc6 cli: rename nrepl command to --nrepl-server flag
Match babashka's spelling: the nREPL server now starts with
`bin/joltc --nrepl-server [port]` instead of `bin/joltc nrepl`. Port
parsing and JOLT_NREPL_PORT are unchanged.

Also wire up --help/-h to print usage (previously only the no-arg
invocation did), and fix the usage listing to show the real flag.
Smoke now asserts --help mentions --nrepl-server. Docs updated to match.
2026-06-28 17:26:03 -04:00
..
passes Nilable record types + flow-sensitive nil narrowing (#235) 2026-06-26 17:16:16 +00:00
analyzer.clj *unchecked-math* on macro-emitted arithmetic + local shadowing a bare native op 2026-06-27 18:19:14 -04:00
backend_scheme.clj backend: cache resolved var cells per reference site (run-path ~5x) 2026-06-28 12:36:35 -04:00
deps.clj host interop + deps fixes for running ring-defaults on jolt 2026-06-25 04:42:35 -04:00
ir.clj Run core.memoize's test suite on jolt 2026-06-25 13:23:05 -04:00
main.clj cli: rename nrepl command to --nrepl-server flag 2026-06-28 17:26:03 -04:00
nrepl.clj nREPL: make the built-in server middleware-extensible 2026-06-22 15:37:14 -04:00
passes.clj Hintless whole-program double inference (#230) 2026-06-26 14:18:10 +00:00