Search found 8 matches
- Fri Jul 25, 2008 2:28 pm
- Forum: Emacs
- Topic: API documentation format
- Replies: 5
- Views: 19726
Re: API documentation format
I'm thinking about one of the following: xhtml, tex, or texinfo. I'd like something that could be used to create a printed manual or an online doc. When I think of API documentation, I think of tools like Tinaa. If you want to go the texinfo route though, take a look at the SBCL documentation or th...
- Tue Jul 01, 2008 7:25 pm
- Forum: Common Lisp
- Topic: What are you doing in Common Lisp lately?
- Replies: 26
- Views: 79391
What are you doing in Common Lisp lately?
I'm updating CL-Selenium, messing around with Lispy's version storage approach and hacking on a Space Invaders clone.
- Tue Jul 01, 2008 11:32 am
- Forum: Common Lisp
- Topic: GUI lib recommendations
- Replies: 6
- Views: 23739
Re: GUI lib recommendations
I've used http://sourceforge.net/projects/clg which is a GTK+ binding. It's actively maintained, straight forward to use and worked well for me with SBCL on Ubuntu at least.
- Mon Jun 30, 2008 12:37 pm
- Forum: The Lounge
- Topic: StumpWM
- Replies: 2
- Views: 9898
Re: StumpWM
I like StumpWM a lot. It's very easy to hack on.
- Sun Jun 29, 2008 9:43 pm
- Forum: The Lounge
- Topic: Cars
- Replies: 4
- Views: 13636
Re: Cars
What was the part? I just replaced the interior door handle and latch as well as the vent window in my car.
- Sun Jun 29, 2008 9:25 am
- Forum: Common Lisp
- Topic: Failing to asdf-install cl-yacc in Windows
- Replies: 5
- Views: 21153
Re: Failing to asdf-install cl-yacc in Windows
IMO, this is one of the big flaws in the ASDF-Install way of doing things (ie. dependency on the author's hosting choices).wm.annis wrote:The web site where cl-yacc lives has been missing for at least two days.
- Sun Jun 29, 2008 9:19 am
- Forum: Books and Resources
- Topic: What's your favorite book about Lisp?
- Replies: 34
- Views: 2124374
Re: What's your favorite book about Lisp?
On Lisp is missing from the list 

- Sun Jun 29, 2008 9:16 am
- Forum: Other Dialects
- Topic: Clojure reactions?
- Replies: 16
- Views: 77321
Re: Clojure reactions?
I can't decide between Clojure and Scala.