I need to build a prototype on Windows using Lisp (preferably Common Lisp) that has CLIM or at least a popup menu system. It has to be free or cheap. I'm not choosey, would learn any Lisp dialect or Scheme.
Thanks!
-John
Thanks!
-John
Discuss and learn Lisp programming of all dialects
This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.
10 posts · 12342 views
Hogge wrote:p.s. Common Lisp could use public/private...but I guess it's too late for that.Getting off-topic for this thread, but ... In CL, public/private is effectively part of symbol name resolution in the package system. Put your structure in a separate package. Only extern the public parts of the API.