MCPcopy Index your code
hub / github.com/clojure/clojure / legacy_repl

Method legacy_repl

src/jvm/clojure/main.java:25–29  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

23final static private Var MAIN = RT.var("clojure.main", "main");
24
25public static void legacy_repl(String[] args) {
26 RT.init();
27 REQUIRE.invoke(CLOJURE_MAIN);
28 LEGACY_REPL.invoke(RT.seq(args));
29}
30
31public static void legacy_script(String[] args) {
32 RT.init();

Callers 1

mainMethod · 0.80

Calls 3

initMethod · 0.95
seqMethod · 0.95
invokeMethod · 0.65

Tested by

no test coverage detected