{"id":13783036,"url":"https://github.com/robertostling/lisp1k","last_synced_at":"2025-05-11T17:30:45.755Z","repository":{"id":91293914,"uuid":"47561093","full_name":"robertostling/lisp1k","owner":"robertostling","description":"Interpreter for a minimal LISP-like language (in 1k lines of C)","archived":false,"fork":false,"pushed_at":"2017-04-22T20:30:13.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T18:18:10.701Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertostling.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}},"created_at":"2015-12-07T15:34:39.000Z","updated_at":"2024-03-05T08:12:46.000Z","dependencies_parsed_at":"2024-01-07T23:09:33.867Z","dependency_job_id":"3bf78afa-b7ba-4390-be82-9ebb8cfbcdea","html_url":"https://github.com/robertostling/lisp1k","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/robertostling%2Flisp1k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertostling%2Flisp1k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertostling%2Flisp1k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertostling%2Flisp1k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertostling","download_url":"https://codeload.github.com/robertostling/lisp1k/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253604432,"owners_count":21934858,"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:51.637Z","updated_at":"2025-05-11T17:30:45.507Z","avatar_url":"https://github.com/robertostling.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# lisp1k\nInterpreter for a minimal LISP-like language (in 1k lines of C)\n\n## Quick start\n\nTo build and test the interpreter, just type:\n\n    make\n\n    ./lisp \u003ctest.lisp\n\n## Structure\n\nThe interpreter consists of four C files:\n\n * `gc.c`: a simple copying garbage collector\n * `mem.c`: primitives for the dynamic type system + runtime stack\n * `core.c`: a library of stack machine functions\n * `lisp.c`: the LISP interpreter itself, implemented using the stack machine\n\nIn the interest of keeping things simple, only the most basic functionality is\nimplemented.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertostling%2Flisp1k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertostling%2Flisp1k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertostling%2Flisp1k/lists"}