Re: Starting a new ClojureScript project, where to start?

2012-09-29 Thread goracio
Hi There is a book by Stuart Sierra & Luke VanderHart "ClojureScript Up and Running" i think it's a good start point. пятница, 28 сентября 2012 г., 22:30:12 UTC+4 пользователь Daniel Glauser написал: > > Hi folks, > > Where would you point someone if they wanted guidance starting a new > Cloju

Re: Clojure web framework

2012-09-29 Thread goracio
major people ( David Nolen and maybe Rich Hickey) what they think about that. пятница, 28 сентября 2012 г., 11:36:20 UTC+4 пользователь goracio написал: > > Hi > So i'd like to point to the problem here. Clojure web framework in google > get these results, at least for me > 1

Re: Clojure web framework

2012-09-28 Thread goracio
y thinks Rails-like frameworks fit with the Clojure way of > thinking. As Chas said, we're more inclined to combine a number of > libraries to help build an application than to use "frameworks". FW/1 uses > Ring and Enlive and provides just a thin convention-based veneer over t

Re: Clojure web framework

2012-09-28 Thread goracio
sson wrote: > > On Fri, Sep 28, 2012 at 9:36 AM, goracio >wrote: > >> So what i suggest : >> Take 1 platform for web development in Clojure (for example noir as most >> mature framework) . >> Form working core group from 5-6 people. >> Decide about name

Clojure web framework

2012-09-28 Thread goracio
Hi So i'd like to point to the problem here. Clojure web framework in google get these results, at least for me 1. noir 2. stackoverflow question 2008 year 3. stackoverflow question 2010 year 4. joodo ( outdated thing developed by one person) 5. Compojure ( routing dsl) So there is no popular fram

Re: Browser as an Evaluation Environment error

2012-09-10 Thread goracio
now use lein with cljsbuild plugin. And I have to install some syntaxis checker to my sublime text 2 )) Thanks for help четверг, 6 сентября 2012 г., 18:29:37 UTC+4 пользователь goracio написал: > > Hi > I try to follow this guide > https://github.com/clojure/clojurescript/wiki/

Re: Browser as an Evaluation Environment error

2012-09-10 Thread goracio
well manual says Once the REPL has started, you will see the message "Starting server on port 9000". At this point, open the html page by going to http://localhost:9000 to complete the connection. Once the page is open and the connection is made, the REPL prompt will be displayed. Any way opene

Re: Browser as an Evaluation Environment error

2012-09-10 Thread goracio
l(null, "\ufdd0'ready", "ready")) }, 50) }else { return alert("No 'xpc' param provided to child iframe.") } }; воскресенье, 9 сентября 2012 г., 19:49:22 UTC+4 пользователь David Nolen написал: > > Could we get a bit more information

Re: Browser as an Evaluation Environment error

2012-09-10 Thread goracio
' param provided to child iframe.") } }; воскресенье, 9 сентября 2012 г., 19:49:22 UTC+4 пользователь David Nolen написал: > > Could we get a bit more information about your environment. What release > are you using? What version of closure, clojure? > > Thanks, > David

Re: Browser as an Evaluation Environment error

2012-09-10 Thread goracio
return alert("No 'xpc' param provided to child iframe.") } }; воскресенье, 9 сентября 2012 г., 19:49:22 UTC+4 пользователь David Nolen написал: > > Could we get a bit more information about your environment. What release > are you using? What version of closure, c

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
2012 7:49:22 PM UTC+4, David Nolen wrote: > > Could we get a bit more information about your environment. What release > are you using? What version of closure, clojure? > > Thanks, > David > > On Sunday, September 9, 2012, goracio wrote: > >> I don't use mast

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
2012 7:49:22 PM UTC+4, David Nolen wrote: > > Could we get a bit more information about your environment. What release > are you using? What version of closure, clojure? > > Thanks, > David > > On Sunday, September 9, 2012, goracio wrote: > >> I don't use mast

Re: Browser as an Evaluation Environment error

2012-09-09 Thread goracio
nd i am at clojurescript repl then i open http://localhost:9000/repl and get xpc error enter (+ 1 1) in clojurescript repl and it hangs. пятница, 7 сентября 2012 г., 20:19:20 UTC+4 пользователь David Nolen написал: > > On Thu, Sep 6, 2012 at 10:29 AM, goracio > > wrote: > >

Browser as an Evaluation Environment error

2012-09-06 Thread goracio
Hi I try to follow this guide https://github.com/clojure/clojurescript/wiki/The-REPL-and-Evaluation-Environments and get an error No 'xpc' param provided to chid iframe when loading http://localhost:9000/repl and my clojurescript repl hangs Clojure 1.4.0 user=> (require '[cljs.repl :as repl])