From ehuels at gmail.com Sat Apr 7 08:59:14 2007 From: ehuels at gmail.com (Erik Huelsmann) Date: Sat, 7 Apr 2007 10:59:14 +0200 Subject: [cl-smtp-devel] Support for ArmedBear, ECL and Scieneer lisp implementations Message-ID: Hi, I'd like to help you add support for the ArmedBear, ECL and Scieneer CL implementations. In time, I'll add GCL and Corman too. At the same time, I can help reduce the amount of code in cl-smtp: I can provide you with a patch to remove all implementation-specific code, adding a dependency on usocket (http://common-lisp/project/usocket/). That way you'll benefit from platforms added to the list of supported implementations. Currently, it supports 9 implementations with 2 more to come, on all platforms each of these implementations runs on (ie clisp on all OSes supported by clisp, etc). Do you like the idea and want me to provide this patch? bye, Erik.