Y
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
Hurtak
3695 days ago
I thought Sublime is written mainly in Python?
link
Terribledactyl
3695 days ago
It implements a Python interface so the plugin ecosystem uses it, but the core of it is c++ afaik.
link
Cthulhu_
3695 days ago
Python actually, IIRC
link
satysin
3695 days ago
Sublime Text (the editor) is written in C++. Python is used for the plugin API.
link
criddell
3695 days ago
Do you know how they managed to have a consistent cross-platform UI?
link
lobster_johnson
3694 days ago
Sublime has its own proprietary UI framework:
https://news.ycombinator.com/item?id=2822114
.
link
criddell
3694 days ago
Thanks! I really would love to see a write up of that.
link