back

by raphlinus·8y ago·view on hn ↗
I didn't post this, but am happy to answer questions. It's not quite yet at the point where you want to use it as your daily editor, but we are slowly and steadily getting there.
1 comments
Windows?
I've actually some nontrivial progress on xi-win in the past month or two. I still consider it experimental, but it offers basic editing functionality now. It's written basically directly on top of winapi, no toolkits or frameworks, which I'm doing partly because I enjoy tinkering, and partly because I expect to be able to achieve significantly better performance than would otherwise be possible.

Syntax highlighting is not working, largely because I can't figure out how to compile onig. But we'll figure that out one way or another (if it's too hard, we'll switch to fancy-regex, which is pure Rust).