Package clojure.lang

Examples of clojure.lang.Var.bindRoot()


    private final static Namespace AGENT_NS = Namespace.findOrCreate(AGENT_NS_NAME);
   
    public static void main(InetAddress host, int port, Instrumentation inst)
  throws Exception {
  final Var instv = Var.intern(AGENT_NS, Symbol.create("instrumentation"));
  instv.bindRoot(inst);
  REQUIRE.invoke(REPL_NS);
  REPL.invoke(port, 0, host);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.