Is there anywhere where the different available options are compared, like
in a table?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - plea
On Nov 18, 2014, at 11:51 AM, Daniel Kersten wrote:
> Pedestal App (the clojurescript frontend library) is dead. Server side
> pedestal seems to be very much alive.
Ah, I hadn’t noticed that change… yes, on second reading, the README is pretty
clear that Pedestal is now a server-side library an
On Monday, November 17, 2014 11:28:34 PM UTC-8, David Della Costa wrote:
>
> Hi Kevin, my understanding is that ClojureScript One is not actively
> maintained and pretty out of date at this point. You're probably better
> suited to starting from a different place in the eco-
Pedestal App (the clojurescript frontend library) is dead. Server side
pedestal seems to be very much alive.
On Tue, 18 Nov 2014 19:19 Sean Corfield wrote:
> On Nov 18, 2014, at 10:57 AM, Ashton Kemerling
> wrote:
>
> I thought the pedestal frontend is not being developed. I would recommend
> o
On Nov 18, 2014, at 10:57 AM, Ashton Kemerling
wrote:
> I thought the pedestal frontend is not being developed. I would recommend om,
> reagent, or dommy depending on what your goals are.
The commit list makes Pedestal look pretty active:
https://github.com/pedestal/pedestal/commits/master
<
I thought the pedestal frontend is not being developed. I would recommend om,
reagent, or dommy depending on what your goals are.
--Ashton
Sent from my iPhone
> On Nov 18, 2014, at 11:56 AM, atucker wrote:
>
> "Pedestal is a continuation of ClojureScript One."
>
>
"Pedestal <https://github.com/pedestal/pedestal> is a continuation of
ClojureScript One."
https://groups.google.com/d/msg/clojure/XQ4wuUc0bCk/JuUmUj6cSwUJ
On Tuesday, 18 November 2014 06:39:40 UTC, Kevin Banjo wrote:
>
> Really excited to use clojurescript one but got shot
is also a very nice template.
On Tue, Nov 18, 2014 at 8:28 AM, Dave Della Costa
wrote:
> Hi Kevin, my understanding is that ClojureScript One is not actively
> maintained and pretty out of date at this point. You're probably better
> suited to starting from a different place in
Hi Kevin, my understanding is that ClojureScript One is not actively
maintained and pretty out of date at this point. You're probably better
suited to starting from a different place in the eco-system.
What are your goals in using ClojureScript? If you want to describe a
bit what you
Really excited to use clojurescript one but got shot down right out of the
gate.
Anyone here have the answer?
https://github.com/brentonashworth/one/issues/145
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, sen
Thanks for the response. Although ClojureScript/One uses google closure but
the framework only uses it to access browser features and not for how the
application components are organized.
What I don't like about javascript frameworks is that they all have an OO
twist to them that make things
Well since Clojurescript, and by extension Clojurescript One was built on
top of Google Closure, I guess you could use that. I know the history
features from Clojurescript One use are a thin layer over the existing
history features in Google Closure. The problem with Google Closure is
that
Hi,
I really like the design decisions taken by ClojureScript One and I would
like use them to build applications at work.
Unfortunately it is not possible to use clojure at work but I'm think of
using a similar approach with javascript.
In your knowledge what is the javascript framework
Got it.
Thanks.
On Thursday, November 22, 2012 3:12:53 PM UTC+8, Sean Corfield wrote:
>
> ClojureScript One still requires Leiningen 1.x - it hasn't been updated to
> Leiningen 2.x yet.
>
>
> On Wed, Nov 21, 2012 at 10:06 PM, Satoru Logic
>
> > wrote:
>
ClojureScript One still requires Leiningen 1.x - it hasn't been updated to
Leiningen 2.x yet.
On Wed, Nov 21, 2012 at 10:06 PM, Satoru Logic wrote:
> HI, all.
>
> I'm following the instructions on
> http://clojurescriptone.com/getting-started.html,
> and run `le
HI, all.
I'm following the instructions
on http://clojurescriptone.com/getting-started.html,
and run `lein bootstrap` in the `one` directory, but `lein` complains that
*'bootstrap'
is not a task*.
How can I install this `bootstrap` task?
--
You received this message because you are subscri
Thanks for sharing! I found it quite helpful.
On Tuesday, October 2, 2012 1:34:56 AM UTC-7, Pierre-Henry Perret wrote:
>
> The best way to learn is to practice !
>
> So I have choosed to make the *TodoMVC* template (see [0]) application
> with *ClojureScript One* and *Enfocus*
The best way to learn is to practice !
So I have choosed to make the *TodoMVC* template (see [0]) application
with *ClojureScript One* and *Enfocus*. ( see [1] for running app )
What I could say now, is that CjOne is a little hard to embrace, but when
it's done , this is a real pleasu
I'm having trouble getting the M003 branch to work. I would like to update
the project so that it will work with the newest dependencies, and work
with leiningen 2. The problem is that when I do:
lein repl
(go)
The chrome browser loads properly, and the page works, but I can't connect
with th
Hi
This question is related to ClojurescriptOne
I'm trying to add a new snippet ( called "welcome") in front of the form.
So far I have done the following:
- Added welcome.html to templates folder
- Added the snippet to snippets.cljs
- Added a :welcome action and added :welcome to the
any Thanx!
John
Am Samstag, 11. August 2012 00:43:09 UTC+2 schrieb Brenton:
>
> Hello John,
>
> ClojureScript One is an example of a single-page application. This means
> that you get one page load from the
> server and everything else happens in the browser wit
Hello John,
ClojureScript One is an example of a single-page application. This means
that you get one page load from the
server and everything else happens in the browser without any further page
loads. The initial page that
is loaded is dynamically generated on the server. Any other updates
On 8/10/12 5:21 AM, john wrote:
Hello,
I am just trying to understand the best practices in "ClojureScript One".
One thing that strikes me is that most html gets put (with the help of
macros using enlive) in the actual cljs page.
As someone who hasn't done web-applications for
nnection). This will also result
in less latency, and a more responsive user experience.
I have no ClojureScript One specific experience, but this should give
you some idea of why it would be preferred over the traditional model.
Nick
On Fri, Aug 10, 2012 at 11:21 AM, john wrote:
> Hello,
>
;ClojureScript One".
>
> One thing that strikes me is that most html gets put (with the help of
> macros using enlive) in the actual cljs page.
>
> As someone who hasn't done web-applications for years I myself would have
> created as much dynamic html content
> as p
Hello,
I am just trying to understand the best practices in "ClojureScript One".
One thing that strikes me is that most html gets put (with the help of
macros using enlive) in the actual cljs page.
As someone who hasn't done web-applications for years I myself would have
ure + web sockets, not using
>> >> aleph:
>> http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html
>> >>
>> >> On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote:
>> >>
>> >> Hi,
>> >>
>> >> I'm th
When clojurescript first came out
(.toString this)
(.toString this 3)
both of these seems to be a function call, but the first one was
transformed to
(. this toString)
and because there is no way to know if the user meant to call the function
"toString"
or get the property "toString", it return
Sometimes, I dont know when/why, I get the following response from clj-repl:
WARNING: The form (. this toString) is no longer a property access. Maybe
> you meant (. this -toStrin
> g) instead?
>
I use the M003 branch of cj One
Have any idea ?
--
You received this message because you are sub
Good to hear.
On Thursday, May 10, 2012, David Powell wrote:
>
>
> On Thu, May 10, 2012 at 11:44 AM, David Nolen
>
> > wrote:
>
>> Hmm wasn't aware of that if true. Should definitely open up a ticket for
>> that.
>>
>
> Hmm the latest version seems to work on IE9 at least. I had trouble with
>
On Thu, May 10, 2012 at 11:44 AM, David Nolen wrote:
> Hmm wasn't aware of that if true. Should definitely open up a ticket for
> that.
>
Hmm the latest version seems to work on IE9 at least. I had trouble with
it in the past though. I think the latest change to serve the page from
the browser-
Hmm wasn't aware of that if true. Should definitely open up a ticket for
that.
On Thursday, May 10, 2012, David Powell wrote:
> What browser are you using? I don't think browser-repl works in IE at the
> moment.
>
> --
> Dave
>
> --
> You received this message because you are subscribed to the
What browser are you using? I don't think browser-repl works in IE at the
moment.
--
Dave
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated -
I'm trying to work through the Clojurescript One "Getting Started"
wiki page example found here:
https://github.com/brentonashworth/one/wiki/Getting-started,
but after running "lein repl" and entering (go), I get the
Clojurescript One pages fine, including the developm
On 23 April 2012 10:01, Daniel Hofstetter wrote:
> Hi,
>
> I tried to make my first steps with ClojureScript, but the third
> command of the four "getting started" commands fails. When I enter
> "lein bootstrap" I get the following message:
>
> bootstrap is not a task. Use "lein help" to list all
Hi,
I tried to make my first steps with ClojureScript, but the third
command of the four "getting started" commands fails. When I enter
"lein bootstrap" I get the following message:
bootstrap is not a task. Use "lein help" to list all tasks.
Do I have to specify somehow the path to the bootstrap
ng else out about your configuration of
>One in ccw?
Hey, it's me writing from different account.
Encouraged and a bit challenged by your post I've just figured out that
after removing the 'classes' folder from the buildpath (and deleting it!)
ClojureScript One started working
merick wrote:
> Yes, I just cloned and started ClojureScript One usingccw. 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
> directories spec
That solved it!
Thanks
Le lundi 2 avril 2012 16:26:08 UTC+2, David Nolen a écrit :
>
> Remove all generated JS as well as the invisible .repl folders. Does the
> problem still persist?
>
> On Saturday, March 31, 2012, Pierre-Henry Perret wrote:
>
>> Hi all, after launching the repl in clj-one I
Remove all generated JS as well as the invisible .repl folders. Does the
problem still persist?
On Saturday, March 31, 2012, Pierre-Henry Perret wrote:
> Hi all, after launching the repl in clj-one I get this st:
>
>
> Type (go) to launch the development server and setup a b
Hi all, after launching the repl in clj-one I get this st:
Type (go) to launch the development server and setup a browser-connected
REPL.
Type (dev-server) to launch only the development server.
Type (stop) to stop the running instance server
Type (restart) to restart server
Hi folks,
"clojure-jack-in" works quite well for regular clojure projects for me.
I'm having hard time trying to figure out how to fix it for ClojureScript
One project.
Looking at *swank* buffer it looks like some random text is being inserted
and attempted to evaluate as elisp
Hi,
I have succeeded in creating another development page by restarting the vm.
I dont know why it is not recompiled when reloading the page...
Le vendredi 16 mars 2012 04:50:17 UTC+1, George Oliver a écrit :
>
> hi, I'm starting to modify the One sample application and can't get
> the hang of re
Thanks for posting this. I actually had the same problem and couldn't work
out what was going wrong.
Cheers,
Simon
On Friday, 16 March 2012 15:42:03 UTC, George Oliver wrote:
>
>
>
> hi, I'm starting to modify the One sample application and can't get
>> the hang of rendering a new view. I've t
Fields wrote:
> >>
> >> clojure + web sockets, not using
> >> aleph:
> http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html
> >>
> >> On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote:
> >>
> >> Hi,
> >>
> &g
On Mar 16, 10:19 pm, John Collins wrote:
> I copied the clojurescript one project and made changes to the html files.
>
> When I do (go) after `lein repl` I get errors in the browser about not
> being able to resolve some namespaces. And also the wiki makes no mention
> how
socket-introduction.html
>>
>> On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote:
>>
>> Hi,
>>
>> I'm thinking about using clojurescript one a starting point for a web
>> game. I would like to use websockets as the primary communication mechanism
>>
hi, I'm starting to modify the One sample application and can't get
the hang of rendering a new view. I've tried looking at some forked
projects but am coming up short.
I created a basic template /templates/game.html:
<_within file="application.html">
My game goes here.
On Thu, Mar 15, 2012 at 8:50 PM, George Oliver wrote:
> hi, I'm starting to modify the One sample application and can't get
> the hang of rendering a new view. I've tried looking at some forked
> projects but am coming up short.
>
This is solved -- looks like I saved but didn't compile and load t
hi, I think I'm almost there but I can't figure out how to include an
external js lib in a cljs one project. What's the correct way to do it
when working in development mode?
I have a dependency on unicodetiles.js in project.clj:
:git-dependencies [
["https://github.com/tap
On Fri, Mar 16, 2012 at 1:09 PM, George Oliver wrote:
> hi, I think I'm almost there but I can't figure out how to include an
> external js lib in a cljs one project. What's the correct way to do it
> when working in development mode?
>
OK, I just figured out that :foreign-libs is in pull-request
I copied the clojurescript one project and made changes to the html files.
When I do (go) after `lein repl` I get errors in the browser about not
being able to resolve some namespaces. And also the wiki makes no mention
how to compile the project after any modifications to the files. So please
rian Rowe wrote:
>
> Hi,
>
> I'm thinking about using clojurescript one a starting point for a web
> game. I would like to use websockets as the primary communication
> mechanism between the browser and the server. As far as I know Zack
> Tellman's Aleph is the on
This is what I did on a project branched off of ClojureScript One:
https://github.com/pandeiro/multiedit/blob/multi-edit/src/app/clj/one/sample/repl.clj
It saves the server instance to an atom and adds (stop) and (restart)
functions. Just an idea. M
On Sat, Mar 10, 2012 at 6:36 AM, Pierre-Henry
Yes, good question. It leads to another one: is ther a clojure hook to
stop the server ?
I personally kill the process to sweep out the vm and then can restart
again.
Le jeudi 8 mars 2012 09:21:58 UTC+1, George Oliver a écrit :
>
> hi, I'm just starting with ClojureScript and Cl
On Thursday, March 8, 2012 9:21:58 AM UTC+1, George Oliver wrote:
>
> hi, I'm just starting with ClojureScript and ClojureScript One.
> Sometimes working with One I kill the cljs-repl for whatever reason
> (something hangs, I make some mistake and can't correct it, etce
hi, I'm just starting with ClojureScript and ClojureScript One.
Sometimes working with One I kill the cljs-repl for whatever reason
(something hangs, I make some mistake and can't correct it, etcetera);
when I go to restart (by running lein repl again), I then can't
restart the c
AM, Brian Rowe wrote:
> Hi,
>
> I'm thinking about using clojurescript one a starting point for a web game.
> I would like to use websockets as the primary communication mechanism
> between the browser and the server. As far as I know Zack Tellman's Aleph
> is the
clojure + web sockets, not using aleph:
http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html
On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote:
> Hi,
>
> I'm thinking about using clojurescript one a starting point for a web game.
> I would like to use websocke
Hi,
I've come across this too. Please see my message "ClojureScript: browser
REPL omitting namespace in generated JS".
Regards,
Stuart
On 16 January 2012 08:14, Indy wrote:
> Having the same issue and the only way I've resolved it is by having both
> the server and the cljs-repl running in the
On Mar 1, 7:51 pm, Brian Rowe wrote:
> Hi,
>
> I'm thinking about using clojurescript one a starting point for a web
> game. I would like to use websockets as the primary communication
> mechanism between the browser and the server. As far as I know Zack
> Tellman'
Hi,
I'm thinking about using clojurescript one a starting point for a web
game. I would like to use websockets as the primary communication
mechanism between the browser and the server. As far as I know Zack
Tellman's Aleph is the only clojure web server that supports websockets.
Hi,
> The rationale for Clojurescript is available here:
https://github.com/clojure/clojurescript/wiki/Rationale
Actually, I was talking Clojurescript ONE, http://clojurescriptone.com/.
Cheers,
Denis
On Wed, Feb 29, 2012 at 1:11 AM, Linus Ericsson <
oscarlinuserics...@gmail.com> wrot
Hi Karl,
My emacs setup is also based on live coding.
For ClojureScript One hacking, I use lein swank and slime-connect - for
clojure. And for cljs, I use inferior-lisp.
When I'm in a cljs file, I just disable the slime-mode, so it uses the
inferior-lisp.
./Vijay
On Sunday, Februa
mplemented yet.
/Linus
2012/2/28 Denis Labaye
> Hi,
>
> I discovered Clojurescript One recently, it is amazing, but it's also
> very alien to me, I never seen something like this before, as it says
> on the Github's README:
>
> > "ClojureScript One is hard
Hi,
I discovered Clojurescript One recently, it is amazing, but it's also
very alien to me, I never seen something like this before, as it says
on the Github's README:
> "ClojureScript One is hard to classify. It is not a library or a framework.
> It is more like a classro
Thanks for the clarification, Chas.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe
On Feb 23, 2012, at 8:19 AM, Raju Bitter wrote:
> Here's what I found on the project pages for the required software:
> Clojure.org / Java 1.5
> Shouldn't that be Java 6? Does Clojure 1.3 still work with Java 1.5? I
> remember that I read that ClojureScript 1.3 requires Java6.
> http://clojure.or
One addition: The browser-connected REPL does not work in IE9, and
exiting the Clojure/ClojureScript REPL usind Ctrl-d keeps the Jetty
server running in memory.
- Raju
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email
Looking at the project website, there doesn't seem to be any
information on the required Java or Leiningen version for
ClojureScript One.
Here's what I found on the project pages for the required software:
Clojure.org / Java 1.5
Shouldn't that be Java 6? Does Clojure 1.3 still wor
2012/2/7 Tom Chappell :
> This problem is caused by the underlying Java library that is used to
> launch the browser, which, under linux, only launches the proper
> default browser if gnome is installed. Install enough gnome and it
> will start to work.
> -Tom
Thanks, Tom. That was the cause, and
2012/2/21 Chas Emerick
> FWIW, nREPL is on its way to being baked into Leiningen, so the
> REPL-protocol-interop issue you had will be effectively eliminated.
>
> Laurent is hard at work on the actual Leiningen project integration and
> support; it's coming, it's coming. :-)
>
I confirm :)
>
>
FWIW, nREPL is on its way to being baked into Leiningen, so the
REPL-protocol-interop issue you had will be effectively eliminated.
Laurent is hard at work on the actual Leiningen project integration and
support; it's coming, it's coming. :-)
- Chas
On Feb 19, 2012, at 11:30 PM, Nick Klauer wr
On Feb 20, 2012, at 4:05 PM, turcio wrote:
> Chas, have you been able to run ClojureScript One in exactly the same
> manner?
I did, yes, though I (foolishly) blew away the project right after. If you
continue to have issues, I might be persuaded to reconfigure it and post the
res
I'm not sure it's entirely possible, but I could be wrong. When I asked a
few months ago about Leiningen integration with Eclipse, it wasn't
officially supported yet, and I would have to use some sort of nREPL
connection.
see
here: https://groups.google.com/d/topic/clojuredev-users/3iKc0rb9gF
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, bu
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 directories
specified in :extra-classpath-dirs, you ne
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
I was wondering what a good workflow for working with ClojureScript
One would be.
For regular Clojure, I use Emacs with swank-clojure (using Sam's Live
coding emacs, which is great for Emacs beginners,
https://github.com/overtone/live-coding-emacs). That works quite well
for me, giving a
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.c
This problem is caused by the underlying Java library that is used to
launch the browser, which, under linux, only launches the proper
default browser if gnome is installed. Install enough gnome and it
will start to work.
-Tom
On Jan 25, 10:49 am, Raju Bitter wrote:
> ClojureScriptOne is fantasti
:dependencies [[org.clojure/clojure "1.3.0"]]
>>
>> to
>>
>> :dependencies [[org.clojure/clojure "1.2.1"]]
>>
>> Save this file and then run
>>
>> lein deps
>>
>> You can now delete this project. The whole point was
.clojure/clojure "1.3.0"]]
>
> to
>
> :dependencies [[org.clojure/clojure "1.2.1"]]
>
> Save this file and then run
>
> lein deps
>
> You can now delete this project. The whole point was to get
> clojure-1.2.1 into your local maven repository. lein shoul
On Jan 27, 12:05 pm, Christofer Jennings wrote:
> I get the error below when I run ClojureScript One's 'lein bootsrap'. Any
> ideas?
>
> I'm pretty new to Clojure. This is my first time using Leiningen and first
> attempt at using ClojureScript. ... pretty hopeless :-)
Hi Christofer,
No need t
pendencies [[org.clojure/clojure "1.2.1"]]
Save this file and then run
lein deps
You can now delete this project. The whole point was to get
clojure-1.2.1 into your local maven repository. lein should now work
in ClojureScript One and with any other Clojure 1.3 projects.
This is
I get the error below when I run ClojureScript One's 'lein bootsrap'. Any ideas?
I'm pretty new to Clojure. This is my first time using Leiningen and first
attempt at using ClojureScript. ... pretty hopeless :-)
Mac OSX 10.7.2
Clojure 1.3.0
java version "1.6.0_29"
Java(TM) SE Runtime Environmen
On 25 Jan 2012, at 22:27, Brenton wrote:
> ClojureScript will continue to change rapidly. We are already
> depending on a newer version than the one in Maven. Also, I don't
> think that Domina has a release yet.
>
> For times when we only need a source dependency and only at
> development time,
Raju Bitter writes:
> Thanks for your help. Should have looked into the Leiningen issues myself.
Just a heads-up; this is fixed in the 1.x branch of Leiningen.
I hope to have a stable release in a couple weeks.
-Phil
--
You received this message because you are subscribed to the Google
Group
Thanks for your help. Should have looked into the Leiningen issues myself.
- Raju
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be
This is not an issue with One but with Leiningen. Others have run into
the same problem:
https://github.com/technomancy/leiningen/issues/375
https://github.com/dakrone/clojuredocs-client/issues/6
Another work-around is to make sure you have clojure-1.2.1 in your
local maven repository.
On Jan 2
I don't have a $CLASSPATH set, and no ~/.clojure folder, so there
shouldn't be any conflicting Clojure JAR file on the classpath.
- Raju
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Not
> 3) Try to launch the repl, but that fails. Seems to be a classpath
> issue, looks like Leiningen is not finding the Clojure JAR file. Any
> idea what this might be?
> raju@titan:~/test/one$ lein repl
> Exception in thread "main" java.lang.RuntimeException:
> java.lang.NoSuchMethodError:
> clojure
ningen, lein works
lein -v
raju@titan:~/test$ lein -v
Leiningen 1.6.2 on Java 1.6.0_30 Java HotSpot(TM) 64-Bit Server VM
2) Checkout ClojureScript One
raju@titan:~/test$ git clone https://github.com/brentonashworth/one.git
Cloning into one...
remote: Counting objects: 1574, done.
remote: Compressing
Hmm, I seem to be having a problem with the new bootstrap script.
On Windows, I'm running:
git version 1.7.7.msysgit.1
This release puts: "c:\Program Files (x86)\Git\cmd\" on the PATH,
which contains a git.cmd (batch file) which runs the .exe.
Unfortunately, Runtime.exec won't run batch files un
available on maven?
>
> Sam
>
> ---http://sam.aaron.name
>
> On 25 Jan 2012, at 20:40, Brenton wrote:
>
>
>
>
>
>
>
> > We have released a new version of ClojureScript One.
>
> > The most significant changes are:
>
> > No more scr
Thanks for great work, Brenton. Keep it coming!
PS
I stubbed sever side of 'CS One's example, but still have some
troubles with making it work on mobile browsers.
Anybody try this with success?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post
"Why git checkouts?"
We don't have automated Maven releases of ClojureScript yet, so to pull the
latest code it needs to get it from git.
Maybe this Friday I'll be able to get automated releases up on Hudson.
-S
--
You received this message because you are subscribed to the Google
Groups "Cloj
With the recent update, we no longer have a script/cljs-repl.
You would now use:
lein repl
(go)
to accomplish the same thing.
In your case, you can use:
lein repl
(binding [*open-url-script* x]
(go))
Brenton
On Jan 25, 3:19 pm, Raju Bitter wrote:
> clojure.java.browse/open-url-in-swin
We have released a new version of ClojureScript One.
>
> The most significant changes are:
>
> No more scripts! Everything now works through Leiningen. We have added
> support for retrieveing git dependencies via Leiningen.
>
> Allow connections to the REPL form remote mach
1 - 100 of 143 matches
Mail list logo