27 Aug 16:21
important areas
From: Alex Mizrahi <killerstorm <at> newmail.ru>
Subject: important areas
Newsgroups: gmane.editors.j.devel
Date: 2008-08-27 14:24:39 GMT
Subject: important areas
Newsgroups: gmane.editors.j.devel
Date: 2008-08-27 14:24:39 GMT
helo
what's about assembling a list of areas in which
ABCL needs to be improved? few i've noticed:
* compiler and lexical/special variables --
last time i've checked even relatively
simple stuff like:
(loop for i from 1 to 10
collecting (let ((i i))
(lambda () i)))
did not work well. and that's quite idiomatic
thing..
* CLOS/MOP stuff -- some important stuff is
missing
* Unicode support -- ABCL does not actually
support unicode, but at least it does not
forbid using Java APIs to read Unicode
strings.
* multithread safety -- while perhaps not
thoroughly checked, most stuff behaves
fine with multiple threads, at least
i don't remember having problems with it.
but CLOS *has* problems when it is worked
(Continue reading)
RSS Feed