Re: snubbed on clojurescript one

2014-11-18 Thread Kevin Banjo
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

Re: snubbed on clojurescript one

2014-11-18 Thread Sean Corfield
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

Re: snubbed on clojurescript one

2014-11-18 Thread Kevin Banjo
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-

Re: snubbed on clojurescript one

2014-11-18 Thread Daniel Kersten
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

Re: snubbed on clojurescript one

2014-11-18 Thread Sean Corfield
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 <

Re: snubbed on clojurescript one

2014-11-18 Thread Ashton Kemerling
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." > >

Re: snubbed on clojurescript one

2014-11-18 Thread atucker
"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

Re: snubbed on clojurescript one

2014-11-18 Thread Kevin Ilchmann Jørgensen
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

Re: snubbed on clojurescript one

2014-11-17 Thread Dave Della Costa
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

snubbed on clojurescript one

2014-11-17 Thread Kevin Banjo
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

Re: ClojureScript One Architecture

2012-11-28 Thread Duraid
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

Re: ClojureScript One Architecture

2012-11-28 Thread Taylor Sando
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

ClojureScript One Architecture

2012-11-27 Thread Duraid
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

Re: Fail to run `lein bootstrap` in ClojureScript One

2012-11-21 Thread Satoru Logic
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: >

Re: Fail to run `lein bootstrap` in ClojureScript One

2012-11-21 Thread Sean Corfield
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

Fail to run `lein bootstrap` in ClojureScript One

2012-11-21 Thread Satoru Logic
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

Re: {:new "ClojureScript One TodoMVC" }

2012-10-05 Thread Wei Hsu
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*

{:new "ClojureScript One TodoMVC" }

2012-10-02 Thread Pierre-Henry Perret
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

Problems trying to run the M003 branch of clojurescript one

2012-09-18 Thread Taylor Sando
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

Clojurescript One adding a new snippet to the page

2012-08-15 Thread Søren Madsen
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

Re: A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-11 Thread john
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

Re: A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-10 Thread 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 without any further page loads. The initial page that is loaded is dynamically generated on the server. Any other updates

Re: A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-10 Thread Rick Wilson
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

Re: A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-10 Thread Nick Ward
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, >

Re: A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-10 Thread Pierre-Henry Perret
;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

A "ClojureScript One" Question: Why is so much html created on the client side.

2012-08-10 Thread john
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

Re: Clojurescript One and Websockets

2012-08-03 Thread Trevor Bernard
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

Re: ClojureScript One

2012-05-27 Thread Jonathan Fischer Friberg
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

ClojureScript One

2012-05-27 Thread Pierre-Henry Perret
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

Re: Clojurescript One getting started problem

2012-05-10 Thread David Nolen
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 >

Re: Clojurescript One getting started problem

2012-05-10 Thread David Powell
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-

Re: Clojurescript One getting started problem

2012-05-10 Thread David Nolen
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

Re: Clojurescript One getting started problem

2012-05-10 Thread David Powell
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 -

Clojurescript One getting started problem

2012-05-09 Thread J Elaych
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

Re: ClojureScript One: bootstrap is not a task

2012-04-23 Thread Michael Wood
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

ClojureScript One: bootstrap is not a task

2012-04-23 Thread Daniel Hofstetter
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

Re: ClojureScript One in Eclipse

2012-04-05 Thread Daniel Turczański
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

Re: ClojureScript One in Eclipse

2012-04-04 Thread nchurch
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

Re: ClojureScript One Debug info

2012-04-02 Thread Pierre-Henry Perret
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

Re: ClojureScript One Debug info

2012-04-02 Thread David Nolen
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

ClojureScript One Debug info

2012-04-02 Thread Pierre-Henry Perret
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

ClojureScript One: clojure-jack-in fails with "error in process filter" Symbol's value as variable is void: Type"

2012-03-26 Thread Tom Krestle
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

Re: beginner help with views in ClojureScript One?

2012-03-22 Thread Pierre-Henry Perret
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

Re: beginner help with views in ClojureScript One?

2012-03-20 Thread Simon Holgate
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

Re: Clojurescript One and Websockets

2012-03-19 Thread Kushal Pisavadia
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

Re: Clojurescript One Errors

2012-03-19 Thread George Oliver
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

Re: Clojurescript One and Websockets

2012-03-19 Thread Jay Fields
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 >>

beginner help with views in ClojureScript One?

2012-03-18 Thread George Oliver
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.

Re: beginner help with views in ClojureScript One?

2012-03-18 Thread George Oliver
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

how to include external lib with :foreign-libs in ClojureScript One?

2012-03-18 Thread George Oliver
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

Re: how to include external lib with :foreign-libs in ClojureScript One?

2012-03-18 Thread George Oliver
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

Clojurescript One Errors

2012-03-18 Thread John Collins
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

Re: Clojurescript One and Websockets

2012-03-18 Thread Brian Rowe
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

Re: how to restart Clojurescript One repl the right way?

2012-03-15 Thread Murphy McMahon
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

Re: how to restart Clojurescript One repl the right way?

2012-03-11 Thread Pierre-Henry Perret
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

Re: how to restart Clojurescript One repl the right way?

2012-03-11 Thread John Collins
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

how to restart Clojurescript One repl the right way?

2012-03-08 Thread George Oliver
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

Re: Clojurescript One and Websockets

2012-03-04 Thread Hubert Iwaniuk
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

Re: Clojurescript One and Websockets

2012-03-02 Thread Jay Fields
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

Re: Clojurescript One: (def fiv 5) compiles to ".fiv = 5;\n" ?

2012-03-02 Thread Stuart Campbell
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

Re: Clojurescript One and Websockets

2012-03-01 Thread George Oliver
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'

Clojurescript One and Websockets

2012-03-01 Thread Brian Rowe
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.

Re: [clojurescript one] Where does Clojurescript One come from?

2012-03-01 Thread Denis Labaye
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

Re: Workflow and development tools for ClojureScript One

2012-02-29 Thread Vijay Kiran
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

Re: [clojurescript one] Where does Clojurescript One come from?

2012-02-28 Thread Linus Ericsson
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

[clojurescript one] Where does Clojurescript One come from?

2012-02-28 Thread 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 to classify. It is not a library or a framework. > It is more like a classro

Re: ClojureScript One: System requirements, Java and Leiningen version

2012-02-23 Thread Raju Bitter
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

Re: ClojureScript One: System requirements, Java and Leiningen version

2012-02-23 Thread Chas Emerick
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

Re: ClojureScript One: System requirements, Java and Leiningen version

2012-02-23 Thread Raju Bitter
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

ClojureScript One: System requirements, Java and Leiningen version

2012-02-23 Thread Raju Bitter
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

Re: ClojureScript One - Getting Started with ClojureScript

2012-02-21 Thread Raju Bitter
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

Re: ClojureScript One in Eclipse

2012-02-21 Thread Laurent PETIT
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 :) > >

Re: ClojureScript One in Eclipse

2012-02-21 Thread 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. :-) - Chas On Feb 19, 2012, at 11:30 PM, Nick Klauer wr

Re: ClojureScript One in Eclipse

2012-02-21 Thread Chas Emerick
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

Re: ClojureScript One in Eclipse

2012-02-20 Thread Nick Klauer
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

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, bu

Re: ClojureScript One in Eclipse

2012-02-20 Thread Chas Emerick
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

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

Workflow and development tools for ClojureScript One

2012-02-19 Thread Krukow
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

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.c

Re: ClojureScript One - Getting Started with ClojureScript

2012-02-07 Thread 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 On Jan 25, 10:49 am, Raju Bitter wrote: > ClojureScriptOne is fantasti

Re: New Version of ClojureScript One

2012-02-04 Thread Christofer Jennings
: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

Re: New Version of ClojureScript One

2012-01-31 Thread Craig Andera
.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

Re: New Version of ClojureScript One

2012-01-28 Thread Michael J. Forster
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

Re: New Version of ClojureScript One

2012-01-28 Thread Brenton
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

Re: New Version of ClojureScript One

2012-01-27 Thread Christofer Jennings
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

Re: New Version of ClojureScript One

2012-01-26 Thread Sam Aaron
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,

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Phil Hagelberg
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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Brenton
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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
> 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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Raju Bitter
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

ClojureScript One bootstrap problem on Windows?

2012-01-25 Thread David Powell
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

Re: New Version of ClojureScript One

2012-01-25 Thread Brenton
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

Re: New Version of ClojureScript One

2012-01-25 Thread Rafał Babinicz
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

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Stuart Sierra
"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

Re: ClojureScript One - Getting Started with ClojureScript

2012-01-25 Thread Brenton
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

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Sam Aaron
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   2   >