mailto:clojure@googlegroups.com] On Behalf Of
nchurch
Sent: Thursday, April 26, 2012 12:49 PM
To: Clojure
Subject: Re: Having trouble running clojurescript repl
BTW, I pushed a minimal lein-cljsbuild project with REPL here:
https://github.com/nchurch/ctest
On Apr 25, 9:30 pm, Sean Neilan wrote:
BTW, I pushed a minimal lein-cljsbuild project with REPL here:
https://github.com/nchurch/ctest
On Apr 25, 9:30 pm, Sean Neilan wrote:
> Holy shnikes! That did it!
>
> Thank you so much!
>
> I'll submit a patch to the documentation.
>
> On Wed, Apr 25, 2012 at 11:27 PM, David Nolen wrote:
>
>
>
Holy shnikes! That did it!
Thank you so much!
I'll submit a patch to the documentation.
On Wed, Apr 25, 2012 at 11:27 PM, David Nolen wrote:
> sounds like you didn't set CLOJURESCRIPT_HOME or that it was set
> incorrectly.
>
> On Wed, Apr 25, 2012 at 9:40 PM, Sean Neilan wrote:
>
>> Hi All,
>>
sounds like you didn't set CLOJURESCRIPT_HOME or that it was set
incorrectly.
On Wed, Apr 25, 2012 at 9:40 PM, Sean Neilan wrote:
> Hi All,
>
> I'm not sure if this has been asked before.
>
> I followed the quickstart guide:
> https://github.com/clojure/clojurescript/wiki/Quick-Start and did
>
>
Did you try using lein-cljsbuild (together with the instructions on
Using Clojurescript in a Web Page on Quick Start)? That works fine
for me. The instructions on the lein-cljsbuild REPL are here (repl
listen should be enough to get you going):
https://github.com/emezeske/lein-cljsbuild/blob/0.1
Hi All,
I'm not sure if this has been asked before.
I followed the quickstart guide:
https://github.com/clojure/clojurescript/wiki/Quick-Start and did
git clone git://github.com/clojure/clojurescript.git
cd clojurescript
./script/bootstrap
Then I tried
rmc-235-244:clojurescript seanneilan$ ./sc