Alex Chapman wrote the first version of circular, for vertex buffers I
think. I, unaware of this, wrote another implementation of the same
thing for the XML parser, and then I realized they were the same and
merged the two libraries. The idea of a circular buffer is kinda
trivial and I'm sure it's not really a Factor innovation. I remember
seeing an implementation of something similar in a C book I was
reading years ago. Maybe it's an innovation to make it a virtual
sequence. I doubt that, but haven't seen it anywhere else following
the same protocol that arrays do. It'd be easy to implement circular
in, say, Python following the equivalent of the sequence protocol.

Dan

On Thu, Feb 5, 2009 at 11:54 AM, Eduardo Cavazos <[email protected]> wrote:
> Hello,
>
> The 'circular' vocabulary is pretty neat. I actually use it in the
> 'trails' demo. To try it do:
>
>     "trails" run
>
> So I'm curious, what was the precedent for 'circular'? Was it borrowed
> from another language? Or is it a Factor innovation?
>
> Ed
>
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code to
> build responsive, highly engaging applications that combine the power of local
> resources and data with the reach of the web. Download the Adobe AIR SDK and
> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to