Re: [ANN] Deriva 0.1.0-SNAPSHOT

2013-10-01 Thread Daniel Kwiecinski
All nitpickings are warmly welcome! ;) I'll do my best to make it high quality lib. Report all suggestions/bugs at https://github.com/lambder/Deriva/issues Kind Regards, Daniel Kwiecinski (lambder) On 1 October 2013 13:00, Jim wrote: > wow! I've not tried it yet but looks very

[ANN] Deriva 0.1.0-SNAPSHOT

2013-10-01 Thread Daniel Kwiecinski
trees (and not so algebraic case operator for non analytic functions) and performs symbolic manipulation on it. The end result is java bytecode with zero function calls, just primitive operations (apart from calling java.lang.Math funs) Kind Regards, Daniel Kwiecinski (lambder) -- -- You received

Re: [PATCH] Re: creating a varargs method with gen-class

2013-09-11 Thread Daniel Kwiecinski
additional meta info but nevertheless you have spend some time on it and if you agree I'd like add your name in credits note. Could you please email me what info you'd like to share? -- Daniel On Friday, 16 August 2013 14:25:56 UTC+1, sw1nn wrote: > > > On 16 August 2013 1

Re: [PATCH] Re: creating a varargs method with gen-class

2013-08-16 Thread Daniel Kwiecinski
implementations of interfaces at runtime. Shim wouldn't help here. -- Lambder On Friday, 16 August 2013 14:25:56 UTC+1, sw1nn wrote: > > > On 16 August 2013 12:59, Daniel Kwiecinski > > wrote: > >> This is a great patch. Have you submitted it in clojure jira?

Re: [PATCH] Re: creating a varargs method with gen-class

2013-08-16 Thread Daniel Kwiecinski
This is a great patch. Have you submitted it in clojure jira? -- Lambder On Thursday, 3 May 2012 18:31:29 UTC+1, sw1nn wrote: > > Updated patch to support varargs in constructors. > > > e.g with the patch you add some meta data to make the method a varargs > > method like this. > > > > (ns fo

Re: multiline strings and multiline comments ?

2013-06-29 Thread Daniel Kwiecinski
(clojure.string/join "\n" [ "this" "is" "multiline" "sting" ]) ;produces "this\nis\nmultiline\nsting" ;) On Monday, 16 August 2010 08:34:03 UTC+1, faenvie wrote: > > hi clojure-users, > > i wonder what the reason is, that clojure(-reader) > does not allow > > 1.

Re: How to aggregate in clojure.logic ?

2012-04-27 Thread Daniel Kwiecinski
Thanks David. -- 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: How to aggregate in clojure.logic ?

2012-04-27 Thread Daniel Kwiecinski
Intelligence-Bratko/dp/0201403757 > http://www.amazon.com/The-Art-Prolog-Second-Edition/dp/0262193388 > > I also recommend close readings of The Reasoned Schemer and Byrd's > dissertation - both are linked to in core.logic README. > > David > > On Friday, April 27, 2012, D

How to aggregate in clojure.logic ?

2012-04-27 Thread Daniel Kwiecinski
goals that let answer questions such as: grandchildren-count-of, length-of-ancestors-line, grandparents-count Kind Regards, Daniel Kwiecinski lambder.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: a goal succeeding when given another goal succeeds for all elements in a list

2012-04-27 Thread Daniel Kwiecinski
in fresh variables. For such obtained head we try to apply 'goal' goal AND continue recursively in the same fashion with the rest of the list. Kind Regards, Daniel Kwiecinski lambder.com On 26 April 2012 23:57, nchurch wrote: > For the benefit of bystanders, could anyone explai

Re: a goal succeeding when given another goal succeeds for all elements in a list

2012-04-26 Thread Daniel Kwiecinski
avid Nolen" wrote: > On Thu, Apr 26, 2012 at 1:38 PM, Daniel Kwiecinski < > daniel.kwiecin...@gmail.com> wrote: > >> Does it make sense at all to you. >> > > Makes sense, but sounds outside the scope of what core.logic currently > does. > > David > &g

Re: EuroClojure 2012: CfP open

2012-02-01 Thread Daniel Kwiecinski
What's the promo code? -- λambder -- 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 f