Skip to content
/ lampy Public

Extension of Pyccel for functional programming

License

Notifications You must be signed in to change notification settings

pyccel/lampy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lampy

https://travis-ci.org/pyccel/lampy.svg?branch=master

Lambda calculus for Pyccel.

Installation

  • Standard mode:

    python3 -m pip install .
    
  • Development mode:

    python3 -m pip install --user -e .