Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 512 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 512 Bytes

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.