Re: ClojureScript: browser REPL omitting namespace in generated JS

2012-03-14 Thread Stuart Campbell
I see what you mean. In fact, if I enter (ns foo) at the REPL instead of (in-ns 'foo), the namespace is created in cljs.compiler/namespaces and the compiled JS is output correctly. On 3 March 2012 12:12, Brenton bashw...@gmail.com wrote: Thanks Stuart, Looks like the problem might be here:

Decorators Lib

2012-03-14 Thread Sean Devlin
Hey folks, I released a library on github for working with decorators, you can find it here. https://github.com/francoisdevlin/Decorate You can learn more about it here, with my latest episode of full disclojure https://vimeo.com/38507385 Sean -- You received this message because you are

A New Core.logic Primer

2012-03-14 Thread David Nolen
Thanks to Edmund Jackson we have a new primer for core.logic: https://github.com/clojure/core.logic/wiki/A-Core.logic-Primer Feedback appreciated! David -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: A New Core.logic Primer

2012-03-14 Thread Daniel Gagnon
On Wed, Mar 14, 2012 at 3:00 PM, David Nolen dnolen.li...@gmail.com wrote: Thanks to Edmund Jackson we have a new primer for core.logic: https://github.com/clojure/core.logic/wiki/A-Core.logic-Primer Feedback appreciated! David It's pretty good and I think it's very accessible. If you

[ANN] Immutant 0.1.0 released

2012-03-14 Thread Jim Crossley
Howdy all, Just in time for my Clojure/West talk, we're happy to have published our first official release of Immutant, the Clojure app server built on JBoss AS7. Read all about it here: http://bit.ly/immutant010 Thanks, Jim -- You received this message because you are subscribed to the

Re: A New Core.logic Primer

2012-03-14 Thread David Nolen
On Wed, Mar 14, 2012 at 4:09 PM, Daniel Gagnon redalas...@gmail.com wrote: On Wed, Mar 14, 2012 at 3:00 PM, David Nolen dnolen.li...@gmail.comwrote: Thanks to Edmund Jackson we have a new primer for core.logic: https://github.com/clojure/core.logic/wiki/A-Core.logic-Primer Feedback

[ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Nathan Sorenson
I've modified the output of the ClojureScript compiler to emit Scheme code. At this point the core library is successfully compiled by Gambit Scheme. A nice advantage of this is that Gambit compiles code via C, meaning that stand-alone Clojure executables are now available for any platform with

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread David Nolen
Excellent work! On Wed, Mar 14, 2012 at 5:08 PM, Nathan Sorenson n...@sfu.ca wrote: I've modified the output of the ClojureScript compiler to emit Scheme code. At this point the core library is successfully compiled by Gambit Scheme. A nice advantage of this is that Gambit compiles code via

Re: A New Core.logic Primer

2012-03-14 Thread Linus Ericsson
2012/3/14 David Nolen dnolen.li...@gmail.com On Wed, Mar 14, 2012 at 4:09 PM, Daniel Gagnon redalas...@gmail.comwrote: On Wed, Mar 14, 2012 at 3:00 PM, David Nolen dnolen.li...@gmail.comwrote: Thanks to Edmund Jackson we have a new primer for core.logic:

Re: A New Core.logic Primer

2012-03-14 Thread Sean Corfield
On Wed, Mar 14, 2012 at 2:43 PM, Linus Ericsson oscarlinuserics...@gmail.com wrote: :dependencies [[org.clojure/clojure 1.3.0]   [core.logic 0.6.1-SNAPSHOT]] You want: [org.clojure/core.logic 0.6.7] http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go has a link to Maven Central

Re: A New Core.logic Primer

2012-03-14 Thread Daniel Jomphe
On Wednesday, March 14, 2012, Dan wrote: David Nolen wrote: Thanks to Edmund Jackson we have a new primer for core.logic: https://github.com/clojure/core.logic/wiki/A-Core.logic-Primer [...] I think you should say a word about prolog and mention that unlike it core.logic isn't turing

Re: A New Core.logic Primer

2012-03-14 Thread Daniel Gagnon
Dan, you probably read that recently about Datalog, while you were reviewing Datomic. Ain't that right? :) I didn't check out Datomic yet. I'll do that soon. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: [ANN] clojure-scheme - Compiling Clojure to Scheme to C

2012-03-14 Thread Herwig Hochleitner
That's mighty! -- 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 from this group, send

Re: [ANN] jark 0.4.0

2012-03-14 Thread Sunil S Nandihalli
Thank you Icy, Jark has been a great tool! .. and have had the privelege of being on the bleeding edge of jark. Sunil. On Tue, Mar 13, 2012 at 10:11 AM, isaac praveen icylis...@gmail.com wrote: I am pleased to announce the release of jark v0.4.0. So why another Clojure tool ? Problem