Package com.offbytwo.iclojure.signals

Examples of com.offbytwo.iclojure.signals.ControlCSignalHandler


            reader.setExpandEvents(false);
            configureHistory(reader);

            new RestoreTerminalHook(reader).install();
            final IClojureRepl repl = new IClojureRepl(reader);
            new ControlCSignalHandler(repl).install();

            preamble(reader);
            loadRequestedScripts(args);
            repl.loop();
View Full Code Here

TOP

Related Classes of com.offbytwo.iclojure.signals.ControlCSignalHandler

Copyright © 2018 www.massapicom. 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.