Simple multiline interactive interpreter

Simple multiline interactive interpreter 1.0

Simple multiline interactive interpreter 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 440
  • Released: Jun 7, 2007

Simple multiline interactive interpreter 1.0 Description

This script is a simple embedded multiline python interpreter built around raw_input(). It interrupts the control flow at any given location with 'exec prompt' and gives control to the user.

Allways runs in the current scope and can even be started from the pdb prompt in debugging mode.It was tested with python, jython and stackless. Handy for simple debugging purposes.

Simple multiline interactive interpreter Bookmark

Hyperlink code:
Hyperlink for Forum code:

Simple multiline interactive interpreter 1.0 Script Download Notice

Top 4 Download periodically updates information of Simple multiline interactive interpreter 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Simple multiline interactive interpreter 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Debuging of object instantiation

If you are debugging a program, this script will help you to know if some special objects exist and where they came from. ...
Python

Variant assertion

Variant assertion script is Eiffel like loop variant assertion. ...
Python

Integrating Twisted reactor with IPython

This script allows you to run the Twisted reactor event loop in a thread alongside an IPython shell, for introspecting a running Twisted process. ...
Python

Debug runtime objects using gc get objects

Since Python 2.2 there is a handy function in the Garbage Collection Module called get_objects(). It gives back a list of all objects that are under control of the Garbeage Collector. This script implements a way you can extract informations of your application in runtime.The example dumps a list of all ...
Python

Seed7

... linux, various UNIX versions and windows. · The interpreter and the example programs use the GPL license, ... and scanstri.s7i were added or improved. · The interpreter (hi) and the compiler (comp.sd7) were improved to accept a UTF-8 byte order mark at the beginning of a source or include/library file. · ...