clojure-framework
clojure-framework copied to clipboard
Scripts and notes on how I set up my Clojure working environment
Today when I have installed your script clj it generates me a warning: $ clj WARNING: clojure.lang.Repl is deprecated. Instead, use clojure.main like this: java -cp clojure.jar clojure.main -i init.clj...
Specs: Clojure 1.2.0 and 1.3.0 (tried 'em both, and MacPorts Clojure and Homebrew Clojure) Mac OS X 10.6.6 MacBook Pro 5,1 ``` $ cat hello.clj #!/usr/bin/env clj (ns hello (:gen-class))...
Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/LightWrite) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...
Your tutorial "Setting Up Clojure for Mac OS X Leopard" is very helpful. You might want to update the clj shell script for Clojure 1.3.0. ``` $ clj WARNING: clojure.lang.Repl...
victor-stans-imac:Clojure victorstan$ clj Exception in thread "main" java.lang.ClassNotFoundException: clojure.lang.Repl at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at jline.ConsoleRunner.main(Unknown Source)