{"id":22752533,"url":"https://github.com/obipawan/bunny","last_synced_at":"2025-06-28T05:32:53.347Z","repository":{"id":84792415,"uuid":"96075003","full_name":"obipawan/bunny","owner":"obipawan","description":"A simplistic lisp interpreter implemented in javascript","archived":false,"fork":false,"pushed_at":"2017-07-03T05:56:46.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T08:51:40.057Z","etag":null,"topics":["lisp","list","mal"],"latest_commit_sha":null,"homepage":"","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/obipawan.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":"2017-07-03T05:56:31.000Z","updated_at":"2017-07-03T06:01:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"85ea25d6-36af-41d5-b70b-668f60e2bfce","html_url":"https://github.com/obipawan/bunny","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/obipawan%2Fbunny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obipawan%2Fbunny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obipawan%2Fbunny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obipawan%2Fbunny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obipawan","download_url":"https://codeload.github.com/obipawan/bunny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285668,"owners_count":20752953,"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":["lisp","list","mal"],"created_at":"2024-12-11T05:12:04.269Z","updated_at":"2025-03-30T06:44:37.734Z","avatar_url":"https://github.com/obipawan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://glcdn.githack.com/obipawan/bunny/raw/assets/bunny.png\" height=\"100\" width=\"100\" /\u003e\n\n  \u003ch2 align=\"center\"\u003eBunny\u003c/h2\u003e\n  \u003cp align=\"center\"\u003eA simplistic lisp interpreter implemented in javascript heavily inspired by \u003ca href=\"https://github.com/kanaka/miniMAL\"\u003eminiMAL\u003c/a\u003e and \u003ca href=\"http://www.buildyourownlisp.com\"\u003ebuildyourownlisp\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\nVery much a wip\n\n#### examples\n- logical operations\n```sh\n(+ 10 20) //30\n(+ 10 (+ 10 20)) //40\n(- 20 10) //10\n```\n- environment variables\n```sh\n(def a 6) // 6\n(+ a 1) // 7\n(let (b 10) b) // 10\n```\n- closures\n```sh\n(fn (a) a) // function\n( (fn (a) (+ a 10)) 10) // 20\n( (def adder (fn (a b) (+ a b))) 5 10) //15\n```\n\nMore to come...\n\n#### Try it out\n```sh\nnpm i \u0026\u0026 node index.js\n```\n#### Credits:\n- miniMAL: https://github.com/kanaka/miniMAL\n- buildyourownlisp: http://www.buildyourownlisp.com\n\n#### Attributions:\n`bunny.png` is created by [Catherine Please](https://thenounproject.com/CatherinePlease/) from [The Noun Project](https://thenounproject.com/)\n\n##### license\nWTFPL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobipawan%2Fbunny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobipawan%2Fbunny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobipawan%2Fbunny/lists"}