Giter Site home page Giter Site logo

fenildf / zippy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from securesystemslab/zippy

0.0 2.0 0.0 79.94 MB

ZipPy is a Python3 interpreter on top of Truffle framework

License: BSD 3-Clause "New" or "Revised" License

Python 90.29% Makefile 0.04% Batchfile 0.03% Shell 0.01% HTML 1.93% CSS 0.09% JavaScript 0.03% C 0.29% Tcl 0.01% Scheme 0.01% TeX 0.02% Roff 0.07% Jupyter Notebook 1.39% Ruby 0.01% XSLT 0.98% Java 4.77% R 0.01% Slash 0.01% Visual Basic 0.01% PLSQL 0.06%

zippy's Introduction

zippy-logo-200-rounded.jpg

ZipPy Build Status

Standard JVM Graal JVM
Linux Ubuntu 14.04.5 Build Status Build Status
Mac OSX 10.12 Build Status Build Status

ZipPy is a fast and lightweight Python 3 implementation built using the Truffle framework. ZipPy leverages the underlying Java JIT compiler and compiles Python programs to highly optimized machine code at runtime.

ZipPy is currently maintained by Secure Systems and Software Laboratory at the โ€‹University of California, Irvine.

Short instructions (Using Standard JDK):

Prerequisites:
  1. Install the most recent JDK 8

Getting ZipPy:

  1. Create a working directory ($ZIPPY_HOME)

  2. Clone mxtool:

     $ cd $ZIPPY_HOME
     $ git clone https://github.com/graalvm/mx.git
    
  3. Append the mx build tool directory to your PATH.

     $ export PATH=$ZIPPY_HOME/mx:$PATH
    
  4. Clone ZipPy:

     $ git clone https://github.com/securesystemslab/zippy.git
    
  5. Get all ZipPy's dependencies:

     $ cd $ZIPPY_HOME/zippy
     $ mx spull
    
  6. Create a file $ZIPPY_HOME/zippy/mx.zippy/env and add JDK path

     JAVA_HOME=/path/to/jdk8
     DEFAULT_VM=server
    

For instructions on using Graal JVM (recommended).

For more information please visit the ZipPy Wiki.

Build:

$ cd $ZIPPY_HOME/zippy
$ mx build

Run:

$ cd $ZIPPY_HOME/zippy
$ mx python <file.py>

Test:

$ cd $ZIPPY_HOME/zippy
$ mx junit

For more details and instructions for downloading and building the system, please visit the ZipPy Wiki.

zippy's People

Contributors

ansalond avatar chrisseaton avatar christianhaeubl avatar christianwimmer avatar chumer avatar cyr0n avatar dougxc avatar gilles-duboscq avatar gulfemsavrun avatar ldaynes avatar lewurm avatar lukasstadler avatar mlvdv avatar olpaw avatar qunaibit avatar rschatz avatar sanzinger avatar thezhangwei avatar thomaswue avatar tkrodriguez avatar wirthi avatar zapster avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.