Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programming language that makes the smallest executables? [closed]

I am looking for a programming language that generates the smallest EXE files.

It also needs to have no dependencies other than the DLLs that come with and are common to the following OS's: release Windows XP, Vista, 7, and 8. e.g. C++ application with static linking, Delphi, VB6, RealBasic, etc.

It should also run on all 32-bit & 64-bit Intel + AMD processors manufactured after 2000 with only one EXE.

like image 436
user2327287 Avatar asked Apr 21 '26 14:04

user2327287


1 Answers

assembler! It can't get any smaller than that.

like image 140
Meitham Avatar answered Apr 28 '26 05:04

Meitham