Re: [GSoC 2013] core.logic CLP(Prob)

2013-04-26 Thread Edmund
Fantastic - thanks for pointing these out. On Friday, 26 April 2013 08:43:07 UTC+1, Zack Maril wrote: > > Nils also wrote his work up: > http://ozk.unizd.hr/proceedings/index.php/els/article/view/102/106 > -Zack > > On Friday, April 26, 2013 6:33:55 AM UTC+4, Maximilien Rzepka wrote: >> >> For the

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-09 Thread Edmund
Hi Jason, That's roughly what I figured, thanks for the helpful reply. Thanks for taking the time release this lib; its really great Edmund On Saturday, 9 February 2013 01:28:09 UTC, Jason Wolfe wrote: > > > > On Friday, February 8, 2013 1:56:27 AM UTC-8, Edmund wrote

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-08 Thread Edmund
be missing something very obvious in your code for how to do this ! Edmund On Thursday, 7 February 2013 19:27:13 UTC, Jason Wolfe wrote: > > On Thu, Feb 7, 2013 at 10:54 AM, AtKaaZ > > wrote: > > Hello. > > > https://github.com/Prismatic/plumbing/blob/master/test/plum

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-08 Thread Edmund
x27; is not the principal hangup I have: I'm happy to have an in- and out- map. The problem is, when On Thursday, 7 February 2013 16:51:31 UTC, Jason Wolfe wrote: > > Hi Edmund, > > Thanks for your interest. There's actually no way to fill in ??? in your > example,

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-07 Thread Edmund
Thanks again, Edmund On Tuesday, 29 January 2013 18:46:54 UTC, Aria Haghighi wrote: > > Hey all, > > Prismatic has open-sourced our Plumbing and Graph library on > github<https://github.com/prismatic/plumbing>. > Jason Wolfe gave a > talk<http://blog.getprism

Re: maths, functions and solvers

2012-05-29 Thread Edmund
No, core.logic is not the answer here; numerical stuff is currently out of reach. On Saturday, 26 May 2012 03:25:22 UTC+1, jlk wrote: > > Hi Zack > > I don't really know enough about core.logic to comment on this. Brent > mentions symbolic math and it sounds neat but I'm more interested in > n

Interaction of map->R and AOT compilation

2012-05-02 Thread Edmund
a bug ? I'd really appreciate some help and advice. Edmund -- 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

Re: [ANN] Eastwood - A Clojure lint tool

2012-04-27 Thread Edmund
This is great, and working for me, thanks :) On Thursday, 19 April 2012 14:04:07 UTC+1, Jonas wrote: > > Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to > inspect > namespaces and report possible problems. Currently it should work > with projects running Clojure 1.3.0 and

Re: A New Core.logic Primer

2012-03-15 Thread Edmund
Righto, I'll add this to the discussion. On Thursday, 15 March 2012 21:53:51 UTC, David Nolen wrote: > > On Thu, Mar 15, 2012 at 5:41 PM, Sean Corfield wrote: > >> On Thu, Mar 15, 2012 at 2:16 PM, Baishampayan Ghose >> wrote: >> > There is run, but `run` takes an extra argument `n` and will solv

Re: A New Core.logic Primer

2012-03-15 Thread Edmund
Hi Thorsten, Thanks for reading and the great feedback. In response, yes lvars introduced by fresh stay 'inside' the run* which only returns the query lvar. Your other comments are 100% correct and I will update the document to reflect them. Thanks again, Edmund On Thursday

Re: EuroClojure 2012: CfP open

2012-01-31 Thread Edmund
On 31/01/2012 17:07, Marco Abis wrote: > Hi all, > > after quite some time working on this I'm excited to announce "the > first 2-day, full-blown conference in Europe for the Clojure > community" to be held in London (England) on May 24-25. The > conference will be preceded by a 3-day training cl

Re: Logic program and hierarchical data

2012-01-23 Thread Edmund
Hi Base, In Dave Nolen's tutorial: https://github.com/swannodette/logic-tutorial there is a section on genealogy in which he composes child and child to create grandchild. Seems similar, maybe helpful ? Edmund On 24/01/2012 01:35, Base wrote: > Hi - > > I am attempting

Re: Can't get the debugger cdt run

2011-12-03 Thread Edmund
Chris, that's not fatal. Mine works just fine despite the warning. On 03/12/2011 11:29, Chris Perkins wrote: > On Saturday, December 3, 2011 12:16:43 AM UTC-5, Sean Corfield > wrote: > > On Fri, Dec 2, 2011 at 12:37 PM, George Jahad > wrote: >> The easiest way to use cdt is from emacs, as desc

Re: [ANN] Avout: Distributed State in Clojure

2011-12-01 Thread Edmund
That's the ticket! Thanks David, its working for me now. On 01/12/2011 17:21, David Edgar Liebke wrote: > (init-stm client) -- 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

Re: [ANN] Avout: Distributed State in Clojure

2011-12-01 Thread Edmund
n.invoke(RestFn.java:397) at clojure.lang.AFn.run(AFn.java:24) at java.lang.Thread.run(Thread.java:680) Edmund On 01/12/2011 15:39, David Edgar Liebke wrote: > Hi Sam, > >> run-in-transaction exception: #> java.lang.IllegalArgumentException: Path must not end with / charact

Re: [ANN] Avout: Distributed State in Clojure

2011-12-01 Thread Edmund
ng in emacs, whereas with "/r0" it just reported the exception in the repl, and then returned nil. Edmund On 01/12/2011 15:04, Sam Aaron wrote: > Hi David, > > I'm super excited by Avout. It seems *better* than magic in that it not only > appears to make com

Re: Drift 1.4.0 released.

2011-11-29 Thread Edmund
Confirmed, 1.4.2-SNAPSHOT works with 1.3.0 now, thanks for the help. Edmund On 27/11/2011 16:23, Matt wrote: > I just sent you a pull request to fix the Clojure 1.3 incompatibility. > > Also, you may want to use the current-version and update-version > functions in drift-db.migrat

Re: Drift 1.4.0 released.

2011-11-27 Thread Edmund
Bingo! Thanks for that, version 1.3.0 incompatibility it is. On 27/11/2011 13:41, Chris Perkins wrote: > My guess would be a clojure version mismatch, based on the > stacktrace. Have you tried changing your project to use clojure > 1.2.1? > > - Chris > > -- You received this message because you

Re: Drift 1.4.0 released.

2011-11-27 Thread Edmund
son/tdrift). Perhaps if we can git it to work we can get to the bottom of this ? Thank for the help here, Edmund On 27/11/2011 00:39, Matt wrote: > It looks like a bug in Drift. Try adding an init function which > takes one argument but doesn't do anything. > > Your new migrate-c

Re: [ANN] Drift 1.4.0 released.

2011-11-26 Thread Edmund
Hello, Thanks for this library, it'll really help me out. I'm a little stuck on getting bootstrapped, can you perhaps give me some guidance ? Basically I'm stuck at step 5, attempting to create my first migration, what am I missing ? T

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-29 Thread Edmund
Please add me to: - ClojureScript - core.logic/miniKanren - Heroku Drinkup - Literate Programming Thanks. On 26/10/2011 03:25, Michael Fogus wrote: > We built quite a large list before the internet graffiti started > taking over, so if you have an addition then please post it here > and it'

Re: Async Requests in ClojureScript

2011-08-16 Thread Edmund
Hi Base, I have a super basic example of this on my blog at http://boss-level.com/?p=119 It should get you over this hump. Gimme a shout if you have problems, Edmund On 16/08/2011 19:08, Base wrote: > Hi All - > > I am attempting to get started in ClojureScript and am c

Re: ANN: Optimized Pattern Matching Library for Clojure

2011-08-09 Thread Edmund
That's a great explanation Baishampayan, thanks ! Edmund On 09/08/2011 10:43, Baishampayan Ghose wrote: >> Do you happen to have any simple descriptions/examples of where and >> how we might use this stuff in our daily programming repertoires? I >> for one am sure I'

Re: RIncater

2011-05-23 Thread Edmund Jackson
hardlinking your machine) and move them to the appropriate subdirectory of ./native in your clojure project and you should be good to go. Edmund On 20 May 2011, at 22:25, Ulises wrote: > Hi, > > Is RIncanter still alive? > > Cheers, > > U > > -- > You receive

Re: Where's incanter chrono?

2011-05-08 Thread Edmund Jackson
I think the code has been under development and is now here: https://github.com/getwoven/clj-time as clj-time. On 8 May 2011, at 05:53, Andreas Kostler wrote: > Hello all, > Has incanter.chrono disappeared? > (use '(incanter core chrono)) > results in > Could not locate incanter/chrono__init.cla

Re: Simple things should be simple

2010-09-09 Thread Edmund Jackson
; (and I'm pointedly not going to compare that to /etc/apache/conf.d) I think its a low price. On Thu, Sep 9, 2010 at 4:47 PM, Mike Meyer wrote: > On Thu, 9 Sep 2010 16:28:48 +0100 > Edmund Jackson wrote: > > > Hi Mike, > > > > Could you perhaps present a counter

Re: Simple things should be simple

2010-09-09 Thread Edmund Jackson
Hi Mike, Could you perhaps present a counter-example of greater simplicity ? Edmund On Thu, Sep 9, 2010 at 4:03 PM, Mike Meyer < mwm-keyword-googlegroups.620...@mired.org> wrote: > On Thu, 9 Sep 2010 07:46:22 -0700 (PDT) > Meikel Brandmeyer wrote: > > > Hi, > >

Re: Trying to write idiomatic clojure to create vector of vectors

2010-07-23 Thread Edmund Jackson
Hi, Some time back Lau Jensen blogged something like this. Its starts here http://www.bestinclass.dk/index.clj/2009/10/brians-functional-brain.html but there are at least two follow ups. It might spark inspiration if you've not yet read it. Edmund On 22 Jul 2010, at

Re: Getting Clojure into the workplace, how do you do it?

2010-07-06 Thread Edmund Jackson
subscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en Edmund -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: bioinformatics toolkit in clojure: what would that look like?

2010-06-29 Thread Edmund Jackson
Hi Jan, Perhaps R's excellent bioconductor project could be mapped nicely into Incanter (Clojure's R) ? Edmund On 27 Jun 2010, at 23:15, jandot wrote: > Hi all, > > I have been a ruby user for several years and have contributed to the > bioruby toolkit for

Accessing final methods of superclass using :gen-class

2010-05-20 Thread Edmund
hod myself, but is the :exposes-methods doing so under the hood ? If so how do I get around this ? Thanks for your help, Edmund -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegr

Re: Understanding lazy-seq

2010-04-13 Thread Edmund Jackson
Wow - thanks everybody. On 13 Apr 2010, at 14:32, Rich Hickey wrote: > > > On Apr 12, 7:53 pm, Stuart Halloway wrote: >> Hi Edmund, >> >> This is a regression since last Tuesday's commit >> f81e612cc9ff91ddefc1d86e270cd7f018701802. Thanks for catchi

Understanding lazy-seq

2010-04-12 Thread Edmund Jackson
't understand. Thanks in advance, Edmund -- 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 fi

Re: Why I have chosen not to employ clojure

2010-03-22 Thread Edmund Jackson
ns, visit this group at > http://groups.google.com/group/clojure?hl=en > > To unsubscribe from this group, send email to > clojure+unsubscribegooglegroups.com or reply to this email with the words > "REMOVE ME" as the subject. Edmund "Do it with love, l-o-v-e&qu

Re: Name suggestions

2010-03-18 Thread Edmund Jackson
groups.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en Edmund &

Re: map not working in loop

2010-03-05 Thread Edmund Jackson
I think you're calling coll as a function. Try this. (defn pyt [coll] (loop [b (rest coll)] (map #(* % %) b))) Edmund On 5 Mar 2010, at 14:13, Meikel Brandmeyer wrote: > Hi, > > On Mar 5, 3:05 pm, Glen Rubin wrote: > >> The following code does not work, when us

Re: Full Disclojure - I Need Topics!

2010-01-26 Thread Edmund Jackson
advance, >> Sean > > -- > 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

Re: Clojure Kata

2010-01-25 Thread Edmund
Here a different version, without the sequence abstraction. I realise its idiomatically obsolete, but thought you guys might enjoy it. (defn sift "Sift. Old Skool." [key-pred in-s] (reduce (fn [coll elem] (if (key-pred elem) (conj coll [(str elem) []]) (conj (po

Re: Clojure Conference Poll

2010-01-23 Thread Edmund
East coast for we Europeans ? On Jan 23, 8:53 am, Christophe Grand wrote: > On Sat, Jan 23, 2010 at 8:54 AM, Konrad Hinsen > > wrote: > > On 22 Jan 2010, at 22:15, Wilson MacGyver wrote: > > >> I vote let's turn this into a clojure vacation, and hold it in an > >> exotic location. > > >> Otherwi

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Edmund Jackson
s group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en Edmund "The future is here. It's just not widely distributed yet" -- Gibson -- You received this message because

Re: newbie question

2009-11-09 Thread Edmund Jackson
(if (pred (first coll)) (recur (rest coll) (vector (first coll)) (conj outp acc)) (recur (rest coll) (f acc (first coll)) outp) ((cond conj (partial < 5)) [1 2 3 4 5 6 7 9 2 1 2 3] '[] '[]) user=> [[1 2 3 4 5] [6] [7] [9 2 1 2 3]] Edmu