User:Darkgamma/SB3

From Esolang
Jump to navigation Jump to search

Modernised Brainfuck using Unicode and colour?

Using BearLibTerminal to implement Brainfuck with some more fun features.

Ideas:

  • Colour
  • Unicode (UTF-16?) output
  • Font support
  • Possible graphics?

Current stuff in the interpeter:

30 000 16-bit main data cells, 6000 16-bit metadata cells. Programmes are loaded as char arrays. Colour output partially implemented, Unicode's BMP mostly functional: sample image 1 sample image 2

General remarks: it's as slow as your grandmother fears she'll one day be.