PPK debuts the tiny programming challenge
kernelistic writes "Looks like the great folks at properkernel.com are running a developer challenge. They're looking for smallest executables that match the posted criteria. The rules look fairly straightforward. Anyone up for some fun?"
Looks like they want a binary similar to the one described in A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux , except it has to print text and not just return 42.
If only I had some spare time to play along at home...
- 3. Uses a stack-based approach (ie. No fastcall binaries!).
has changed to:- 3. Uses a stack-based approach (ie. Preferably no fastcall binaries).
And: - ... as long as the output is a valid ELF image.
has changed to:- as long as the output is a valid x86 ELF image.
Also they added:- Hate bloatware? This is your chance to show it!
for some reason. Probably a slur against Microsoft, knowing what this lot is like.Because it's a challenge, of course. Why are you reading the developers section?
"A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis