Re: In what OS do you code?

2013-06-14 Thread Nico Balestra
What company do you work for Mimmo? Can I send my CV? :) On 14 Jun 2013 15:59, "Giacomo Cosenza" wrote: > personally, I code on mac os x. in my company anyone is free to choose the > preferred OS (most of our devs are using linux, few of them windows). > mimmo > > > On Jun 14, 2013, at 3:46 PM, E

Why is using (not (empty? coll)) not idiomatic?

2013-05-11 Thread Nico Balestra
I'm not sure this question has been asked already, but I really want to know the "principle" behind (not (empty? coll)) not being idiomatic. I find it much more readable than (seq coll) and I don't understand why (empty?) exists if it's not idiomatic. But my real doubt is: What's the "idiom" in (

Re: Lisp In Summer Projects

2013-05-09 Thread Nico Balestra
(replace "I know have" "I now have") *"It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures" - A.J. Perlis* On 9 May 2013 17:13, Nico Balestra wrote: > ..after reading the FAQ I know hav

Re: Lisp In Summer Projects

2013-05-09 Thread Nico Balestra
talians have too many parenthesis in their laws :) *"It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures" - A.J. Perlis* On 9 May 2013 16:49, PlĂ­nio Balduino wrote: > '(sad) > > On Thu, May 9,

Re: Lisp In Summer Projects

2013-05-09 Thread Nico Balestra
Contest is also not open to residents of Brazil, Italy, Quebec, and Saudi Arabia I'm UK resident but born Italian and I find the above a bit distressing. *"It is better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures" - A.J. Perlis* O

Edit/write Clojure code on Android

2012-11-20 Thread Nico Balestra
Hi there, as per the subject of this email, supposing that I want to edit, write and potentially run a Clojure app on an Android device (Nexus 7), is there any way to achieve this or should I stop looking for the right Android app on the market? Unfortunately the Clojure REPL distributed by Satt

Re: Issue with Korma "or" predicate

2012-11-10 Thread Nico Balestra
Now I've tried with this: (select "mljentities" (fields :configuration) (where (or {:entity_name [like table-name]} {:alias [like table-name]}))) and I'm getting : no such var myns/like Getting mad :) Nico 2012/11/10 Nico Balestra > Hi all, > do

Issue with Korma "or" predicate

2012-11-10 Thread Nico Balestra
Hi all, do you know why the following Korma query : (select "mljentities" (fields :configuration) (where (or (= :entity_name table-name) (= :alias table-name is being translated into the following query? SELECT mljentities.configuration FROM mljentities WHERE fa

Re: Reducers

2012-05-10 Thread Nico Balestra
I'm with you Christian, maybe a code example would be very helpful. Thank you guys, Nico 2012/5/10 Christian Romney > I would be indebted to you if you could point me in the direction of the > reading material necessary to follow this discussion. I'm afraid I'm > currently out of my depth, but