{"id":13782739,"url":"https://github.com/howerj/liblisp","last_synced_at":"2026-03-10T20:05:03.716Z","repository":{"id":3856584,"uuid":"4941420","full_name":"howerj/liblisp","owner":"howerj","description":"liblisp; a lisp interpreter that can be used as a library written in c99","archived":false,"fork":false,"pushed_at":"2025-04-12T10:25:59.000Z","size":2000,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-21T05:52:47.976Z","etag":null,"topics":["c","interpreter","lisp","lisp-dialect","lisp-interpreter"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howerj.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2012-07-07T21:22:06.000Z","updated_at":"2025-09-22T18:14:03.000Z","dependencies_parsed_at":"2025-05-11T16:33:48.012Z","dependency_job_id":null,"html_url":"https://github.com/howerj/liblisp","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/howerj/liblisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howerj%2Fliblisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howerj%2Fliblisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howerj%2Fliblisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howerj%2Fliblisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howerj","download_url":"https://codeload.github.com/howerj/liblisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howerj%2Fliblisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30351889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["c","interpreter","lisp","lisp-dialect","lisp-interpreter"],"created_at":"2024-08-03T18:01:43.150Z","updated_at":"2026-03-10T20:05:03.692Z","avatar_url":"https://github.com/howerj.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"readme.md {#mainpage}\n=========\n\nA small lisp interpreter library and wrapper written in C. The documentation \nis in [doc/liblisp.md][], this contains information on how to build and run the\ninterpreter. The project runs (and has been tested under) Linux and Windows.\n\n\n         _ _ _     _ _           \n        | (_) |   | (_)          \n        | |_| |__ | |_ ___ _ __  \n        | | | '_ \\| | / __| '_ \\ \n        | | | |_) | | \\__ \\ |_) |\n        |_|_|_.__/|_|_|___/ .__/ \n                          | |    \n                          |_|    \n\n\n* Author:\n  - Richard James Howe\n* License:\n  - LGPL v2.1 or later version\n* Email:\n  - \u003cmailto:howe.r.j.89@gmail.com\u003e\n* Repo:\n  - \u003chttps://github.com/howerj/liblisp\u003e\n\nThis project should probably be rewritten when I get around to it, as the\ncurrent project:\n\n* Does not have Macros\n* Does not have Closures (and it would be difficult to add them)\n* Is not particularly memory efficient, and could be made to be more\nso (and portably) by using indexing instead of pointers.\n* Is not image based, so saving and restoring state is not possible,\nagain using indexing instead of pointers would help.\n\nThere are a few interesting things in this project but I would do it\ndifferently if I got the chance to, both my understanding of lisp has improved\nand my C. I would probably use a more liberal license as well.\n\nThe rewrite will be my forth attempt, if I get around to it...\n\nTo test this application out:\n\n\tmake run\n\nThis should build under Linux, or using MinGW under Windows .\n\nor\n\n\tmake modules run\n\n(which is more likely to fail as it requires installed dependencies).\n\n[doc/liblisp.md]: doc/liblisp.md\n[introduction]: https://wiki.debian.org/IntroDebianPackaging\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowerj%2Fliblisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowerj%2Fliblisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowerj%2Fliblisp/lists"}