Mitchell Tannenbaum

Results 184 comments of Mitchell Tannenbaum

we fixed this by using serde instead of actix-web's string JSONifier

they've diverged or something. I'm satisfied.

Fibonacci looks like the best practice for this, going by these resources: - https://github.com/drujensen/fib - https://news.ycombinator.com/item?id=5204426 - https://news.ycombinator.com/item?id=18091655 With just a benchmark of Gluon and and another lang or 2...

https://crates.io/crates/torchbear

poga suggested [rep.lua](https://github.com/hoelzro/lua-repl) in https://github.com/poga/actix-lua/issues/16, which seems like a great option.

looks like we're good on that https://github.com/kyren/rlua/blob/master/lua/luaconf.h#L337-L348

looks like it uses C based bindings to [linenoise](https://github.com/antirez/linenoise) in [lua-linenoise](https://github.com/hoelzro/lua-linenoise) which could be replaced with [rust-linenoise](https://github.com/octplane/rust-linenoise). and then it also has os.execute calls which would need ported

https://github.com/giann/croissant