Message from @dagoose
Discord ID: 504842841894420490
They might have a list of supported languages somewhere
You shouldn't use Java.
The only language you should ever need is Brainfuck.
change my mind
Brainfuck is about as useful as assembly for making anything other than pet programs
If you want a challenging or low-level language, use a macro assembler or C
no
brainfuck is best
it will take over soon
you will see
i already made 2 more people adopt it
now we are 3
I'm almost certain most brainfuck interpreters/compilers don't have SIMD or Vector optimizations
it will spread exponentiall
that's fine. we can write those
I suppose you could, but when it comes down to it, it's all assembly anyways
So you might as well just cut out the middle man and just program in x86 or x86_64 assembly
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
That's all I'm gonna say.
Checkmate.
I don't know.
I can't read Brainfuck.
I think it is
I'm not too into it, but I know enough to do a hello world
It's whatever it has to be so that I am right.
So there.
Ok this is epic
See?
Adopt Brainfuck. We are 4 then.
take the brainfuck pledge
i know you want to
Maybe when the apocalypse comes and I have literally all the time in the world to program something
there you go
I'll stick to Rust for everything for now, and assembly as needed
it was designed for those scenarios
a lot of foresight in their design
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
uwu no thanks, too long of a hello world
```Rust
fn main() {
println!("Hello, world!");
}
```
Rust's hello world is pretty small in comparison