[armedbear-devel] 0.18 and beyond
Ville Voutilainen
ville.voutilainen at gmail.com
Fri Nov 6 09:24:12 UTC 2009
2009/11/6 <logicmoo at gmail.com>:
>>> How do you then pass the primitive as one? Like passing EQ/EQUAL/EQUALP
>>> to FIND/POSITION family of functions?
> Oh right, I understand the question a little better
> public static final SubLObject find(SubLObject item, SubLObject sequence,
> SubLObject test, SubLObject key, SubLObject start, SubLObject end) {
This also takes SubLObjects, much like our find takes LispObjects. How do you
wrap the primitive into a SubLObject?
More information about the armedbear-devel
mailing list