Thoughts with wings
  • Home
  • Tags
Thoughts with wings
  • Home
  • Tags

Futuristic Rust: context emulation, part 2

2022-07-14

In previous article we devised a context emulation method which supports access to capabilities through shared references. It's time to significantly improve the approach.

Read more...

Obscure Rust: reborrowing is a half-baked feature

2022-06-26
Read more...

Obscure Rust: early- and late-bound generics in functions

2022-06-10
Read more...

Futuristic Rust: context emulation

2021-12-26

Following recent discussion of contexts and capabilities, let us explore a potential design within current reach of Rust.

Read more...