Tim Caswell
Tim Caswell
> Unfortunately, I have been dealing with other issues in my life that have prevented me from writing any Luvit code I understand this completely. This is exactly the situation...
I don't know of any. I did recently add the "snapshot" module to luvi (not in a release yet) that lets you take snapshots of the lua heap. This was...
What do you propose it use instead?
Sounds good, feel free to send a PR
Sorry, don't remember the reason for this.
https://twitter.com/3rdEden/status/578669282860617728
https://github.com/iojs/io.js/issues/589
Do you have enough information to implement this yourself? As much as I love writing decoders, I've got a lot of other stuff on my plate and should really behave...
Some example protocols in the decoder style can be found at: - https://github.com/luvit/lit/blob/master/deps/websocket-codec.lua - websocket - https://github.com/luvit/lit/blob/master/deps/http-codec.lua - http - https://github.com/creationix/msgpack-lua/blob/master/msgpack.lua - msgpack (slightly different style)
Another implementation we can look at is node's readline implementation https://github.com/joyent/node/blob/master/lib/readline.js