{"id":16538658,"url":"https://github.com/kyleect/cid-lang","last_synced_at":"2025-10-29T01:31:33.642Z","repository":{"id":132692433,"uuid":"609308978","full_name":"kyleect/cid-lang","owner":"kyleect","description":"An (on going) implementation of a Scheme based language.","archived":false,"fork":false,"pushed_at":"2023-09-16T17:46:09.000Z","size":889,"stargazers_count":1,"open_issues_count":33,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-21T14:13:12.388Z","etag":null,"topics":["lisp","programming-language","programming-languages","s-expressions","scheme"],"latest_commit_sha":null,"homepage":"https://kyleect.github.io/cid-lang/","language":"TypeScript","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/kyleect.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":"2023-03-03T20:38:36.000Z","updated_at":"2023-12-03T21:30:30.000Z","dependencies_parsed_at":"2024-10-23T05:42:56.305Z","dependency_job_id":null,"html_url":"https://github.com/kyleect/cid-lang","commit_stats":null,"previous_names":["kyleect/cid-lang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleect%2Fcid-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleect%2Fcid-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleect%2Fcid-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleect%2Fcid-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyleect","download_url":"https://codeload.github.com/kyleect/cid-lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238754289,"owners_count":19524915,"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","programming-language","programming-languages","s-expressions","scheme"],"created_at":"2024-10-11T18:46:17.522Z","updated_at":"2025-10-29T01:31:32.084Z","avatar_url":"https://github.com/kyleect.png","language":"TypeScript","readme":"# 🧩 The CID Programming Language\n\n[![verify](https://github.com/kyleect/cid-lang/actions/workflows/ci.yml/badge.svg)](https://github.com/kyleect/cid-lang/actions/workflows/ci.yml)\n\nAn (on going) implementation of a Scheme based language.\n\n## Usage\n\n### Library\n\n```typescript\nimport { exec } from \"cid-lang\";\n\nexec(`\n(define a 100)\n(define b 5)\n(* a b)\n`); // \"500\"\n```\n\n### CLI\n\n```bash\nnpm run build \u0026\u0026 npm run cli -- spec/test.scm\n```\n\n### REPL\n\n```bash\nnpm run build \u0026\u0026 npm run repl\n\nCID\u003e (+ 10 25)\n35\n```\n\n### Binaries\n\n```bash\nnpm run build\n\napps/cidlang/dist/bins/cidlang-{linux|macos|windows.exe} spec/test.scm\n\n# .....\n\napps/cidrepl/dist/bins/cidrep-{linux|macos|windows.exe}\n\nCID\u003e (+ 10 25)\n35\n```\n\n## Spec\n\nLanguage spec tests are found in [./spec](./spec) and can be ran:\n\n```bash\nnpm run build\n\ndist/lib/cidlang.js spec/test.scm\n```\n\n## Differences To Scheme (So Far)\n\n- Quoting lists is not required\n- Case sensitive identifiers\n\n## Todos\n\n- Lots of stuff!\n- Most built-in functions\n- Macros\n\n## Development\n\n[See DEVELOPMENT.md](DEVELOPMENT.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleect%2Fcid-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyleect%2Fcid-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleect%2Fcid-lang/lists"}