Re: classpath and require

2010-06-19 Thread Mohammad Khan
Yes, exactly it was, also at some point I was trying examples/introduction (ruby's require like statement) instead of examples.introduction which all together made me lost. Thanks everybody for your help. Thanks, Mohammad On Sat, Jun 19, 2010 at 11:59 AM, Michael Wood wrote: > On 19 June 2010

Re: classpath and require

2010-06-19 Thread Mohammad Khan
Correction, it worked.. On Fri, Jun 18, 2010 at 6:19 PM, Mohammad Khan wrote: > No, it didn't work.. what else I could be missing.. > > > On Fri, Jun 18, 2010 at 5:56 PM, Rob Lachlan wrote: > >> Whoops, that should read: >> >> java -cp c:\clojure-

Re: classpath and require

2010-06-18 Thread Mohammad Khan
b Lachlan wrote: > > have you tried starting with: > > > > c:\clojure-contrib\clojure-contrib.jar;c:\clojure\clojure.jar;c: > > \projects.clj clojure.main > > > > On Jun 18, 2:00 pm, Mohammad Khan wrote: > > > > > > > > > C:\

classpath and require

2010-06-18 Thread Mohammad Khan
C:\Projects.clj>java -cp c:\clojure-contrib\clojure-contrib.jar;c:\clojure\clojure.jar clojure.main Clojure 1.1.0-alpha-SNAPSHOT user=> (require 'examples.introduction) java.io.FileNotFoundException: Could not locate examples/introduction__init.class or examples/introduction.clj on classpath: (NO_

Re: promoting contrib.string to clojure, feedback requested

2010-05-26 Thread Mohammad Khan
This thread has potential to be the longest thread of clojure mailing list! personally, I like strip or trim than chomp/chop. On Wed, May 26, 2010 at 2:08 PM, Fogus wrote: > > "chomp" has a clear meaning to anyone who's touched Perl/Ruby/shell- > > scripting. > > Believe me I can sympathize wit