Core Logic Reference Documentation

2013-05-29 Thread Benjamin Peter
Hello, I am currently trying to find my way to using clojure core logic, watching some videos, reading tutorials and trying to read the dissertation about miniKanren. While this is quite nice to grasp the concepts I feel the need for a complete reference documentation listing all the functions

Re: Core Logic Reference Documentation

2013-07-01 Thread Benjamin Peter
Hi xavriley, On Friday, June 7, 2013 2:52:33 PM UTC+2, xavriley wrote: > > I went ahead and made a start here: > > http://corelogicdocs.herokuapp.com/ > that looks so cool. I have had good experiences with the clojuredocs.org folks, are you thinking about integrating it with clojuredocs or keep

Re: Core Logic Reference Documentation

2013-07-01 Thread Benjamin Peter
Hello again, On Monday, July 1, 2013 10:23:49 PM UTC+2, Benjamin Peter wrote: > > Hi xavriley, > > I just forked the cljoure cheatsheet and gonna try to group some functions > and add links to your project. > seems like the cheatsheet is pretty flexible. Here is a first

Re: Core Logic Reference Documentation

2013-07-11 Thread Benjamin Peter
Hello, I went through the clojure core logic code and picked the functions I though that might go into the cheat sheet. The groups are pretty much defined by the code comments left by David and co. https://rawgithub.com/dedeibel/clojure-cheatsheets/master/src/clj-jvm/cheatsheet-use-title-attrib

Re: Core Logic Reference Documentation

2013-07-13 Thread Benjamin Peter
Hello, > On Thu, Jul 11, 2013 at 1:06 PM, Benjamin Peter > > > wrote: > >> >> I went through the clojure core logic code and picked the functions I >> though that might go into the cheat sheet. The groups are pretty much >> defined by the code comments

lispy.el - a vi-like Paredit. Some Clojure features added.

2014-02-03 Thread Benjamin Peter
Hello Oleh, thank you, this looks cool. Haven't tried such addon yet but this looks inviting. Bye Ben. -- 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 a

Re: lispy.el - a vi-like Paredit. Some Clojure features added.

2014-02-03 Thread Benjamin Peter
Thanks but it is playing way too fast considering you have to monitor two windows. (buffer and keys). -- 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 m

Running and debugging Clojure code with Intellij IDEA

2013-04-12 Thread Benjamin Peter
Hi, I just wanted to share something with you I found on the net. Tomek Lipski posted this great short manual. Worked great for me and I am thrilled by the first steps in the debugger. http://blog.tomeklipski.com/2013/04/running-and-debugging-clojure-code-with.html regards Benjamin. -- --

for behavior difference between clojure and clojurescript?

2012-02-29 Thread Benjamin Peter
k out, please have a look: https://github.com/dedeibel/cljs-fortest Thank you, -- Benjamin Peter https://myminutes.wordpress.com/ http://twitter.com/BenjaminPtr -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: for behavior difference between clojure and clojurescript?

2012-03-02 Thread Benjamin Peter
Hi all, thanks for responding. On Mar 1, 1:21 am, David Nolen wrote: > Yes it's a known issue. Right now, = only works for two args. For the time > being this is for performance reasons, a decent = is critical. I see. Is there a know issues list or is the problem something that should be noted

Re: What's the efficient functional way to computing the average of a sequence of numbers?

2012-03-30 Thread Benjamin Peter
Hi, On Mar 29, 10:43 pm, Alan Malloy wrote: > "Very likely" strikes me as a huge overstatement here. Most sequences > that you want to average won't be source-code literals, they'll be > lazy sequences, and those aren't counted. I think this topic is interesting. My guess would be, that the sequ