jdfreder / iforth

Forth kernel for the IPython notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IForth

Forth kernel for the IPython notebook. Requires IPython 3.x (master at the time of writing).

Installation

  1. Install Gforth. Make sure it is accessible via the commandline/terminal (gforth --version).
  2. Clone this repository and run pip install . (may require sudo, depending on Python location).

Usage

Run ipython notebook. In a new or existing notebook, use the kernel selector (located at the top right of the notebook) to select IForth.

About

Forth kernel for the IPython notebook

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%