{"id":51050160,"url":"https://github.com/chicode/lisa-repl","last_synced_at":"2026-06-22T16:32:38.835Z","repository":{"id":48014288,"uuid":"187954108","full_name":"chicode/lisa-repl","owner":"chicode","description":"A repl for Lisa","archived":false,"fork":false,"pushed_at":"2022-12-03T10:28:18.000Z","size":179,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T00:37:04.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/chicode.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}},"created_at":"2019-05-22T03:11:03.000Z","updated_at":"2019-06-01T14:37:22.000Z","dependencies_parsed_at":"2023-01-22T20:30:13.824Z","dependency_job_id":null,"html_url":"https://github.com/chicode/lisa-repl","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/chicode/lisa-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicode%2Flisa-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicode%2Flisa-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicode%2Flisa-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicode%2Flisa-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicode","download_url":"https://codeload.github.com/chicode/lisa-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicode%2Flisa-repl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34657893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":"2026-06-22T16:32:38.730Z","updated_at":"2026-06-22T16:32:38.828Z","avatar_url":"https://github.com/chicode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lisa REPL\n\n## Installation\n\n```sh\nyarn global add @chicode/lisa-repl\n# or\nnpm i -g @chicode/lisa-repl\n```\n\n## Usage\n\n```js\n$ lisa-repl\n\u003e 9\n9\n\u003e \"hello\"\n'hello'\n\u003e (defunc fib (n)\n... (var a 0) (var b 1) (var f 1)\n... (var i 2)\n... (while (\u003c= i n)\n..... (set f (+ a b))\n..... (set a b)\n..... (set b f)\n..... (set i (+ i 1))\n..... (log i f)\n..... f))\n\u003e (fib 10)\n{ type: 'num', value: 3 } { type: 'num', value: 1 }\n{ type: 'num', value: 4 } { type: 'num', value: 2 }\n{ type: 'num', value: 5 } { type: 'num', value: 3 }\n{ type: 'num', value: 6 } { type: 'num', value: 5 }\n{ type: 'num', value: 7 } { type: 'num', value: 8 }\n{ type: 'num', value: 8 } { type: 'num', value: 13 }\n{ type: 'num', value: 9 } { type: 'num', value: 21 }\n{ type: 'num', value: 10 } { type: 'num', value: 34 }\n{ type: 'num', value: 11 } { type: 'num', value: 55 }\n55\n```\n\n## License\n\nThis project is licensed under the GPLv3. Please see the [LICENSE](LICENSE) file\nfor more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicode%2Flisa-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicode%2Flisa-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicode%2Flisa-repl/lists"}