DEV Community

Nikolay Reshetinsky
Nikolay Reshetinsky

Posted on • Originally published at github.com

 

Check out my Brainfuck engine

Hi!
Check out my Brainfuck interpreting engine written in .NET, it also supports validation of Brainfuck code & can analyze semantical structure of code.
I would like you to advise me on how to improve my engine.
Link: https://github.com/nikolayresh/Brainfuck-Runner

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git