Re: ClojureScript One in Eclipse

2012-02-20 Thread turcio
JavaScript error occurs - probably ClojureScript repl issue. I still need to spend more time and polish my configuration though. Cheers, Daniel On Feb 20, 9:05 pm, turcio wrote: > On Feb 20, 11:05 am, Chas Emerick wrote: > > > Yes, I just cloned and started ClojureScript One usi

Re: ClojureScript One in Eclipse

2012-02-20 Thread turcio
On Feb 20, 11:05 am, Chas Emerick wrote: > Yes, I just cloned and started ClojureScript One using ccw.  I was able to > get the dev server up and running, and click around in all the tabs without > any exceptions. > > You didn't say whether you did this or not, but in addition to the > director

Re: ClojureScript One in Eclipse

2012-02-19 Thread turcio
Actually, has anybody succeeded to run ClojureScript One from Eclipse? Daniel On Feb 17, 12:14 pm, turcio wrote: > Hi, > I'm trying to run ClojureScript One using CCW plugin in Eclipse. I > created a new project and imported all the source code into it. Then I > added folders

ClojureScript One in Eclipse

2012-02-17 Thread turcio
Hi, I'm trying to run ClojureScript One using CCW plugin in Eclipse. I created a new project and imported all the source code into it. Then I added folders to the build path that reflect the following configuration from project.clj: :git-dependencies [["https://github.com/clojure/clojurescript.git

Re: Stream closed...

2011-08-13 Thread turcio
(spit > > > (str file-path 2) (str content content > > > > On Fri, Aug 12, 2011 at 8:05 PM, Sean Corfield > > > wrote: > > > >> (for ...) generates a lazy sequence so it isn't realized until after the > > >> value is returned from the

Stream closed...

2011-08-12 Thread turcio
Hi, I'm trying to write a function which creates file twice as big compared to the original file by simply duplicating its content. It looks like in the for loop I can't even read the first line although I'm using with-open. Can you tell me what am I doing wrong? (defn duplicate-file-data [file-p