{"id":20405941,"url":"https://github.com/coldnew/lispy","last_synced_at":"2026-05-21T16:43:45.997Z","repository":{"id":34761041,"uuid":"38742497","full_name":"coldnew/lispy","owner":"coldnew","description":"A  lisp implement in C. (Based on Build Your Own Lisp)","archived":false,"fork":false,"pushed_at":"2015-07-09T03:01:09.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T02:18:54.895Z","etag":null,"topics":[],"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/coldnew.png","metadata":{"files":{"readme":"README.org","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":"2015-07-08T08:43:27.000Z","updated_at":"2016-05-29T12:17:08.000Z","dependencies_parsed_at":"2022-09-15T06:21:33.338Z","dependency_job_id":null,"html_url":"https://github.com/coldnew/lispy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coldnew/lispy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Flispy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Flispy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Flispy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Flispy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldnew","download_url":"https://codeload.github.com/coldnew/lispy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Flispy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27458081,"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","status":"online","status_checked_at":"2025-12-02T02:00:06.387Z","response_time":54,"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":[],"created_at":"2024-11-15T05:13:56.762Z","updated_at":"2025-12-02T17:12:30.675Z","avatar_url":"https://github.com/coldnew.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Lispy - A simple lisp implement in C\n\nThis lisp is what I learn from [[https://www.buildyourownlisp.com][Build your own Lisp]], which is a great C language\ntutorial.\n\n* Dependancy\n\nThis application depends on =readline=, you must install it for compile this application.\n\n: apt-get install libreadline6-dev\n\n* Build and Run\n\nUse =cmake= to build this application\n\n#+BEGIN_EXAMPLE\n  mkdir build \u0026\u0026 cd $_\n  cmake ..\n  make\n#+END_EXAMPLE\n\nYou will find =lispy= binary in =src= folder, just execute it.\n\n: ./lispy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Flispy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldnew%2Flispy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Flispy/lists"}