1ethanhansen / Factorials

Just a bunch of bad factorial computing programs in a bunch of different languages
MIT License
1 stars 2 forks source link

Brainfuck factorial can only go to 5! before overflowing a byte #4

Closed 1ethanhansen closed 5 years ago

1ethanhansen commented 5 years ago

3 is the commit number

Any help is appreciated

Zynh0722 commented 5 years ago

The only way to fix this is to use/create an interpreter that has a higher cell limit, I've seen ones with the integer cap (32-bit) as the limit of a cell, just gotta find the interpreter.