3 Reinteract is a interactive shell for Python that allows changing history, not just
4 repeating it. You can go back to early statements, edit them, and the changes flow
5 through the rest of the subsequent code. You might think of it as a Python 'worksheet'.
9 http://www.reinteract.org
13 Copyright 2007-2009 Owen Taylor, Red Hat, Inc., and others
14 Reinteract is licensed under the simplified BSD license. See the file COPYING
20 To run Reinteract from this directory, just type:
24 At the command line. There's no need to run the configure script first.
29 The standard autotools setup here is meant for the people packaging
30 Reinteract for system install on Linux and Unix systems. If you aren't
31 doing that, just run Reinteract from this directory or create a
32 symlink from bin/uninst to $HOME/bin/uninst.
37 You can get the latest sources using git:
39 git clone git://git.fishsoup.net/reinteract.git
41 Owen Taylor <otaylor@fishsoup.net>