Lisp-like interpreted language implemented in Python
Project description
LISP-like interpreted language implemented in Python.
Installation & Basic Usage
This package can be installed through PyPI:
$ pip install amalgam-lisp
This makes the amalgam
command-line script available.
$ amalgam # To invoke the REPL
$ amalgam hello.am # To load and run a file
$ amalgam --expr="(+ 42 42)" # To evaluate an expression
Development Setup
Install the following dependencies:
- Python 3.7 & 3.8
- Poetry
Clone and then navigate to the repository:
$ git clone https://github.com/PureFunctor/amalgam-lisp.git
$ cd amalgam-lisp
Install the dependencies for the project:
$ poetry install
$ poetry run pre-commit install
Running Tests / Coverage Reports / Building Documentation
nox
is used for the automation of the execution of tests, which generates, combines, and reports coverage data for Python 3.7 and 3.8, as well as building documentation for the project.
$ poetry run nox
Alternatively, tests, coverage reports, and the documentation can be generated manually.
$ poetry run coverage run -m pytest
$ poetry run coverage combine
$ poetry run coverage report -m
$ poetry run coverage html
$ poetry run sphinx-build docs docs/build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file amalgam-lisp-0.2.0.tar.gz
.
File metadata
- Download URL: amalgam-lisp-0.2.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.8.5 Linux/5.8.18-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a15f7abaff62d0933d3c92ca34b1c7830e524257938f2f1ea33ec884a773a5e |
|
MD5 | 7bd90afe3d459b6280b5442c03f98e5e |
|
BLAKE2b-256 | c55fb713398bd4ba171c18382bdbc0f76e02359145680b53abd70e3fa43073a6 |
File details
Details for the file amalgam_lisp-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: amalgam_lisp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.3 CPython/3.8.5 Linux/5.8.18-1-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9e31e039daa74df4b768fa04e9d51621ed6e1b36c02661260399842bf1819ac |
|
MD5 | 40b9c6151a4c6fabcdf5978be31a45cf |
|
BLAKE2b-256 | 6c45f86dd212ce83a3650b63f3d684ea90c6e44418acddea9790dcdfdbf838ce |