You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe an important piece to tackling complex problems with useful algorithms is to make them simple to work with.
What I have started setting up is a scripting environment for Rust libraries, called Torchbear. This enables reconfiguration / reuse of low level primitives with progressively lower cost and overhead.
If we break up the problem into components that can build on Rust's libraries (current and future ones), then we can approach the problem with the maximal level of control and ease, in, at least for me, a familiar / usable programming language (right now Lua).
https://github.com/actix/actix
The text was updated successfully, but these errors were encountered: