GitHub is exploring some really interesting editor designs with Xray: https://github.com/atom/xray/blob/master/README.md
It uses CRDT to represent text (rather than rope data structures) and mixes web tech (primarily JS) with Rust to produce a design that's fast but still extensible.