Re: core.logic: Strange behaviour when using featurec with nested feature map (bug?).

2013-05-06 Thread Martin Forsgren
Thanks for fixing it! Den måndagen den 6:e maj 2013 kl. 02:43:53 UTC+2 skrev David Nolen: > > Fixed in master, thanks for the report! > > > On Thu, Apr 25, 2013 at 5:53 PM, Martin Forsgren > > > wrote: > >> Hi! >> >> I noticed something strange when using featurec with a nested feature >> map(I

Re: link for clojure programs

2013-05-06 Thread Catonano
2013/5/4 nrel...@yahoo.com > Can anybody give me a link/websites of codes for BEGINNERS FOR CLOJURE? > thanks a lot... > There are tons of resources on line. But in my experience, the famous MIT course with Abelsson and Sussman is a must. It´s about Scheme, not Clojure, but it´s important anyw

Re: [ANN] conf-er 1.0.1

2013-05-06 Thread Adam Clements
If you have a look in the tests you'll see how I override the config there, but it is a bit naff making you with-redefs one of the library's internal vars, and double naff that you have to wrap it in a delay. (with-redefs [conf-er/config-map (delay {:test 42})] (fact (config :test) => 42)) If y

[ANN] http-kit 2.1.1. Bug fix release, please upgrade if using the WebSocket

2013-05-06 Thread Shen, Feng
Hi, It's a bug fix release. *If using the WebSocket support, please upgrade. All older version has this bug.* The bug is "Large websocket requests get corrupted". Detail: https://github.com/http-kit/http-kit/issues/47. And thanks Gal Dolber for reporting it. Condition this bug will be triggered:

[GSoC] Mentors: please review student proposals

2013-05-06 Thread Daniel Solano Gómez
Hello, all, This is just a quick reminder for mentors. Please sign up to be a mentor on Melange[1] with Clojure. Once you do so, please take a moment to review the proposal that have been submitted. If you are interested in mentoring, please be sure to set the 'Wish to Mentor' switch to 'yes'.

Re: [ANN] http-kit 2.1.1. Bug fix release, please upgrade if using the WebSocket

2013-05-06 Thread Takahiro Hozumi
Shen, Thank you for your announcement. 2013/5/6 Shen, Feng > Hi, > > It's a bug fix release. *If using the WebSocket support, please upgrade. > All older version has this bug.* > > The bug is "Large websocket requests get corrupted". Detail: > https://github.com/http-kit/http-kit/issues/47. And

Re: link for clojure programs

2013-05-06 Thread Clinton Dreisbach
Holy smokes, please ignore the previous email on this thread. You most certainly do not need to read SICP (the MIT course mentioned), and in my experience, being inculcated with Scheme will make your Clojure code look insane, as idiomatic Clojure (insomuch as there is such a thing) doesn't have fun

Re: link for clojure programs

2013-05-06 Thread Niels van Klaveren
+1 to Clinton's advice. If anything, SICP et al teach the wrong habits fo working with Clojure. Christophe Grand, one of the authors of the aforementioned "Clojure Programming" book, held a great presentation called "You aren't gonna need it

Re: [GSoC] Mentors: please review student proposals

2013-05-06 Thread David Nolen
Thanks for the reminder! On Mon, May 6, 2013 at 9:23 AM, Daniel Solano Gómez wrote: > Hello, all, > > This is just a quick reminder for mentors. Please sign up to be a > mentor on Melange[1] with Clojure. Once you do so, please take a moment > to review the proposal that have been submitted.

Re: ANN: ClojureScript release 0.0-1798

2013-05-06 Thread david
Please don't forget to run "lein cljsbuild clean" after upgrading, assuming you're using the cljsbuild lein plugin. Hope this saves someone some valuable time :) David -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send

Re: ANN: ClojureScript release 0.0-1798

2013-05-06 Thread David Nolen
Stuart Sierra just pushed out 0.0-1803 which fixes a regression around seq, get, & reduce and extension to JavaScript natives pointed out by Kevin Lynagh. On Fri, May 3, 2013 at 6:14 PM, David Nolen wrote: > artifact: > http://search.maven.org/#artifactdetails%7Corg.clojure%7Cclojurescript%7C0.

Re: link for clojure programs

2013-05-06 Thread Giacomo Cosenza
In some way, what we miss is a book on co-recursion (the dual of recursion). In my experience in teaching clojure to mathematicians, they very naturally get co-recursion, because they really know how to be elegant and concise. Is there any very good online resource on co-recursion with clojure?

Re: link for clojure programs

2013-05-06 Thread Abraham Varghese
Watch Chas Emerick video ... Read Clojure Programming by Chas On Saturday, May 4, 2013 11:31:48 AM UTC+5:30, nre...@yahoo.com wrote: > > Can anybody give me a link/websites of codes for BEGINNERS FOR CLOJURE? > thanks a lot... > -- -- You received this message because you are subscribed to

Re: Problems Bootstrapping With Shoreleave-Remote

2013-05-06 Thread Timothy Washington
Ok, I got this sorted. *A)* I used :optimizations :simple , and the JS files are separated out *B)* There was a stale version of clojurescript referenced in my project.clj file. I just removed that, cleaned out gen'd files with `lein cljsbuild clean`, then iii) `lein cljsbuild (once|auto)`. Then

Re: Problems Bootstrapping With Shoreleave-Remote

2013-05-06 Thread Timothy Washington
Ok, I got this working too. Turns out that *namespaced keywords* do not keep their namespaces as they are transferred from Clojurescript, over to Clojure-land. This was causing my named remote function, not to be seen. Anyways, hopefully this can help someone in future. Cheers Tim On Mon, May 6,

Re: I tripped out

2013-05-06 Thread AtKaaZ
I agree, I'm not sure what he means xD If you ask me, I'd rather have each arg be identified by a keyword instead of by order like: (somefn :arg1 "somestr" :arg3 100 :arg2 (+ 1 2)) or all those in a map I'll probably still do that for me, so that any function will take params like this. There's pro

Re: [GSoC] Mentors: please review student proposals

2013-05-06 Thread Rich Morin
I sent you a note the other day about the fact that I was unable to make any progress on signing up. Please reply. -r On May 6, 2013, at 06:23, Daniel Solano Gómez wrote: > Hello, all, > > This is just a quick reminder for mentors. Please sign up to be a > mentor on Melange[1] with Clojure.

[GSoC] Mentors: becoming a mentor on Melange (was Re: Mentors: please review student proposals)

2013-05-06 Thread Daniel Solano Gómez
First, my apologies to Rich for not responding to him earlier. For anyone else who is having trouble viewing student proposals, you need to be sure you are signed up as a mentor for Clojure. To do this, you'll need to have sign up with Melange. Once you have done so, visit

Re: link for clojure programs

2013-05-06 Thread Zack Maril
Once I had really cut your teeth on the introductory materials, I found that reading parts of the Clojure source code can be helpful. https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj This one file defines over half of the functions you'll be working with day to day. There

Clojure developer wanted for 4-6 week project ASAP

2013-05-06 Thread James Adams
Hi all, I'm looking for a Clojure developer to help me on a 4-6 week project starting ASAP. I'm based in London so if you are too that's a bonus, but otherwise remote working will be ok. You'll be helping me finish off the backend on a new multiplayer HTML5 poker game. Development is going we

Lisp 2013 summer programming contest

2013-05-06 Thread Andy Fingerhut
I have not heard of this before. Wanted to pass on the word in case anyone was interested in applying. $2000 grand prize, and a chance to speak at a conference about your project. http://lispinsummerprojects.org Andy -- -- You received this message because you are subscribed to the Googl

Re: Clojure developer wanted for 4-6 week project ASAP

2013-05-06 Thread Bruce Durling
James, As you're in London I'd also ask on the London Clojurian Jobs list: https://groups.google.com/forum/?fromgroups#!forum/london-clojurian-jobs cheers, Bruce On Tue, May 7, 2013 at 1:11 AM, James Adams wrote: > Hi all, I'm looking for a Clojure developer to help me on a 4-6 week project >

Re: I tripped out

2013-05-06 Thread Pierre-Yves Ritschard
atkaaz, you can do this: (fn [& {:keys [arg1 arg2 arg3]}] ...) On Mon, May 6, 2013 at 10:03 PM, AtKaaZ wrote: > I agree, I'm not sure what he means xD > If you ask me, I'd rather have each arg be identified by a keyword instead > of by order > like: (somefn :arg1 "somestr" :arg3 100 :arg2 (+ 1