Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.358 Times

Interactive Interpreter freeware
Filter: All | Freeware | Demo
 

Interactive Interpreter

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 399

Simple multiline interactive interpreter 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...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Simple multiline interactive interpreter Download

Added: May 10, 2013 | Visits: 392

Convenience 'timeit' function This function makes it easier to use the timeit module from the interactive interpreter. You should just specify function with (optional) arguments to run, optional number of runs, and optional name of module (which if not specified defaults to the name of the function).





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Convenience 'timeit' function Download

Added: October 29, 2013 | Visits: 439

bpython-gist A few people asked for stuff like syntax highlighting and autocomplete for the Python interactive interpreter. IPython seems to offer this (plus you can get readline behaviour in the vanilla interpreter) but I tried IPython a couple of times. Perhaps I didn't really get it, but I get the feeling...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (36): bpython-gist Download

Added: September 24, 2013 | Visits: 492

krpython krpython - A fancy curses interface to the Python interactive interpreter ======= Dependencies ============ Pygments pyparsing (apt-get install python-pyparsing python-pygments) Introduction ============ A few people asked for stuff like syntax highlighting and autocomplete for the Python...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): krpython Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 436

ndexr Tool to use from Python interactive interpreter or script. Use it to make JSON indexes of all files in a directory, or files of a certain type. Could be used to observe activity in a server directory, to generate JSON to send to clients searching remotely, or to keep an index of files in a...


Platforms: Mac, Linux

License: Freeware Size: 42.56 KB Download (48): ndexr Download

Added: April 05, 2010 | Visits: 699

eltclsh eltclsh (editline tcl shell) is an interactive shell for the TCL programming language. It provides command line editing, history browsing as well as variables and command completion thanks to editline features. The completion engine is programmable in a way similar to tcsh, and comes with an...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (101): eltclsh Download

Added: August 01, 2008 | Visits: 1.286

Microsoft IronPython Microsoft IronPython is the generic name for this first alpha version of the new implementation in .NET of the well-known Python programming language.Microsoft IronPython supports the running of an interactive interpreter with dynamic compilation. It integrates perfectly with the rest of the...


Platforms: Windows

License: Freeware Size: 7 KB Download (109): Microsoft IronPython Download

Added: January 12, 2010 | Visits: 801

pyhada pyhada ([py]thon [h]ttp [a]utosurfer [d]ock[a]pp), checks selected webpages periodically, for updates, and displays the updates in the dockapp. What: Pywmgeneral is a python module that will help you develope WindowMaker dockapps in python. It is mostly a wrapper around the functions from the...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (122): pyhada Download

Added: January 06, 2010 | Visits: 603

ObjectScript ObjectScript is a general purpose object-oriented programming language. ObjectScript is designed to be simple to learn, easy to use, yet still powerful, combining the convenience of an interactive interpreter with many of the features of Java:.


Platforms: *nix

License: Freeware Size: 11 MB Download (86): ObjectScript Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 561

GNU Prolog for Linux What is GNU Prolog GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of...


Platforms: Linux

License: Freeware Size: 3.16 MB Download (54): GNU Prolog for Linux Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 618

GNU Prolog for Windows (x64 bit) What is GNU Prolog GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of...


Platforms: Windows

License: Freeware Size: 4.19 MB Download (59): GNU Prolog for Windows (x64 bit) Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 496

GNU Prolog for Mac OS X What is GNU Prolog GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of...


Platforms: Mac

License: Freeware Size: 4.16 MB Download (48): GNU Prolog for Mac OS X Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 575

GNU Prolog for Windows (x32 bit) What is GNU Prolog GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of...


Platforms: Windows

License: Freeware Size: 4.22 MB Download (50): GNU Prolog for Windows (x32 bit) Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 325

PyObjC PyObjC is a bridge between Python and Objective-C that allows full featured Cocoa applications to be written in pure Python. It can also be used with other Objective-C class libraries, as well as C and C++ source. The installer package includes a number of Project Builder templates and Python...


Platforms: Mac

License: Freeware Download (54): PyObjC Download

Added: May 10, 2013 | Visits: 460

Jython 2.2.1RC2 Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.Jython is an implementation of the high-level, dynamic, object-oriented...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (55): Jython 2.2.1RC2 Download

Added: November 02, 2013 | Visits: 219

mod2doctest mod2doctest is a Python library that converts a Python module to a :mod:`doctest` compatible docstring. It's kind of like taking a python script, pasting it into an interactive interpreter and then copying the output back into a docstring. But mod2doctest does it for you and also has many...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): mod2doctest Download

Added: January 18, 2010 | Visits: 1.631

uBASIC uBASIC is a non-interactive BASIC interpreter designed for adding simple scripting capabilities to applications and systems with severe memory constraints. The (non-interactive) uBASIC interpreter supports only the most basic BASIC functionality: if/then/else, for/next, let, goto, gosub, print,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (220): uBASIC Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 340

FIJI ForthIsh Java Interpreter FIJI the ForthIsh Java Interpreter is an interactive environment with a procedural syntax similar to the Forth programming language. FIJI can load, introspect, and execute Java classes and methods. FIJI's main use is for unit and component testing of Java


Platforms: Windows, Mac, Linux

License: Freeware Size: 956.35 KB Download (48): FIJI ForthIsh Java Interpreter Download

Added: November 04, 2006 | Visits: 2.781

2D GhostForest Interactive Book 05 The fifth of a beautiful collection of interactive books for children. Part of the Ghost Forest site, presenting the book with the same name. For more information, please visit www.ghostforest.com, where you can find a lot of downloadable goodies like free desktop wallpaper images, screen savers,...


Platforms: Windows

License: Freeware Size: 1.44 MB Download (174): 2D GhostForest Interactive Book 05 Download

Added: September 11, 2006 | Visits: 2.849

2D GhostForest Interactive Book 04 The fourth of a beautiful collection of interactive books for children. Part of the Ghost Forest site, presenting the book with the same name. For more information, please visit www.ghostforest.com, where you can find a lot of downloadable goodies like free desktop wallpaper images, screen...


Platforms: Windows

License: Freeware Size: 1.82 MB Download (154): 2D GhostForest Interactive Book 04 Download

1 2 3 4 5 >