{"id":18597036,"url":"https://github.com/focusaurus/chapped-lisp","last_synced_at":"2025-05-16T13:33:12.460Z","repository":{"id":141308984,"uuid":"96704964","full_name":"focusaurus/chapped-lisp","owner":"focusaurus","description":"Lisp interpreter for Recurse Center application","archived":false,"fork":false,"pushed_at":"2017-07-14T19:03:45.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T18:02:54.799Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/focusaurus.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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-09T19:00:42.000Z","updated_at":"2017-07-09T19:07:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"00fb47e8-caff-446f-ac20-c268b78a0f19","html_url":"https://github.com/focusaurus/chapped-lisp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fchapped-lisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fchapped-lisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fchapped-lisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/focusaurus%2Fchapped-lisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/focusaurus","download_url":"https://codeload.github.com/focusaurus/chapped-lisp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254538479,"owners_count":22087871,"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-11-07T01:26:43.941Z","updated_at":"2025-05-16T13:33:12.441Z","avatar_url":"https://github.com/focusaurus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chapped Lisp\n\n## Overview\n\nThis is a basic lisp interpreter project done as part of an application to The Recurse Center.\n\n## Gaping Holes\n\nThere is near-zero error handling of invalid syntax and zero code to generate helpful error messages so far. If you provide invalid lisp syntax, at the moment, **You're Gonna Have a Bad Time™**.\n\n## CLI Usage\n\n- `node ./code/cli.js '(+ 1 2)'`\n\n## Usage from node.js code\n\n```js\nconst chapped = require(\"chapped-lisp\");\nconsole.log(chapped(\"(+ 42 43)\"));\n```\n\n## Command Line Usage\n\n```\nnpm install chapped-lisp\nnpx chapped-lisp '(max 43 42)'\n# prints 43\n```\n\n----\nFor npm prior to v5.2:\n\n```\nnpm install chapped-lisp\n$(npm bin)/chapped-lisp '(max 43 42)'\n```\n\n## Developer How To...\n\n- Setup after clone\n  - Install node.js\n    - Use the version specified by the `.nvmrc` file\n    - nvm recommended\n  - `npm install`\n- Run all tests: `npm test`\n- Analyze code coverage: `npm run coverage`\n- Run some tests: `tap code/cli-tap.js code/lex-tap.js`\n- Run lint: `npm run lint`\n- Run the main CLI: `node ./code/cli.js '(+ 1 2)'`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusaurus%2Fchapped-lisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffocusaurus%2Fchapped-lisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffocusaurus%2Fchapped-lisp/lists"}