Re: core.logic now runs under ClojureScript

2012-03-25 Thread Devin Walters
It's the course recommended for freshmen seeking a career in Wonderful: 101 - Introduction to Awesome '(Devin Walters) On Mar 25, 2012, at 10:48 PM, Cedric Greevey wrote: > On Sun, Mar 25, 2012 at 11:36 PM, Devin Walters wrote: >> (inc 100) >> >> Well done, gents. > > 101? > > Or maybe you

Re: core.logic now runs under ClojureScript

2012-03-25 Thread Cedric Greevey
On Sun, Mar 25, 2012 at 11:36 PM, Devin Walters wrote: > (inc 100) > > Well done, gents. 101? Or maybe you meant (partial + 100). :) -- 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

Re: core.logic now runs under ClojureScript

2012-03-25 Thread Devin Walters
(inc 100) Well done, gents. '(Devin Walters) On Sunday, March 25, 2012 at 9:05 PM, Creighton Kirkendall wrote: > Amazing work! > > > On Saturday, March 24, 2012 10:19:41 PM UTC-4, David Nolen wrote: > > There's a lot of work left to do but I was able to successfully solve the > > zebra

Re: core.logic now runs under ClojureScript

2012-03-25 Thread Creighton Kirkendall
Amazing work! On Saturday, March 24, 2012 10:19:41 PM UTC-4, David Nolen wrote: > > There's a lot of work left to do but I was able to successfully solve the > zebra puzzle with core.logic running under JavaScript via V8 in ~170ms. > There's tons of performance optimization yet to do, but to

Re: core.logic now runs under ClojureScript

2012-03-25 Thread Stuart Sierra
Mega w00t! -S -- 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: core.logic now runs under ClojureScript

2012-03-25 Thread David Nolen
On Sun, Mar 25, 2012 at 5:14 AM, Evan Mezeske wrote: > For anyone like me that just immediately wants to see the code: > > > https://github.com/clojure/core.logic/blob/master/src/main/cljs/cljs/core/logic.cljs > > -Evan > I just want to say that the experience porting this library has been simpl

Re: core.logic now runs under ClojureScript

2012-03-25 Thread Evan Mezeske
On Saturday, March 24, 2012 7:19:41 PM UTC-7, David Nolen wrote: > > There's a lot of work left to do but I was able to successfully solve the > zebra puzzle with core.logic running under JavaScript via V8 in ~170ms. > There's tons of performance optimization yet to do, but to give some > perspe

core.logic now runs under ClojureScript

2012-03-24 Thread David Nolen
There's a lot of work left to do but I was able to successfully solve the zebra puzzle with core.logic running under JavaScript via V8 in ~170ms. There's tons of performance optimization yet to do, but to give some perspective Peter Norvig's version for CL that compiled Prolog took ~17.4 seconds to