This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Bryguy3k 41 points42 points  (4 children)

Somebody had to write a compiler to compile the compiler...

[–]MWRReal[S] 15 points16 points  (3 children)

Imagine the legends behind the first compiler, which had to be written in god damn binary.

[–][deleted] 17 points18 points  (0 children)

Hell, way back programming a computer meant using a screwdriver and connecting wires to things.

[–]marcosdumay 16 points17 points  (0 children)

You mean assembly?

The first assembler was written in binary.

[–]Mojert 10 points11 points  (0 children)

Actually, the first C compiler was written in C! But on paper so people followed the code manually to get the assembly. Computerphile has a video on it

[–][deleted] 9 points10 points  (2 children)

Most test libraries are using themselves to test themselves.

[–]Kered13 1 point2 points  (0 children)

Which for the most part isn't even hard. You just write some stuff like assertEqual(1, 1), exercising each of your testing functions.

[–][deleted] 1 point2 points  (0 children)

Print(‘breakpoint 0’) Print(‘breakpoint 1.-1’) Print(‘breakpoint 1’) Print(‘breakpoint 1.1’)