{"id":21883099,"url":"https://github.com/rainmark/lispoo","last_synced_at":"2026-06-24T03:34:07.873Z","repository":{"id":97604379,"uuid":"461436165","full_name":"RainMark/lispoo","owner":"RainMark","description":"C++ Lisp Interpreter","archived":false,"fork":false,"pushed_at":"2022-03-04T14:48:04.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T07:41:25.701Z","etag":null,"topics":["cpp","lisp","scheme-interpreter"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RainMark.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":"2022-02-20T09:10:09.000Z","updated_at":"2022-02-23T13:05:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fb74c49-2d4b-4fb4-9a85-913605aaa9fc","html_url":"https://github.com/RainMark/lispoo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RainMark/lispoo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainMark%2Flispoo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainMark%2Flispoo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainMark%2Flispoo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainMark%2Flispoo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RainMark","download_url":"https://codeload.github.com/RainMark/lispoo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RainMark%2Flispoo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34716325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp","lisp","scheme-interpreter"],"created_at":"2024-11-28T09:39:16.942Z","updated_at":"2026-06-24T03:34:07.845Z","avatar_url":"https://github.com/RainMark.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lispoo\n\nCode Oops Lisp Interpreter\n\n# build\n\n```sh\n$ ./build.sh\n```\n\n# example\n\n```lisp\n(progn\n  (define abc (lambda (a b c) (+ a (+ b c))))\n  (set! x (abc 1 2 3))\n  (message x)\n  (progn (+ 1.2 3.9) (define plus (lambda (a b) (+ a b))) (message (plus 9 9)))\n  )\n```\n\n```sh\n$ ./lispoo example/lambda.lisp\n8\n18\n```\n\n```lisp\n(progn\n  (set! i 3)\n  (while i (progn (message i) (set! i (+ i -1))))\n  (progn (set! x 0) (message (if x 1 2)))\n  (message (progn (+ 1 1) (+ 2 2)))\n  )\n```\n\n```sh\n$ ./lispoo example/loop.lisp\n3\n2\n1\n2\n4\n```\n\n```lisp\n(progn\n  (define test (lambda (x) x))\n  (if (test (quote (+ 1 -1)))\n      (message (quote true))\n    (message (quote false))\n    )\n  (message (quote (+ 1 2)))\n  )\n```\n\n```sh\n$ ./lispoo example/quote.lisp\nfalse\n(+ 1 2)\n```\n\n[More Examples](./example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainmark%2Flispoo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainmark%2Flispoo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainmark%2Flispoo/lists"}