Use fiveam for testing.
[cl-tuples.git] / TODO
blob8bafa88d908a7275d15efbc9df2973b3d088034f
1 * cl-tuples
4 ** DONE define typespec for tuple array
5 ** DONE specify initial-element for fresh arrays
6 ** DONE investigate struct wrapper
7 ** TODO test vectors, color, aabb etc
8 ** TODO wither define-tuple-op?
9 ** TODO investigate cl-generic-arithmetic integration
10 ** TODO write some test app (quaterinion dragons? raytracers?)
11 ** TODO &rest (single type), &optional and &key arguments for def-tuple-op
12 ** TODO uniform naming convention (-* for tuple value arguments, return
13         value has to be indicated some other way)