Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 789 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 789 Bytes

Nitrous

Build Status

Nitrous provides a run-time LLVM-based compiler for CPython functions.

The project is already quite functional, however is still in very early stages of development. Read the docs to get started.

Requirements

  • Python 2.7
  • LLVM + clang 3.2 (can be acquired from the official download page)
  • nose and coverage for running tests
  • faulthandler if you want to get meaningful tracebacks from low-level crashes.

Similar Projects