Y
Hacker News
new
|
ask
|
show
|
jobs
by
lakpan
924 days ago
How do you implement a compiler in 6 lines of code, let alone 6 lines of BF code?
1 comments
matslina
923 days ago
Whitespace is ignored in Brainfuck, so just write the compiler in brainfuck and then strip all but 6 newlines.
link
fouc
923 days ago
I think lines should be hard wrapped at around 100 or 120. Linus prefers 100 for example.
link
lakpan
923 days ago
This is such a Brainfuck answer
link