←back to thread

429 points rui314 | 2 comments | | HN request time: 1.264s | source
Show context
sdegutis ◴[] No.10731279[source]
Thought this was going to be an inspiration to me to continue with my pet project of writing my own little programming language. But it starts off on day 8 with him already having written a basic compiler, with no explanation of how he did any of the basics. Still interesting, just not what I thought it was.
replies(5): >>10731293 #>>10731295 #>>10731322 #>>10731384 #>>10731600 #
jwmerrill ◴[] No.10731384[source]
I think the best inspiration to take here is that the best way to write a compiler in 40 days is to first write one in 400 days.

From the first entry:

> Implementing these features is easy because this is the second time for me.

replies(2): >>10731648 #>>10731890 #
1. btrask ◴[] No.10731648[source]
And thus, the 10X programmer.
replies(1): >>10733314 #
2. evanmoran ◴[] No.10733314[source]
This is quite well said. It never occurred to me that 10x programmer is just the programmer who has already written code that grappled with the ideas that matter most. By your fifth compiler, all the basics seem easy.