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


Jump to tag:

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

Filtered by Project Tags interpreter python vm

Refine results Project Tags language (3) scripting (3) dynamic (2) tools (2) programming (2) multi-platform (2) compiler (2) virtual (1) object_oriented (1) google (1) perl (1) lua (1)

[5 total ]

1935 Users
   

Python is a dynamic, object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with ... [More] extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of better code. [Less]
Created over 3 years ago.

2 Users

The Python-on-a-Chip program consists of the PyMite virtual machine, ports to specific platforms, libraries, tests, tools and documentation. PyMite is a flyweight Python bytecode interpreter written ... [More] from scratch to execute in low memory on microcontrollers without an operating system. PyMite supports a subset of Python 2.5 and can also be compiled, tested and executed on a desktop computer. [Less]
Created 7 months ago.

1 Users

An optimization branch of CPython, intended to be fully compatible and significantly faster. See the ProjectPlan for details on what we're building. The FAQ provides quick answers to common ... [More] questions we've been getting. Benchmark numbers for our 2009Q3 release can be found on the Release2009Q3 page. See GettingStarted for checkout and build instructions. Release history: 2009Q1: 1 April 2009 2009Q2: 13 July 2009 2009Q3: 20 October 2009 Send any questions/comments/flames to unladen-swallow@googlegroups.com. We also hang out on irc.oftc.net in #unladenswallow. [Less]
Created 8 months ago.

0 Users

Q is a scripting engine that implements C-like language, compiler, and bytecode interpreter. Main design goal were to create minimal and fast engine that can be easily embedded into the C/C++ programs. Q is implemented in standard C.
Created about 1 year ago.

0 Users

A minimalist implementation of Python in 64k of code. Includes functions, classes, exceptions, lists, dictionaries, modules, list comprehensions, parser, compiler, virtual machine, garbage ... [More] collection, numbers, strings, and (some) builtins. Batteries not included. [Less]
Created about 1 year ago.