Re: {ANN} defun: A beautiful macro to define clojure functions with pattern match.

2014-09-23 Thread J David Eisenberg
On Saturday, September 13, 2014 11:47:28 PM UTC-7, dennis wrote: > > > Hi , i am pleased to introduce defun : > a beautiful macro to define clojure functions with pattern match. > > [snip] > This is totally wonderful. Elegant, and useful. -- You received

Clojure beginner: angst about "doing things right"

2014-09-22 Thread J David Eisenberg
As part of a larger program, I'm testing a function that will turn a string of days on which a class occurs (such as "MWF") into a list of seven numbers: (1 0 1 0 1 0 0). I first translate"TH" (Thursday) to "R" and "SU" (Sunday) to "N" to make things a bit easier. I came up with the following c

Re: Useless Java error messages

2014-09-04 Thread J David Eisenberg
On Tuesday, September 2, 2014 5:13:49 PM UTC-7, Beau Fabry wrote: > > apologies, not a leiningen plugin. https://github.com/AvisoNovate/pretty > Thank you. This looks most interesting. I was able to find clj-pretty-error on Clojars; github is https://github.com/liquidz/clj-pretty-error, but it

Re: [ANN] Quil 2.1.0 released

2014-06-28 Thread J David Eisenberg
On Friday, June 13, 2014 12:48:34 PM UTC-7, Nikita Beloglazov wrote: > > Friday the 13th and a full moon is ideal time for a release! > > Happy to announce release of Quil 2.1.0. It is available on clojars: > https://clojars.org/quil > > Here is the list of changes: > >- Middleware