Changeset 13018
- Timestamp:
- 11/11/10 08:20:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/testimonials.shtml
r13012 r13018 28 28 29 29 <h1>Testimonials</h1> 30 31 <dt>Alessio Stalla - November, 2010 32 </dt> 33 <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: 34 <ul> 35 <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> 36 <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> 37 <li>and all the other experimental, unreleased stuff I do as a hobby (mainly related to web development and enterprise application development).</li> 38 </ul> 39 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. 40 </dd> 30 41 31 42 <dl> … … 76 87 </dt> 77 88 78 <dt>Alessio Stalla - November, 201079 </dt>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.87 </dd>88 89 89 <dt>Hunter Monroe 90 90 </dt> … … 94 94 tests crash the suite. If you want to compile Maxima with ABCL lisp, check 95 95 out the Maxima source code and following the instructions in INSTALL.lisp." 96 </dd> 96 </dd><p><em>Editor's note: the Maxima test suite runs without crashes and 97 succesfully completes without failures as of 10-11-2010.</em></p> 97 98 98 99 <dt>Ted Kosan
Note: See TracChangeset
for help on using the changeset viewer.