News

Sheeple has a Redmine!

Added by Josh Marchán 8 months ago

We've moved to Redmine for issue tracking and various other project maintenance stuff. The main project page can be reached at http://sykosomatic.org/sheeple. Please use the issue tracker at http://redmine.sykosomatic.org/projects/sheeple/issues/new to submit any bugs, feature requests, or other questions. The mailing lists will continue to be available if anyone prefers them.

Sheeple 3.0.4 -- The Fun Calling

Added by Josh Marchán 8 months ago

Version 3.0.4 of Sheeple has been tagged and released. You can grab the latest tarballs here.

Most changes with this version are internal changes, and minor bugfixes. Some functions were also renamed and/or deprecated. The MOP is beginning to be seriously developed.

  • CREATE deprecated. MAKE should be used now.
  • Messages objects are now funcallable (no need to call message-function on them anymore).
  • OBJECT-HIERARCHY-LIST renamed to OBJECT-PRECEDENCE-LIST
  • Source location and lambda-list information for messages is now recorded in Clozure CL. If you use Emacs, you should see messages' argument list as you write them, and M-. should work to find the source location of messages (but not replies yet).
  • Some unexported symbols are now properly exported.
  • A somewhat-usable MOP for objects and properties is now available. See examples/amop-*.lisp for some demos. The MOP is still undocumented and unstable.
  • Various bugfixes

Also available in: Atom