thedeemon / pyd

Interoperability between Python and D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-status-badge docs-badge pypi-version license-badge

PyD

PyD provides seamless interoperability between Python and the D programming language.

Requirements

Python

CPython 2.6+

D Compilers

  • DMD, LDC fe2.065+
  • GDC fe2.065+, embedding only (GDC still doesn't have shared library support!)

Note all D compilers are based on DMD's front end, so while LDC and GDC have their own verisoning schemes, I only pay attention to the front end version.

About

Interoperability between Python and D

License:MIT License


Languages

Language:D 92.8%Language:Python 7.2%Language:Makefile 0.0%Language:C 0.0%