On 16 January 2013 12:58, Sam Tobin-Hochstadt <sa...@ccs.neu.edu> wrote:

> This sounds similar in the abstract to the way Lisp systems work, with
> a "reader" that comes before parsing and builds a simple structure
> based on (), "", and []. This has been implemented in JS by Tim Disney
> for his sweet.js project [1], but I don't think they have parsing
> speed in mind there.
>

Sorta similar but the read step occurs real time and the counts of each
pair are used as a reference.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to