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
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
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
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
(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
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