Hello, sorry if this stuff is already been asked but I already looked
around for few hours and couldn't find much.
I'm writing a Minecraft server and I'd like to add scripting support
with ECL, all the examples around somehow don't work.
The examples I need are the following:
- Create a package
-
On Sun, Apr 3, 2011 at 8:51 PM, Matthew Mondor wrote:
> Yes, I think that I now understand this. It also appears that in some
> particular cases AREF access will be inlined at safety=0, which is a
> very nice thing too.
>
AREF is inlined in many cases, including multidimensional access, but the
On Sun, 3 Apr 2011 09:59:17 +0200
Juan Jose Garcia-Ripoll wrote:
> > In SBCL, AREF, SVREF, CHAR, SCHAR will signal a uniform condition of
> > type SB-INT:INVALID-ARRAY-INDEX-ERROR:
> >
>
> Which version is this? I get this one with the latest update from Fink
>
> (handler-case (let ((a (make-a
On Fri, Mar 18, 2011 at 5:58 PM, Matthew Mondor wrote:
> Hello,
>
> When looking at the HyperSpec on those functions, it seems undefined
> what happens when a supplied index is not a "valid array index", thus,
> from 0 below the array size. The exception is ELT, which should signal
> a condition