Skip to content

mosampaio/brainfuck.groovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

brainfuck.groovy

a very simple brainfuck Interpreter written in groovy

Brainfuck is an esoteric programming language noted for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. It is a Turing tarpit, designed to challenge and amuse programmers, and was not made to be suitable for practical use. It was created in 1993 by Urban Müller.

How to use?

Just run with groovy BFInterpreter.groovy here_your_bf_code

About

a brainfuck Interpreter written in groovy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages