1. 21
    1. 5

      ed(1) is the standard editor.

      1. 4

        The author has a blog with an article about his takeaways from this: https://aartaka.me/brainfuck-lessons

        1. 1

          And here is the source code for that web page, which is written using the C preprocessor: https://aartaka.me/brainfuck-lessons.h

        2. 3

          Everyone asked whether we could, but nobody asked whether we should.

          Impressive work!

          1. 2

            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.