[ANNOUNCE] ABCL 0.26.1 released021 (7/27/2011 2:38:37 PM) comp.lang.lisp I'm forwarding the following message by Erik Huelsmann from the armedbear-devel mailing list. ---------- Forwarded message ---------- From: Erik Huelsmann Date: Wed, Jul 27, 2011 at 4:09 PM Subject: [armedbea... Alessio
[ANN] DynaSpring 0.5 released0107 (10/27/2010 5:14:45 PM) comp.lang.java.programmer -- DynaSpring 0.5 has been released! --
DynaSpring is a dynamic, extensible DSL (Domain Specific Language)
tailored at building a Spring Application Context. Like Spring/XML, it
is a declarative, tree-stru... Alessio
Some thoughts on extensible sequences109151 (7/30/2010 3:10:31 PM) comp.lang.lisp Some time ago I ported SBCL's extensible sequences protocol[1] to ABCL
and I'm now using it to make ABCL support Java collections natively.
While doing so, I realized that the sequences API has some
shortcom... Alessio
[ANN] ABCL 0.21 released234 (7/28/2010 7:11:21 PM) comp.lang.lisp On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to be able to announce the 0.21.0 release. ABCL is a Common Lisp implementation implemented in Java and running on the JVM, featuring both ... Alessio
"C-like" syntax for Lisp in less than 100 lines of code68143 (4/18/2010 10:53:15 PM) comp.lang.lisp I have coded some simple syntax sugar to provide a vaguely "C-like"
syntax for Lisp, part as a proof of concept, part with the intention
of actually using it in a library. It's not meant to replace sexps but
... Alessio
ANN: ABCL 0.18.0 released128 (1/14/2010 12:53:48 PM) comp.lang.lisp I'm forwarding here the announce message posted on the ABCL mailing lists. Alessio Stalla ---------- Forwarded message ---------- From: Erik Huelsmann Date: Wed, Jan 13, 2010 at 8:25 PM Subject: [armedbear-d... Alessio
Equality of foreign objects5328 (10/14/2009 9:20:20 PM) comp.lang.lisp The hyperspec says of EQUAL that it behaves like EQ for every object except in a bunch of special cases. Does this mean that no conforming Common Lisp implementation can extend EQUAL to meaningfully compare imp... Alessio
Library with heavy use of COMPILE434 (9/29/2009 8:49:23 PM) comp.lang.lisp Can anyone suggest me a Lisp library which uses COMPILE a lot? I'm working on an experimental change to ABCL's runtime compiler and I'd like to test and benchmark it on a real case. TIA, Alessio ... Alessio
dlambda, or, closure over dynamic bindings1433 (9/15/2009 8:37:09 PM) comp.lang.lisp Sometimes I've found myself in need to "capture" dynamic bindings in a closure. A frequent example is callbacks, e.g. event handlers in a GUI: (let ((*standard-output* (redirect-to-somewhere))) (frame (:titl... Alessio
Comparison of CL HTML generators1032 (6/17/2012 12:15:13 PM) comp.lang.lisp Hello folks!
Searching for CL HTML generator libraries I came across the following ones:
1) SPINNERET
2) CL-MARKUP
3) CL-WHO
4) YACLML
5) HTMLGEN
6) HTOUT
7) LML2
I have already fou... nitralime(4)
Managed-Code Bloat4132 (6/6/2011 6:47:30 AM) comp.lang.java.programmer Came across this item about how Evernote for Windows abandoned WPF and Dotnet when moving from version 3.5 to 4.0, with the result that On our test hardware, Evernote 4 starts five times faster, and uses ... ldo(2144)
Longino CL: JSON support2224 (7/20/2011 3:13:25 AM) comp.lang.lisp Ok, I said I wouldn't change anything for version 1.0, but I lied. I just added support for JSON, and I will see if I can get regex in soon. So the features for 1.0 are: - CL minus CLOS; - Continuations; - Ac... ts.conceicao(35)
Future of lisp?15258 (8/16/2011 7:41:32 PM) comp.lang.lisp I report, you decide :P http://blog.8thlight.com/steven-degutis/2011/08/15/future-of-lisp.html Is Clojure really the most popular Lisp today? Common Lisp is C++ with more parantheses? Nu useless?... I have so... lakatos.isti(9)
Finndesign Liitin - Computing Rethought425 (9/5/2011 10:33:21 AM) comp.lang.lisp Hi all, I'd like to announce a new, Lisp/Scheme related project: Finndesign Liitin. Actually, we've been working on it a decade, or so. "...sounds like an inspiring idea, kind of like a return to the future... jukka.tuominen(9)
Thoughts on SETF4322 (11/13/2011 11:37:28 PM) comp.lang.lisp I just happened across MODF: https://github.com/smithzvk/modf It's intended as a "functional" variant of SETF; take a look (I'll assume that you've done so, and proceed). In fact, SETF can already do what M... Scott5391(16)
(any)lisp on android (java avoidable)?749 (11/22/2011 3:21:54 PM) comp.lang.lisp Hello to all of you, i searched the net for a possibility to use lisp for coding apps for android and the only things i found were a port of ecl from sylvian ageneau (https://github.com/ageneau/ecl-android ), ... Bernd.Schmitt.News(128)
documentation feature in macro-defining macro525 (12/1/2011 5:33:23 PM) comp.lang.lisp In his book 'Let over Lambda' Doug Hoyte shows a version of defmacro called defmacro!, see http://letoverlambda.com/index.cl - chapter 3. It works fine, exept it has no built in documentation feature. Basicall... schatzer.johann(29)
Anti-Loop10532 (3/7/2012 9:48:18 AM) comp.lang.lisp In PCL, there is a chapter promoting the use of the COBOL-like LOOP. I think that the examples can be done more elegantly without LOOP by using NewLisp. The low, loopy way: (loop for i upto 10 collect i) ... w_a_x_man(2777)
Learning Lisp #511853 (5/7/2012 10:44:45 AM) comp.lang.lisp Recently started learning lisp, firstly, I have to admit I really do love all the paranthesis. But there are other features of my old language that I do miss. Is lisp frequently used to develop web pages, if s... photonpackets(1)