{"id":13741713,"url":"https://github.com/gleam-lang/example-lisp-interpreter","last_synced_at":"2026-01-31T03:31:03.513Z","repository":{"id":99711626,"uuid":"545404943","full_name":"gleam-lang/example-lisp-interpreter","owner":"gleam-lang","description":"👾 A Lisp interpreter in Gleam!","archived":false,"fork":false,"pushed_at":"2025-03-27T13:13:00.000Z","size":38,"stargazers_count":43,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-09T21:50:48.761Z","etag":null,"topics":["example","gleam","lisp"],"latest_commit_sha":null,"homepage":"https://gleam.run","language":"Gleam","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/gleam-lang.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["lpil","giacomocavalieri"],"liberapay":"gleam"}},"created_at":"2022-10-04T10:02:51.000Z","updated_at":"2025-10-09T08:15:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8ed06d7-2a35-43f6-84f2-05708fb76ca5","html_url":"https://github.com/gleam-lang/example-lisp-interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gleam-lang/example-lisp-interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fexample-lisp-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fexample-lisp-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fexample-lisp-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fexample-lisp-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gleam-lang","download_url":"https://codeload.github.com/gleam-lang/example-lisp-interpreter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleam-lang%2Fexample-lisp-interpreter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"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":["example","gleam","lisp"],"created_at":"2024-08-03T04:01:01.998Z","updated_at":"2026-01-31T03:31:03.498Z","avatar_url":"https://github.com/gleam-lang.png","language":"Gleam","funding_links":["https://github.com/sponsors/lpil","https://github.com/sponsors/giacomocavalieri","https://liberapay.com/gleam"],"categories":["Projects"],"sub_categories":["Compilers"],"readme":"# Glisp\n\nA tree-walking Lisp interpreter written in [Gleam](https://gleam.run)!\n\nIt features:\n- [x] Ints with `+`, `-`, `*`, and `/`.\n- [x] Bools with `not`, `and`, and `or`.\n- [x] Comparison with `=`.\n- [x] Lists with `empty`, `cons`, `car`, `cdr`.\n- [x] Closures with `lambda`.\n- [x] Global variables with `define`.\n- [x] Local variables with `let`.\n- [x] Flow control with `if`.\n\n## Usage\n\n```gleam\nimport glisp\n\npub fn main() {\n  glisp.eval(\"(+ 1 2 3)\") //=\u003e \"6\"\n}\n```\n\n# Caveats\n\nI wrote this on a transatlantic flight on a day that involved no sleep so expect\nbugs and other curiosities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleam-lang%2Fexample-lisp-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgleam-lang%2Fexample-lisp-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleam-lang%2Fexample-lisp-interpreter/lists"}