-
Today I opened a similar project which tries to communicate to ET by using esoteric languages like Thue and Brainfuck. Brainfuck is explained through Thue. If you are interested in cooperating or just…
-
Hello Paul,
GCC 12.1 released with some very welcome updates, including the following
> `std::vector`, `std::basic_string`, `std::optional`, and `std::variant` can be used in constexpr functions…
-
This program should print "Hello World!" not random control characters.
``` bf
+[>[+[>+++>[+++++++++++>][>]-[-]]++++++++++>>>>>----.
-
[Even More BF Optimizations](http://web.archive.org/web/20160210080318/http://www.wilfred.me.uk/blog/2015/10/18/even-more-bf-optimisations)
Thanks to Mr @Newlifer, Mr @gsomix and Mr @ForNeVeR.
I thi…
rexim updated
8 years ago
-
Is this fully Brainfuck compatible? :D
-
This BF program should print "Hello World! 255" with your interpreter.
https://github.com/rdebath/Brainfuck/blob/master/bitwidth.b
Instead it prints the below and hangs.
```
WorlWo Hell
```
…
-
-
Hey there, we had an issue using `BrainForth` in production regarding how bools are handled.
The snippet should return 25 in my opinion as we `or` connect only true values. If I have seen correctly…
-
People should be free to add regexp-based, parsec-based, trifecta-based, call-the-external-compiler-based and whatever-else-based highlighters.
-