{"id":24819081,"url":"https://github.com/nitive/lisp-interpreter","last_synced_at":"2025-06-30T12:35:36.133Z","repository":{"id":93116583,"uuid":"63523407","full_name":"Nitive/lisp-interpreter","owner":"Nitive","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-28T18:58:55.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T20:39:30.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Nitive.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-17T09:06:11.000Z","updated_at":"2019-12-24T07:29:15.000Z","dependencies_parsed_at":"2023-06-04T23:45:31.030Z","dependency_job_id":null,"html_url":"https://github.com/Nitive/lisp-interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nitive/lisp-interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitive%2Flisp-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitive%2Flisp-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitive%2Flisp-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitive%2Flisp-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nitive","download_url":"https://codeload.github.com/Nitive/lisp-interpreter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitive%2Flisp-interpreter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262774288,"owners_count":23362283,"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":"2025-01-30T17:56:19.536Z","updated_at":"2025-06-30T12:35:36.124Z","avatar_url":"https://github.com/Nitive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lisp interpreter\n===\n\nSimple lisp interpreter written in JS\n\n```clojure\n(+ (- 4 2) 2)\n```\n\n```js\nconst lisp = require('lisp-interpeter')\n\nconst ast = lisp.parse('(+ 1 2)')\n\ncost ast = { ... }\n\nlisp.evalAst(ast)\nlisp.eval('(+ 1 2)')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitive%2Flisp-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitive%2Flisp-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitive%2Flisp-interpreter/lists"}