Skip to content

robbielynch/ibrainfuck

Repository files navigation

Brainfuck Kernel for IPython

IBrainfuck is brainfuck language kernel for IPython. It allows users to use IPython's Notebook frontend, except where IPython executes python code, IBrainfuck can execute brainfuck code.

This is on top of all of IPython's other frontend features like Markdown rendering, HTML rendering, saving notebooks for later use and even the ability to view IBrainfuck Notebooks in IPython's NBViewer

Requirements:

  • Python 3.4 in your $PATH
  • virtualenv installed

Installing for the first time

$ make bf-deps

Once IPython starts up. In the top right corner: Select New -> Brainfuck

Running every other time

$ make bf

Once IPython starts up. In the top right corner: Select New -> Brainfuck

Thanks to:

Thanks to Joel Buchheim-Moore for his brainfuck interpreter - Which I found on github

About

A brainfuck kernel for IPython/Jupyter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published