ANN: ABLE 0.16

Discussion of Common Lisp
Post Reply
phil
Posts: 27
Joined: Wed Aug 13, 2008 1:23 pm
Contact:

ANN: ABLE 0.16

Post by phil » Fri Dec 12, 2008 2:37 pm

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/

findinglisp
Posts: 447
Joined: Sat Jun 28, 2008 7:49 am
Location: Austin, TX
Contact:

Re: ANN: ABLE 0.16

Post by findinglisp » Fri Dec 12, 2008 2:48 pm

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/

phil
Posts: 27
Joined: Wed Aug 13, 2008 1:23 pm
Contact:

Re: ANN: ABLE 0.16

Post by phil » Fri Dec 12, 2008 2:57 pm

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.

findinglisp
Posts: 447
Joined: Sat Jun 28, 2008 7:49 am
Location: Austin, TX
Contact:

Re: ANN: ABLE 0.16

Post by findinglisp » Fri Dec 12, 2008 3:08 pm

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/

yena
Posts: 12
Joined: Sat Jun 28, 2008 2:33 am

Re: ANN: ABLE 0.16

Post by yena » Tue Dec 16, 2008 9:06 pm

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.

phil
Posts: 27
Joined: Wed Aug 13, 2008 1:23 pm
Contact:

Re: ANN: ABLE 0.16

Post by phil » Wed Dec 17, 2008 2:51 pm

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.

Post Reply