https://github.com/pyccel/lampy
Extension of Pyccel for functional programming
https://github.com/pyccel/lampy
fortran functional-programming hpc lambda-calculus openacc openmp python
Last synced: about 1 month ago
JSON representation
Extension of Pyccel for functional programming
- Host: GitHub
- URL: https://github.com/pyccel/lampy
- Owner: pyccel
- License: mit
- Created: 2019-04-12T11:07:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T14:32:59.000Z (over 5 years ago)
- Last Synced: 2024-07-30T19:44:17.163Z (over 1 year ago)
- Topics: fortran, functional-programming, hpc, lambda-calculus, openacc, openmp, python
- Language: Python
- Size: 1.52 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
lampy
=====
.. image:: https://travis-ci.org/pyccel/lampy.svg?branch=master
:target: https://travis-ci.org/pyccel/lampy
Lambda calculus for Pyccel.
Installation
************
* **Standard mode**::
python3 -m pip install .
* **Development mode**::
python3 -m pip install --user -e .