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.

ANN: ABLE 0.16

6 posts · 4844 views

ABLE is a Common Lisp environment for Linux, Windows and Mac OS X featuring tabbed editing, a listener with command history, symbol completion, syntax highlighting, parenthesis matching, automatic indentation, call-tips and Hyperspec lookup.

Version 0.16 adds a few new things, most notably the often requested bundling of some useful ASDF systems and the ability to easily add others. This release came out a couple of weeks back but I've only just got the Mac version updated due to some battling with Tk on OS X. The Mac version is the least mature of the three but it is starting to catch up.

ABLE can be downloaded from http://phil.nullable.eu/
Phil - http://phil.nullable.eu/

Re: ANN: ABLE 0.16

Neat. Is ABLE written in CL itself? If so, which windowing toolkit does it use?
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Re: ANN: ABLE 0.16

Neat. Is ABLE written in CL itself? If so, which windowing toolkit does it use?
Yep it's 100% CL and uses LTK which interfaces to Tk.
Phil - http://phil.nullable.eu/

Re: ANN: ABLE 0.16

phil wrote:
Neat. Is ABLE written in CL itself? If so, which windowing toolkit does it use?
Yep it's 100% CL and uses LTK which interfaces to Tk.
Nice!
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Re: ANN: ABLE 0.16

phil wrote:Version 0.16 adds a few new things, most notably the often requested bundling of some useful ASDF systems and the ability to easily add others.
Could you list what libraries you bundle with Able? I cannot find that information on your home page.

Re: ANN: ABLE 0.16

yena wrote:Could you list what libraries you bundle with Able? I cannot find that information on your home page.
Sure, presently I bundle:
  • alexandria
  • babel_0.3.0
  • cffi_0.10.3
  • cl-fad-0.6.2
  • cl-ppcre-2.0.1
  • cl-unicode-0.1.1
  • flexi-streams-1.0.7
  • ltk-0.91
  • trivial-features_0.3
  • trivial-gray-streams-2006-09-16
  • tstree
...and of course ABLE itself which is just another ASDF library in the systems folder.
Phil - http://phil.nullable.eu/