Projects tagged ‘interpreter’, ‘mono’, and ‘python’


[3 total ]

42 Users
   

A wrist-friendly language targeting the Common Language Runtime (.NET / Mono) with an extensible compiler pipeline, a syntax reminiscent of Python, and many other features (like type inference, syntactic macros, etc.)
Created over 3 years ago.

0 Users

MIXint is a interpreter for the MIX's machine language from Knuth's The Art of Computer Programming. Actually, MIXint consists of two programs, the parser and the interpreter. The interpreter is ... [More] implemented in C# (Microsoft .Net or Mono), the parser is written using Python. MIXint is published under the terms of the GNU GPL v3. At this time, there is no working version, but I am developing the project actively. If you have suggestions or want to contribute, just send me an E-mail. [Less]
Created 7 months ago.

0 Users

Try PythonAn interactive Python tutorial running in the browserAn interactive Python interpreter that runs in the browser, using Silverlight 2 and IronPython. You can see it running online at ... [More] www.trypython.org. It should also run under Moonlight 2 for Linux (although bug reports to the Mono team and not me if it doesn't!). As well as an interactive interpreter running in the browser (which is actually running IronPython 2.0 - the equivalent of Python 2.5) it has a few pages from the Python tutorial. The tutorial pages are automatically formatted for displaying in Silverlight using rst2xaml. The online interpreter has the following features: Auto-resizes with the browser Navigation bar through the tutorial pages at the top and bottom Individual pages are bookmarkable and the URL fragment auto-updates when you change page Mouse scroll wheel supported over the tutorial and console scroll viewers Control-C interrupts the running code with a keyboard interrupt File I/O works (the file type and open function) using local browser storage to store files raw_input and input work in the interpreter Basic auto-indent and auto-dedent in the console Console history, including multiline history Syntax highlighting in the console reset command to clear the console Assign to sys.ps1 and sys.ps2 from the console Not much of the Python standard library is included. I intend to expand the tutorial adding new modules as they are needed (the whole standard library is about 5mb and would make Try Python take much longer to load). Some of the console history code was contributed by Resolver Systems. [Less]
Created 4 months ago.