Hacker News new | ask | show | jobs
by satysin 3693 days ago
Sublime Text (the editor) is written in C++. Python is used for the plugin API.
1 comments

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.