Difference between revisions of "Case Studies"
From SizeCoding
(→External Case Studies) |
|||
Line 1: | Line 1: | ||
− | + | Sometimes it can be helpful to examine a tinyprog in detail, seeing what choices were made and why: | |
− | [[MELT.COM]]: We take a cute program from the 1980s and see how far we can crunch it down | + | :[[MELT.COM]]: We take a cute program from the 1980s and see how far we can crunch it down |
− | [[m8trix 8b]]: An "Enter The Matrix" screen display in only 8 bytes | + | :[[m8trix 8b]]: An "Enter The Matrix" screen display in only 8 bytes |
− | [[10print]]: Trixter's attempt to reproduce 10PRINT for x86 | + | :[[10print]]: Trixter's attempt to reproduce 10PRINT for x86 |
== External Case Studies == | == External Case Studies == |
Revision as of 01:35, 7 August 2016
Sometimes it can be helpful to examine a tinyprog in detail, seeing what choices were made and why:
- MELT.COM: We take a cute program from the 1980s and see how far we can crunch it down
- m8trix 8b: An "Enter The Matrix" screen display in only 8 bytes
- 10print: Trixter's attempt to reproduce 10PRINT for x86
External Case Studies
(brainfuck thing hellmood mentioned?)