it's called a brainfuck interpreter. It compiles the hello world program.
First we have to install this interpreter. Use make function to build the interpreter in local system.
Installation and compiling it right was a challenge. As it was first time trying something new, a laguage which I haven't heard it before.
Feels good to have compiled this program successfully.
I had learnt using interpreter, running code directly, getting help through help command, building up the directory and installing libraries using make command. I have created hello world program and extension of it is .bf.
Curious to know why it's been develped and future uses of it.
Log in or sign up for Devpost to join the conversation.