Two weeks ago, Alex Crichton’s PR adding a target for
WebAssembly to the Rust compiler was merged. There are many differences
between this target and the Emscripten one, but the important one for me is that
it doesn’t depend on external stuff like the Ems... (more…)
Read more »
Rust bindings for the Python interpreter. Contribute to PyO3/pyo3 development by creating an account on GitHub. (more…)
Read more »
To write a fast port scanner, a programming language requires:
A Good I/O model, not to eat all the resources of the system. High-level abstractions and a good packaging system to isolate low-level code and reuse it easily. To be type and memory safe, be... (more…)
Read more »
I think Rust is better for fast, fearless prototyping, and refactoring than a dynamic language like Python. (more…)
Read more »
So, I’m a big fan of FRP for UI. I love to use it on the web. React and other frameworks sort-of follow FRP. For the Desktop, and… (more…)
Read more »