lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Oct 26, 2010 at 2:40 AM, Matthew Wild <mwild1@gmail.com> wrote:
> Suddenly producing an ugly script like this doesn't look as nice
> compared to a clean VM implementation, so I headed in the latter
> direction[1]. I'm breaking for work at the moment, but collaborators
> welcome to help me finish :)
>
> Matthew
>
> [1]: http://code.matthewwild.co.uk/ljs

Client-side Javascript doesn't have a good way to handle binary
characters, IIRC, so you might want to architect it with that in mind.

~Jonathan