Be nice to each other. Flame wars and rants are not welcomed. Please also put some effort into your post, this isn't Quora.
This subreddit is not the right place to ask questions such as "What language should I use for X", "what language should I learn", "what's your favourite language" and similar questions. Such questions should be posted in /r/AskProgramming or /r/LearnProgramming.
The binary that is produced by the compiler on my Windows machine is 32KB on the low end and 911KB on the highest end for my test suite. Currently the runtime is embedded into this compilation and the compiler selectively includes only the parts of the runtime that are required for the execution of that module in the binary.
There is a project underway right now that will replace the vast majority of this runtime with APL code, so it is likely that this runtime will shrink significantly when the project is finished.