Our great sponsors
-
VSCode is built with Electron. Another web-ish alternative would be Tauri.
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Also, I’d replace C and C++ options with Rust. For C++ there are GUI projects like imgui which are also available for Rust, and there is a similar cool project called egui for Rust. There is a website dedicated for Rust GUI: areweguiyet.com.
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
An example of a performance-critical feature is the project-wide text search, which is ripgrep (Rust). Microsoft publishes that library as an npm package / Node native addon.
-
An example of a performance-critical feature is the project-wide text search, which is ripgrep (Rust). Microsoft publishes that library as an npm package / Node native addon.
-
To be fair, I'm not exactly sure which parts of emacs are written in C, but all extensions which make it more than an editor (i.e. an IDE) are interpreted lisp. Still, I'm not convinced. Another example, DrRacket, the IDE for Racket is written entirely in Racket, and that's plenty fast as far as I can tell*. It's a bit slow to start up, but that's all Racket programs.