{"id":13781530,"url":"https://github.com/sdevlin/yoshi","last_synced_at":"2025-05-11T15:31:53.884Z","repository":{"id":4179669,"uuid":"5296304","full_name":"sdevlin/yoshi","owner":"sdevlin","description":"A LISP interpreter written in C","archived":false,"fork":false,"pushed_at":"2013-02-03T13:45:41.000Z","size":456,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T16:43:00.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sdevlin.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}},"created_at":"2012-08-04T15:05:08.000Z","updated_at":"2017-12-18T06:48:07.000Z","dependencies_parsed_at":"2022-08-25T22:40:58.969Z","dependency_job_id":null,"html_url":"https://github.com/sdevlin/yoshi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdevlin%2Fyoshi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdevlin%2Fyoshi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdevlin%2Fyoshi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdevlin%2Fyoshi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdevlin","download_url":"https://codeload.github.com/sdevlin/yoshi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588556,"owners_count":21932277,"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-08-03T18:01:26.828Z","updated_at":"2025-05-11T15:31:53.383Z","avatar_url":"https://github.com/sdevlin.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"This is yoshi, a LISP-1 interpreter written in C. (The syntax and semantics are Scheme-like.)\n\nThe eval definition is based on SICP 4.1 with some extensions. The list of built-in functions I chose to include is mostly based on Peter Norvig's lispy. (Most diversions are due to fixnums being the sole numeric type I support.)\n\nThis implementation performs proper tail call elimination on all relevant forms.\n\nI wrote a garbage collector. I think it works, but I have been known to make mistakes from time to time.\n\nRIP Dennis Ritchie and John McCarthy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdevlin%2Fyoshi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdevlin%2Fyoshi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdevlin%2Fyoshi/lists"}