On Tue, Jul 8, 2008 at 2:32 PM, Eduardo Cavazos <[EMAIL PROTECTED]> wrote: > So my question is, do you foresee having typed c-array objects?
Yes. We already have float-arrays in extra/. These are really just first-class arrays of "doubles". Using a bit of meta-programming, this code could be generalized to produce specialized sequence implementations for each of the scalar C types. This would eliminate the need for a whole set of words in the alien.c-types vocabulary, such as set-int-nth, ushort-nth, etc. Slava ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
