Skip to main content

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:

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amalgam-lisp-0.2.0.tar.gz (15.9 kB view details)

Uploaded Source

Built Distribution

amalgam_lisp-0.2.0-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

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

Hashes for amalgam-lisp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7a15f7abaff62d0933d3c92ca34b1c7830e524257938f2f1ea33ec884a773a5e
MD5 7bd90afe3d459b6280b5442c03f98e5e
BLAKE2b-256 c55fb713398bd4ba171c18382bdbc0f76e02359145680b53abd70e3fa43073a6

See more details on using hashes here.

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

Hashes for amalgam_lisp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f9e31e039daa74df4b768fa04e9d51621ed6e1b36c02661260399842bf1819ac
MD5 40b9c6151a4c6fabcdf5978be31a45cf
BLAKE2b-256 6c45f86dd212ce83a3650b63f3d684ea90c6e44418acddea9790dcdfdbf838ce

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page