What if Brainfuck was less like C and more like Scheme?
The interpreter implemetation is pretty bad. It's not very fast, it's not very good, and it's probably not very correct. But maybe there's some vaguely interesting programs you could write with it!
For example, the Y combinator:
λf. (λx. f (x x)) (λx. f (x x))
is written as: \` \`1 `0 0 \`1 `0 0

Article URL: https://aethermug.com/posts/i-do-not-remember-my-life-and-it-s-fine
Comments URL: https://news.ycombinator.com/item?id=44196576
Points: 78
# Comments: 49
https://aethermug.com/posts/i-do-not-remember-my-life-and-it-s-fine
Article URL: https://openai.com/index/response-to-nyt-data-demands/
Comments URL: https://news.ycombinator.com/item?id=44196850
Points: 6
# Comments: 0


Article URL: https://github.com/wey-gu/py-pglite
Comments URL: https://news.ycombinator.com/item?id=44196945
Points: 7
# Comments: 2

Article URL: https://github.com/dagger/container-use
Comments URL: https://news.ycombinator.com/item?id=44193933
Points: 26
# Comments: 5

Article URL: https://scalingintelligence.stanford.edu/blogs/tokasaurus/
Comments URL: https://news.ycombinator.com/item?id=44195961
Points: 72
# Comments: 6

Article URL: https://www.construction-physics.com/p/how-often-do-inventions-have-multiple
Comments URL: https://news.ycombinator.com/item?id=44195783
Points: 9
# Comments: 4
https://www.construction-physics.com/p/how-often-do-inventions-have-multiple
I built https://stringflux.io/ to make everyday string transformations a little less painful. It’s similar to CyberChef in the sense that it supports multiple string operations, but with a cleaner, more focused UI and smart suggestions based on your input.
You can also chain transformations — for example: decode base64 string which was base64 encoded from minified json → then json format (pretty-print) it — all in one flow. This is helpfu