Timeline for Interpret brainfuck
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 16, 2011 at 6:10 | comment | added | luser droog | Oh, right. I really should've known that. E-notation is in the production for a floating-point constant, whereas a declaration requires an integer. BTW, this may be cheating, but check out nieko.net/projects/brainfuck for Urban Müller's version. The biggest gain appears to be heavy use of ||. | |
| Aug 16, 2011 at 5:56 | comment | added | Potatoswatter | @luser: I was initially surprised too, but the language and compiler won't allow that. I did manage to shrink another 4 chars with tweaks, and using a #define instead of the function table would also probably be terser. I just like the number 333 and the table :v) . | |
| Aug 16, 2011 at 4:34 | comment | added | luser droog | I think you can shrink it more by using the 'e' notation for all the big numbers. | |
| Aug 6, 2011 at 3:35 | history | edited | Potatoswatter | CC BY-SA 3.0 | deleted 2 characters in body |
| Aug 6, 2011 at 3:24 | history | answered | Potatoswatter | CC BY-SA 3.0 |