Search found 2 matches

by fofikos
Sat Jul 12, 2008 8:09 am
Forum: Common Lisp
Topic: GUI lib recommendations
Replies: 6
Views: 20709

Re: GUI lib recommendations

I would suggest ltk if you are interested in portability. A lot (all?) of the gtk bindings
do not work in windows or osx. LTK works everywhere and is extremely stable/high quality.
by fofikos
Sat Jul 12, 2008 8:05 am
Forum: Common Lisp
Topic: Strings, characters, and binary encodings
Replies: 9
Views: 27010

Re: Strings, characters, and binary encodings

I think the "try to return something useful" approach that you advocate here has no place in common lisp. CL may have a couple of inconsistencies but the spec is one of extremely high quality compared to the horrors of php where this "context sensitive" philosophy is embraced. So...