Hacker News new | ask | show | jobs
by SamuelAdams 117 days ago
Ha, fair. Lightweight in this context is relative to Notepad or any modern Windows application.
1 comments

Notepad.exe used to be <200kB. Emacs is tens of megabytes
Notepad was just a wrapper around some default win32 controls. Judging alone by exe size is not right, although probably a “statically linked” notepad would still be smaller than emacs
It is right by definition. Link emacs to those controls, shed some statically linked weight, and it will also become lighter!