{"id":16110404,"url":"https://github.com/ltabis/d-lisp","last_synced_at":"2026-01-17T22:15:52.030Z","repository":{"id":106043707,"uuid":"592011401","full_name":"ltabis/d-lisp","owner":"ltabis","description":"An implementation of Lisp in C","archived":false,"fork":false,"pushed_at":"2023-04-06T08:53:16.000Z","size":104,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T13:48:26.629Z","etag":null,"topics":["lisp-interpreter","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C","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/ltabis.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":"2023-01-22T16:51:50.000Z","updated_at":"2025-08-25T17:10:24.000Z","dependencies_parsed_at":"2023-05-18T19:45:33.010Z","dependency_job_id":null,"html_url":"https://github.com/ltabis/d-lisp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ltabis/d-lisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltabis%2Fd-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltabis%2Fd-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltabis%2Fd-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltabis%2Fd-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltabis","download_url":"https://codeload.github.com/ltabis/d-lisp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltabis%2Fd-lisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28519880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lisp-interpreter","programming-language"],"created_at":"2024-10-09T19:37:37.293Z","updated_at":"2026-01-17T22:15:52.009Z","avatar_url":"https://github.com/ltabis.png","language":"C","readme":"# d-lisp\n\nAn toy implementation of a custom Lisp language using C, based on the wonderful [Build Your Own Lisp book](https://buildyourownlisp.com/), that you can buy [here](https://www.amazon.com/Build-Your-Lisp-Daniel-Holden/dp/1501006622).\n\nTime to cook.\n\n## Build\n\n```bash\nmake\n```\n\n## Run\n\nRunning the interpreter.\n\n```bash\n./d-lisp\n\u003e say \"Hello World!\"\n```\n\nEvaluating files.\n\n```bash\n./d-lisp hello-world.dlsp fibonacci.dlsp\n```\n\n## Documentation\n\nCheck the examples directory to have an overview of the features of the language.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltabis%2Fd-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltabis%2Fd-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltabis%2Fd-lisp/lists"}