Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Mindf+ filter_list
Author
Message
Mindf+ #1
Awhile back I learned Brainfuck, a simple programming language using the following syntax:

+ increment value
- decrement value
> shift right
< shift left
[ jump to ] if value is 0
] jump to [ if value is not 0

well, I made a few changes (rather not like to retype them) to the language that I think might help. I also wrote a compiler (used to ONLY be runtime interpreted) that you can use. Here is the link to the github page: Mindf+

Tell me what you all think!

Reply

RE: Mindf+ #2
But that breaks the unprogrammability ):

The way you compile isn't the best, if you load segments off the source into a char array and step through the variable it will compile considerably faster.

Reply

RE: Mindf+ #3
It's weird how I was just discussing with a friend how badly I want to learn this earlier. Haha, well nice job!
[Image: F4Z9Dqw.png]

Reply







Users browsing this thread: 1 Guest(s)