X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=TODO;h=05ebcb47926922f689d25166c944a9f9c16f23ed;hb=8d16d732a80b76c913f4b62b9fe043af39e5bce2;hp=fb4f2c85783f74658da29f61457f8596956dbc0c;hpb=7cb20f3bc266ede16dfcd449986136c43c4a2d57;p=uffi.git diff --git a/TODO b/TODO index fb4f2c8..05ebcb4 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,2 @@ -- Cleanup whether types passed to functions are evaluated or not. -At this point, I think types should always be evaluated. That means -passing a quote character in front of non-keyword types. So -:char and '(:array :char) is the way types should be specified. -This may involve stripping the (quote ...) for some implementations -like CMUCL which doesn't evaluate the type argument. - -- Cleanup the meaning of (def-array). Add size parameter - - Split implementation-dependent code into separate files in preparation for MCL and CormanLisp ports.