Atheist wrote:
Karlos wrote:
Check out the winbloat! 30kb of sh*t linked just to make the exe :-D
Hello Karlos,
Could you imagine 10 or 20 commands in the C: (I mean ms-dos/windos) directory, with that kind of non-sense? NOT!!!
AmigaOne! If only it were in assembler! :-D :-D :-D
-edit-
You should see the sodding System32 folder!
-edit-
To be fair, the stuff in your C: directory is
1) usually written in asm (up to 3.1 anyhow)
2) Relies on AmigaOS dos.library for IO / startup
For example, the smallest hello world I got in
1) standard ANSI C : 20 kB (with stormC stdio)
2) ANSIC / dos.libnrary 500 odd bytes
3) asm / dos.library about 100 bytes
It's a real pity that exec.library RawDoFmt() doens't have proper C printf() templating - we could have a very compact stdio then.
But then again, it was written with BCPL in mind :-D