ed(1) is the standard editor.
The author has a blog with an article about his takeaways from this: https://aartaka.me/brainfuck-lessons
And here is the source code for that web page, which is written using the C preprocessor: https://aartaka.me/brainfuck-lessons.h
Everyone asked whether we could, but nobody asked whether we should.
Impressive work!
I really like that, satire aside, the code in all the repos is clearly hand-written and commented the way a person would write it.
Also the utility functions in str.bf are just code snippets, because there are no functions, which is funny.
str.bf
ed(1) is the standard editor.
The author has a blog with an article about his takeaways from this: https://aartaka.me/brainfuck-lessons
And here is the source code for that web page, which is written using the C preprocessor: https://aartaka.me/brainfuck-lessons.h
Everyone asked whether we could, but nobody asked whether we should.
Impressive work!
I really like that, satire aside, the code in all the repos is clearly hand-written and commented the way a person would write it.
Also the utility functions in
str.bfare just code snippets, because there are no functions, which is funny.