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 left by David and co. >> > On Thursday,

Re: Core Logic Reference Documentation

2013-07-11 Thread David Nolen
This mostly looks good I remove the references to the defnc, fnc and predc these are very experimental, likely to change, and easy to cause trouble if you're not careful. David On Thu, Jul 11, 2013 at 1:06 PM, Benjamin Peter wrote: > Hello, > > I went through the clojure core logic code and pic

Re: Core Logic Reference Documentation

2013-07-11 Thread PlĂ­nio Balduino
Hey, good job. I missed a cheat sheet like this. Thank you. On Thu, Jul 11, 2013 at 3:06 PM, Benjamin Peter wrote: > 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 com

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-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 prototype. https://raw

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-06-07 Thread xavriley
In a fit of altruism, I decided to go ahead and do it myself. http://corelogicdocs.herokuapp.com/ This is the result of an hour's work and some find-and-replace so I fully expect it to be broken in all kinds of ways, but it's a start :) On Wednesday, May 29, 2013 6:08:06 PM UTC+1, Benjamin Pet

Re: Core Logic Reference Documentation

2013-06-07 Thread xavriley
I went ahead and made a start here: http://corelogicdocs.herokuapp.com/ It will probably have a few bugs but it's a start at least. Google Groups seems to be deleting my posts so I'm hoping this gets through. Thanks, On Wednesday, May 29, 2013 6:08:06 PM UTC+1, Benjamin Peter wrote: > > Hello,

Re: Core Logic Reference Documentation

2013-06-07 Thread xavriley
I made a fork of clojuredocs for the Overtone project (which is here - http://overtone-docs.herokuapp.com/). I'm happy to try something similar for core.logic if it would be useful. First on my list is getting Clojure 1.4 and 1.5 onto clojuredocs though... If you want to try it yourself, repos

Re: Core Logic Reference Documentation

2013-05-29 Thread David Nolen
A core.logic cheatsheet would be a fantastic resource. I'd also welcome help in generating the basic doc pages. On Wed, May 29, 2013 at 1:08 PM, Benjamin Peter wrote: > Hello, > > I am currently trying to find my way to using clojure core logic, watching > some videos, reading tutorials and tryi

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