Search found 3 matches

by stefano
Fri Jan 09, 2009 6:39 am
Forum: Other Dialects
Topic: Clojure reactions?
Replies: 16
Views: 43542

Re: Clojure reactions?

So, what's your reaction, fogus? What do you like most about Clojure, and what do you think still needs improvement? I am loving it so far, although there are a few minor points that annoy me from time to time. Probably the most annoying (although it's probably my own psychosis) is that it does not...
by stefano
Thu Nov 06, 2008 9:12 am
Forum: Common Lisp
Topic: IF/WHEN?
Replies: 6
Views: 11821

Re: IF/WHEN?

When the result matters (i.e. the value nil has a specific meaning) I prefer to use (if A B nil).
by stefano
Thu Aug 28, 2008 4:03 am
Forum: Common Lisp
Topic: Lisp, Windows and OpenGL
Replies: 8
Views: 19663

Re: Lisp, Windows and OpenGL

A really good library for GUI applications is cells-gtk: http://common-lisp.net/project/cells-gtk/ You probably want the cvs version (the tarball linked from the home page is quite out of date) because it has support for integrating an OpenGL widget. It doesn't have much documentation, but you shoul...