Hacker News new | ask | show | jobs
by trymas 3695 days ago
Because C (or C++, I do not know exactly) and not vast amounts of layers of abstraction?
2 comments

I thought Sublime is written mainly in Python?
It implements a Python interface so the plugin ecosystem uses it, but the core of it is c++ afaik.
Python actually, IIRC
Sublime Text (the editor) is written in C++. Python is used for the plugin API.
Do you know how they managed to have a consistent cross-platform UI?
Sublime has its own proprietary UI framework: https://news.ycombinator.com/item?id=2822114.
Thanks! I really would love to see a write up of that.