Changeset 13012
- Timestamp:
- 11/07/10 21:59:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/testimonials.shtml
r12745 r13012 76 76 </dt> 77 77 78 <dt>Alessio Stalla 78 <dt>Alessio Stalla - November, 2010 79 79 </dt> 80 <dd>I'm currently integrating ABCL in a small, unreleased open source 81 project. It's a sort of graphical object browser for Java (but its GUI 82 sucks badly for now...). It can be run locally or as a client-server 83 application. I'm adding scripting support so you can access some 84 functionality from Lisp (or in principle any other Java Scripting API 85 compatible script engine, though I'm focusing on ABCL). 80 <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: 81 <ul> 82 <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> 83 <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> 84 <li>and all the other experimental, unreleased stuff I do as a hobby (mainly related to web development and enterprise application development).</li> 85 </ul> 86 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. 86 87 </dd> 87 88
Note: See TracChangeset
for help on using the changeset viewer.