[ANN] Initial release of rubydoc!

2012-07-24 Thread Gabriel Horner
Hi All, There's doc, clojuredocs and javadoc - all handy repl tools. rubydoc, http://github.com/cldwalker/rubydoc, is another such tool but specifically for comparing ruby and clojure equivalents. The goal of this project is to become a community resource for comparing these two languages an

Re: reduction to tail recursion

2012-07-24 Thread Mimmo Cosenza
Thanks so much Alan. Very clear. Mimmo On Tuesday, July 24, 2012 8:19:00 AM UTC+2, Alan Malloy wrote: > > I don't see how the definition of primitive-recursive is relevant to this. > You can transform primitive recursion to tail recursion if you allocate a > "stack" of your own on the heap, and

Re: seeking namespace-aware xml lib

2012-07-24 Thread Ben Smith-Mannschott
On Thu, Jul 19, 2012 at 11:00 PM, Ben Smith-Mannschott wrote: > I am interested and I have a CA with Rich, but I'm currently exploring > using XOM from Clojure. My first impression is that the API is very > clean (as a Java API) and I appreciate its emphasis on correctness. I > could see data.xml

Re: Pathfinding via core.logic

2012-07-24 Thread David Nolen
On Tue, Jul 24, 2012 at 2:21 PM, Timothy Baldridge wrote: > All of these returned a 3 element set, but I'd like this to work with > arbitrary length paths. Any suggestions where to start reading up on > this? Is reading the reasoned schemer required for understanding how > to use core.logic? The

Re: Clojurians in Pune

2012-07-24 Thread Sujeet Banerjee
I am basically a LISPer + a Java programmer. We do a lot of JScheme! I'd want to know what Clojure has to offer and what's in there for switching from JScheme to Clojure? Regards, Sujeet Banerjee Development Engineer, Redknee, Inc. On Mon, Jul 23, 2012 at 11:08 PM, Aniruddh Joshi wrote: >

Pathfinding via core.logic

2012-07-24 Thread Timothy Baldridge
I have a problem I'm interested in using core.logic with: Let's say I have a set of rooms in a maze, they are labeled 1 through 5. Here is the list of connections between rooms: [1 2] [1 3] [1 4] [4 3] [3 5] I'd like to write a core.logic routine that would allow me to get a navigation path give

Fwd: [ANN] Datomic Free Edition

2012-07-24 Thread Stuart Halloway
0.8.3335 is now on the site, and includes the correct pom.xml. http://www.datomic.com/get-datomic.html Cheers, Stu > From: Stuart Halloway > Date: July 24, 2012 1:54:25 PM EDT > To: clojure@googlegroups.com > Subject: Re: [ANN] Datomic Free Edition > > Working on this, should have a fix short

Re: Logger conflicts

2012-07-24 Thread Eric in San Diego
Thanks for your response. I look forward to trying out your lib. As it happens, my problem seems magically to have vanished on its own, and I can't think of anything I did that might have shaken it loose. Gotta love problems that magically fix themselves (until they magically unfix themselve

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Stuart Halloway
Working on this, should have a fix shortly. Stu > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 7/24/12 9:21 AM, Rich Hickey wrote: >> We released a new edition of Datomic today that I think will be of >> interest to Clojure developers - Datomic Free Edition: >> >> http://blog.datomic

RFC: Functional programming conference?

2012-07-24 Thread Alex Miller
I'm considering spinning up a US-based multi-language conference for working or aspiring functional programmers. If you might have interest in such a thing, please read this and give me some feedback: http://tech.puredanger.com/2012/07/24/functional-programming-conference/ Alex Miller (creator

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Lee Hinman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/24/12 9:21 AM, Rich Hickey wrote: > We released a new edition of Datomic today that I think will be of > interest to Clojure developers - Datomic Free Edition: > > http://blog.datomic.com/2012/07/datomic-free-edition.html > > This edition is or

core.logic w/ cKanren extensions preview

2012-07-24 Thread David Nolen
Tom Hickey recorded my NYC Clojure presentation on cKanren extensions to core.logic - http://vimeo.com/46163091 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 n

Re: core.match "invert" match

2012-07-24 Thread David Nolen
On Tue, Jul 24, 2012 at 6:03 AM, Simone Mosciatti wrote: > Thanks, it was what i thought... > > Any other suggestion is still welcome :-) I don't really understand your example. Can you clarify? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Pierre-Henry Perret
Sorry , not so simple ...! I did that with an earlier release, and in my hurry forgot to list all those dependencies... Le mardi 24 juillet 2012 19:00:48 UTC+2, Herwig Hochleitner a écrit : > > Neither of those clojars upload work, because you haven't listed any > required dependencies in the p

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Herwig Hochleitner
Neither of those clojars upload work, because you haven't listed any required dependencies in the project.clj from which the pom.xml was generated. Take a look at bin/classpath and the lib/ folder in the datomic root to get an idea of what's needed. kind regards -- You received this message beca

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Pierre-Henry Perret
Done! [datomic-free-transactor "0.8.3331"] Le mardi 24 juillet 2012 18:48:01 UTC+2, Pierre-Henry Perret a écrit : > > Yes, this is just the datomic-free > Transactor is missing. > > Le mardi 24 juillet 2012 18:37:07 UTC+2, tbc++ a écrit : >> >> > I have just pushed datomic-free on clojars.org:

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Pierre-Henry Perret
Yes, this is just the datomic-free Transactor is missing. Le mardi 24 juillet 2012 18:37:07 UTC+2, tbc++ a écrit : > > > I have just pushed datomic-free on clojars.org: > > [datomic-free "0.8.3331"] > > > I don't think your push worked correctly. I don't seem to be getting > all the deps needed

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Timothy Baldridge
> I have just pushed datomic-free on clojars.org: > [datomic-free "0.8.3331"] I don't think your push worked correctly. I don't seem to be getting all the deps needed by datomic. It only downloaded 2311k and I get this: user=> (require 'datomic.api) ClassNotFoundException com.google.common.colle

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Pierre-Henry Perret
I have just pushed datomic-free on clojars.org: [datomic-free "0.8.3331"] Le mardi 24 juillet 2012 17:48:44 UTC+2, puzzler a écrit : > > Sounds exciting. FYI, the links from the blog post to the pricing and > download pages don't seem to be working. > -- You received this message because you

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Rich Hickey
Thanks. The links were fixed, you may need to refresh. On Jul 24, 2012, at 11:48 AM, Mark Engelberg wrote: > Sounds exciting. FYI, the links from the blog post to the pricing and > download pages don't seem to be working. > > -- > You received this message because you are subscribed to the Go

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Mark Engelberg
Sounds exciting. FYI, the links from the blog post to the pricing and download pages don't seem to be working. -- 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 memb

Re: [ANN] Datomic Free Edition

2012-07-24 Thread Timothy Baldridge
> This edition is oriented around making Datomic easier to get, and use, for > open source and smaller production deployments. Of note here is that Datomic > Free Edition, in addition to being free, comes with a redistributable > license, e.g. you can put the Datomic Free Edition jar in Clojars.

[ANN] Datomic Free Edition

2012-07-24 Thread Rich Hickey
We released a new edition of Datomic today that I think will be of interest to Clojure developers - Datomic Free Edition: http://blog.datomic.com/2012/07/datomic-free-edition.html This edition is oriented around making Datomic easier to get, and use, for open source and smaller production depl

Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Denis Labaye
On Tue, Jul 24, 2012 at 3:21 PM, Gabriel Horner wrote: > Hi Denis, > > I've released 0.3.1 which should fix that explicit failure. Now table > should just use the default width of 200. If you want table to use your > full terminal width, `export COLUMNS`. Otherwise, you can control the width > dir

Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Gabriel Horner
Hi Denis, I've released 0.3.1 which should fix that explicit failure. Now table should just use the default width of 200. If you want table to use your full terminal width, `export COLUMNS`. Otherwise, you can control the width directly by binding table.width/*width*. And of course I removed th

Re: reduction to tail recursion

2012-07-24 Thread nicolas.o...@gmail.com
On Mon, Jul 23, 2012 at 3:14 PM, Mimmo Cosenza wrote: > hi Merek and thanks for the link. But it does not answer my question. > I was looking for a demonstration of the reducibility of (not tail) > recursion to tail recursion. Or there is a demonstration of that, or nobody > could say that a (not

Re: core.match "invert" match

2012-07-24 Thread Simone Mosciatti
Thanks, it was what i thought... Any other suggestion is still welcome :-) On Tuesday, July 24, 2012 12:50:47 AM UTC+2, David Nolen wrote: > > On Mon, Jul 23, 2012 at 6:42 PM, Simone Mosciatti > wrote: > > Hi everybody, > > I was looking if it is possible to invert the match macro, an example

Re: [ANN] table 0.3.0 release - ascii tables that fit in your terminal

2012-07-24 Thread Denis Labaye
Hi, Seems cool. Is it supposed to work in an Emacs (slime) repl? When I tried on of the examples: (table [["1" "2"] ["3" "4"]]) I've got a [Thrown class java.lang.NumberFormatException] And when looking where the code breaks, when doing : (clojure.java.shell/sh "/bin/sh" "-c" "stty -a < /dev/tty