Catherine
- 12mo ·
-
Public·
-
mastodon.social
@tenderlove @bascule@mas.to @thisismissem I think it should be entirely feasible to write a Rust library that obviates the need to understand the generated machine code. this isn't actually specific to Rust, it appears in C++ too--if you look at something like V8 or TraceMonkey, which are written in C++, they wrap references to the JS values in a RAII pointer like @bascule suggests, for the exact same reason
Ruby is just being fast and loose in its API