{"id":16879415,"url":"https://github.com/purefunctor/amalgam-lisp","last_synced_at":"2025-04-11T12:07:41.609Z","repository":{"id":51089787,"uuid":"273173487","full_name":"purefunctor/amalgam-lisp","owner":"purefunctor","description":"LISP-like interpreted language implemented in Python.","archived":false,"fork":false,"pushed_at":"2021-05-25T02:02:23.000Z","size":356,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T08:23:01.872Z","etag":null,"topics":["amalgam-lisp","lisp","pypi-package","python","python37","python38"],"latest_commit_sha":null,"homepage":"https://amalgam-lisp.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/purefunctor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-18T07:41:01.000Z","updated_at":"2025-03-22T05:46:45.000Z","dependencies_parsed_at":"2022-08-24T20:01:39.075Z","dependency_job_id":null,"html_url":"https://github.com/purefunctor/amalgam-lisp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purefunctor%2Famalgam-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purefunctor%2Famalgam-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purefunctor%2Famalgam-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purefunctor%2Famalgam-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purefunctor","download_url":"https://codeload.github.com/purefunctor/amalgam-lisp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248396689,"owners_count":21096978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amalgam-lisp","lisp","pypi-package","python","python37","python38"],"created_at":"2024-10-13T15:54:14.700Z","updated_at":"2025-04-11T12:07:41.562Z","avatar_url":"https://github.com/purefunctor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/PureFunctor/amalgam-lisp/develop/docs/logo.png\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  LISP-like interpreted language implemented in Python.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/PureFunctor/amalgam-lisp/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/workflow/status/PureFunctor/amalgam-lisp/Tests?logo=github\u0026style=flat-square\"\u003e\n    \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/PureFunctor/amalgam-lisp/\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/gh/purefunctor/amalgam-lisp?label=codecov\u0026logo=codecov\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://amalgam-lisp.readthedocs.io/\"\u003e\n    \u003cimg src=\"https://img.shields.io/readthedocs/amalgam-lisp?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/amalgam-lisp/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/amalgam-lisp?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/amalgam-lisp/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/amalgam-lisp?style=flat-square\" \u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Installation \u0026 Basic Usage\nThis package can be installed through PyPI:\n```bash\n$ pip install amalgam-lisp\n```\nThis makes the `amalgam` command-line script available.\n```bash\n$ amalgam                     # To invoke the REPL\n$ amalgam hello.am            # To load and run a file\n$ amalgam --expr=\"(+ 42 42)\"  # To evaluate an expression\n```\n\n# Development Setup\nInstall the following dependencies:\n* Python 3.7 \u0026 3.8\n* [Poetry](https://python-poetry.org)\n* [Nox](https://nox.thea.codes/en/stable/) (Optional)\n\nClone and then navigate to the repository:\n```bash\n$ git clone https://github.com/PureFunctor/amalgam-lisp.git\n$ cd amalgam-lisp\n```\n\nInstall the dependencies for the project:\n```bash\n$ poetry install\n$ poetry run pre-commit install\n```\n\n## Running Tests / Coverage Reports / Building Documentation\nThis project uses `nox` for automating various tasks like running tests and building documentation.\n```\n$ nox\n```\n\nAlternatively, tests, coverage reports, and the documentation can be generated manually.\n```bash\n$ poetry run coverage run -m pytest\n$ poetry run coverage report -m\n$ poetry run coverage html\n$ poetry run sphinx-build docs docs/build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurefunctor%2Famalgam-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurefunctor%2Famalgam-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurefunctor%2Famalgam-lisp/lists"}