Re: Clojure, SAP and JCo

2009-05-04 Thread william douglas
Not yet but I've been wanting to start working on this as well. I'd love to hear if anybody has experience with this. William On Mon, May 4, 2009 at 12:27 PM, Sean Devlin wrote: > > Hi, > Has anyone else here been using Clojure to interact with SAP?  Or, are > there any JCo experts in the hou

Re: Instructions for Emacs+SLIME

2009-05-28 Thread william douglas
That's awesome Phil! I have been using the starter-kit for awhile since you have a fair ton of goodies in there and this provides a great reference for getting my 3 or 4 different clojure set ups consistently working (instead of a version that has java api help integrated, one that has maven hook

Re: Boggle solver

2009-11-09 Thread william douglas
Very nice, I had actually been implementing a boggle solver for my optimal boggle grid generator (5x5 with no limits on number of letters on dice). I hadn't discovered the wonders of assoc-in though which makes things look much nicer when creating nested maps. I really like the layout of your co

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread william douglas
> Well, it clearly works for Lau, but then he says in one of the screencasts > that he's using an old version of Slime; if you install technomancy's slime > package from > ELPA, I believe you don't get all the slime extensions, which > would easily explain why the fuzzy completion doesn't work.