Pleas help me fix my code which retrieves the web page. It is running out of memory space.

2009-10-08 Thread kunjaan
(ns Trial (:use queries) (:import (java.io BufferedReader IOException InputStreamReader) java.net.URL javafiles.Porter)) ;; (def *server* "fiji4.ccs.neu

What does this error mean?

2009-10-08 Thread kunjaan
java.lang.ClassFormatError: Unknown constant tag 52 in class file queries__init (Trial.clj:0) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

Clojure Scoping Rules

2009-11-20 Thread kunjaan
Even though I have used Clojure, I hadn't looked at the scoping rules in detail. I am getting more confused as I read the documentations. I made a small test to try out the scoping resolutions and am apalled at the complexity. Could somebody explain the intent and various rules that Clojure uses?