[armedbear-cvs] r13012 - public_html

Alessio Stalla astalla at common-lisp.net
Sun Nov 7 21:59:48 UTC 2010


Author: astalla
Date: Sun Nov  7 16:59:44 2010
New Revision: 13012

Log:
Updated my testimonial (Alessio Stalla)


Modified:
   public_html/testimonials.shtml

Modified: public_html/testimonials.shtml
==============================================================================
--- public_html/testimonials.shtml	(original)
+++ public_html/testimonials.shtml	Sun Nov  7 16:59:44 2010
@@ -75,14 +75,15 @@
 the development of this terrific package, a big THANK YOU!!!"
 </dt>
 
-<dt>Alessio Stalla
+<dt>Alessio Stalla - November, 2010
 </dt>
-<dd>I'm currently integrating ABCL in a small, unreleased open source
-project. It's a sort of graphical object browser for Java (but its GUI
-sucks badly for now...). It can be run locally or as a client-server
-application. I'm adding scripting support so you can access some
-functionality from Lisp (or in principle any other Java Scripting API
-compatible script engine, though I'm focusing on ABCL).
+<dd>With my Java background and my love for Lisp, I've found ABCL to be the ideal choice for my open source projects, in particular:
+<ul>
+  <li>DynaSpring (<a href="http://code.google.com/p/dynaspring/">http://code.google.com/p/dynaspring/</a>), a Lisp-based DSL for the Spring framework: it replaces the ugly-ugly XML with our beloved parentheses, bringing new features to Spring (conditional evaluation, modularity constructs, etc.) and making it much more user-extensible;</li>
+  <li>Snow (<a href="http://common-lisp.net/project/snow/">http://common-lisp.net/project/snow/</a>), a declarative GUI language in the vein of XUL, but obviously Lisp-based, targeting Swing. While still lacking many things, it combines a Lisp DSL with existing Java libraries to concisely describe the structure and layout of the GUI, and to make it easy to connect the UI with the application, thanks to its integration with Cells;</li>
+  <li>and all the other experimental, unreleased stuff I do as a hobby (mainly related to web development and enterprise application development).</li>
+</ul>
+For me ABCL's selling point is of course its interoperability with Java and the consequent access to Java libraries, but I also appreciate its simplicity, portability (even FASLs are cross-platform, thanks to the JVM), and last but not least, the small but vibrant and helpful community.
 </dd>
 
 <dt>Hunter Monroe




More information about the armedbear-cvs mailing list