Hacker News
- Interactive Code Cells https://antonz.org/code-cells/ 42 comments
- Blog-cells: Interactive code cells for static sites https://rameshvarun.github.io/blog-cells/ 30 comments
Lobsters
- Interactive code cells https://antonz.org/code-cells/ 7 comments programming
- blog-cells: Interactive code cells for static sites https://rameshvarun.github.io/blog-cells/ 5 comments javascript , web
- I wrote a proper brainfuck interpreter in just 14 lines of Python code. It reads input from the command line or interactively and it can read the code from a file or from the command line. The tape is infinite in both directions and EOF resets cell to 0. https://mathspp.com/blog/writing-interpreter-in-15-loc 3 comments brainfuck