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 sake of

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: Hey Jason, Going

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-08 Thread Edmund
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, because it's a requirement of Graph that node names must be unique

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-08 Thread Edmund
this ! Edmund On Thursday, 7 February 2013 19:27:13 UTC, Jason Wolfe wrote: On Thu, Feb 7, 2013 at 10:54 AM, AtKaaZ atk...@gmail.com javascript: wrote: Hello. https://github.com/Prismatic/plumbing/blob/master/test/plumbing/graph_examples_test.clj#L148 Why do they return in a map instead

Re: Prismatic Plumbing and Graph Open-Source Release

2013-02-07 Thread Edmund
, 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 githubhttps://github.com/prismatic/plumbing. Jason Wolfe gave a talkhttp://blog.getprismatic.com/blog/2012/10/1/prismatics-graph-at-strange

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

Interaction of map-R and AOT compilation

2012-05-02 Thread Edmund
? 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 with your first post

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
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, 15 March

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 seancorfi...@gmail.comwrote: On Thu, Mar 15, 2012 at 2:16 PM, Baishampayan Ghose b.gh...@gmail.com wrote: There is run, but `run` takes an

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 class

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 to model some

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 clo...@blackbirdsystems.net wrote: The easiest way to use cdt

Re: [ANN] Avout: Distributed State in Clojure

2011-12-01 Thread Edmund
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 complicated things possible, but also in a conceptually transparent way

Re: [ANN] Avout: Distributed State in Clojure

2011-12-01 Thread Edmund
) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.core$apply.invoke(core.clj:600) at swank.core$spawn_worker_thread$fn__493.doInvoke(core.clj:294) at clojure.lang.RestFn.invoke(RestFn.java:397) at clojure.lang.AFn.run(AFn.java:24) at java.lang.Thread.run(Thread.java:680) Edmund

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: 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.migrate instead of your

Re: Drift 1.4.0 released.

2011-11-27 Thread Edmund
). 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-config should look something like

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 are

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 ? Thanks, Edmund

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'll

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 completely

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'm not educated enough

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 received this message because you

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.class

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 m...@kotka.de wrote: Hi, I don't know what

Re: Simple things should be simple

2010-09-09 Thread Edmund Jackson
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 m...@mired.org wrote: On Thu, 9 Sep 2010 16:28:48 +0100 Edmund Jackson edmundsjack...@gmail.com wrote: Hi Mike, Could you perhaps present a counter-example

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 13:37

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

2010-07-06 Thread Edmund Jackson
://groups.google.com/group/clojure?hl=en 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 first post

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 bioinformatics. Lately however

Accessing final methods of superclass using :gen-class

2010-05-20 Thread Edmund
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@googlegroups.com Note that posts from new members are moderated - please

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 stuart.hallo...@gmail.com wrote: Hi Edmund, This is a regression since last Tuesday's commit f81e612cc9ff91ddefc1d86e270cd7f018701802. Thanks for catching it! Stu Dear

Understanding lazy-seq

2010-04-12 Thread Edmund Jackson
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 first post. To unsubscribe from this group

Re: Why I have chosen not to employ clojure

2010-03-22 Thread Edmund Jackson
+unsubscr...@googlegroups.com For more options, 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

Re: Name suggestions

2010-03-18 Thread Edmund Jackson
, visit this group at http://groups.google.com/group/clojure?hl=en Edmund Do it with love, l-o-v-e MJ -- 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

Re: Full Disclojure - I Need Topics!

2010-01-26 Thread Edmund Jackson
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 The future is here. It's just not widely distributed yet

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 (pop

Re: Clojure Conference Poll

2010-01-23 Thread Edmund
East coast for we Europeans ? On Jan 23, 8:53 am, Christophe Grand christo...@cgrand.net wrote: On Sat, Jan 23, 2010 at 8:54 AM, Konrad Hinsen konrad.hin...@fastmail.net 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

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Edmund Jackson
, 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 you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

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]] Edmund On 7 Nov 2009, at 14