{"id":16661033,"url":"https://github.com/agrafix/micro-lisp","last_synced_at":"2025-06-30T09:33:02.113Z","repository":{"id":66320088,"uuid":"112160415","full_name":"agrafix/micro-lisp","owner":"agrafix","description":"Haskell: a small lisp interpreter","archived":false,"fork":false,"pushed_at":"2017-11-27T07:08:30.000Z","size":15,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T11:07:46.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/agrafix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-27T07:04:28.000Z","updated_at":"2020-01-20T02:09:07.000Z","dependencies_parsed_at":"2023-05-01T06:15:45.230Z","dependency_job_id":null,"html_url":"https://github.com/agrafix/micro-lisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agrafix/micro-lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fmicro-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fmicro-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fmicro-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fmicro-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrafix","download_url":"https://codeload.github.com/agrafix/micro-lisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrafix%2Fmicro-lisp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262747692,"owners_count":23358013,"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":[],"created_at":"2024-10-12T10:33:08.914Z","updated_at":"2025-06-30T09:33:02.090Z","avatar_url":"https://github.com/agrafix.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micro-lisp\n\nA small lisp interpreter written in Haskell with minimal dependencies. A few notes:\n\n* The implementation currently includes a small parser combinator library derived of [my blog post](https://www.athiemann.net/2016/05/27/parser-combinators.html). This could easily be replaced, but I wanted to keep the dependencies minimal for now. A result is that currently the parser error messages are not very friendly and comments are not supported.\n* The behavior of the implementation is loosely based on [carld/micro-lisp](https://github.com/carld/micro-lisp), but somewhat stricter in a sense that more sanity checks are performed during runtime resulting in error messages instead of crashes.\n* A test suite capturing most of the current semantics.\n\nPull requests are welcome - if you find a bug or plan to add a feature please include unit tests.\n\nA blog post might follow... :-)\n\n## Setup\n\n* Download and install [Haskell Stack](http://haskellstack.org/).\n* Clone the repo, run `stack setup \u0026\u0026 stack build`\n* To install system wide run `stack install`.\n\n## Usage\n\n```bash\n# from file\nmicro-lisp -f [source-file]\n\n# inline\nmicro-lisp \"(+ 1 1)\"\n\n# from standard in\necho \"(+ 1 1)\" | micro-lisp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fmicro-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrafix%2Fmicro-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrafix%2Fmicro-lisp/lists"}