{"id":20976022,"url":"https://github.com/banyc/kaleidoscope","last_synced_at":"2026-04-27T00:31:29.042Z","repository":{"id":117847038,"uuid":"562030258","full_name":"Banyc/kaleidoscope","owner":"Banyc","description":"A language with LLVM. Status: WIP.","archived":false,"fork":false,"pushed_at":"2022-11-12T18:12:12.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T05:34:04.283Z","etag":null,"topics":["kaleidoscope","llvm"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Banyc.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":"2022-11-05T04:43:11.000Z","updated_at":"2022-11-09T16:00:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef09f4ea-ad46-4b1e-9a19-fe5885591202","html_url":"https://github.com/Banyc/kaleidoscope","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Banyc/kaleidoscope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2Fkaleidoscope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2Fkaleidoscope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2Fkaleidoscope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2Fkaleidoscope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Banyc","download_url":"https://codeload.github.com/Banyc/kaleidoscope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Banyc%2Fkaleidoscope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["kaleidoscope","llvm"],"created_at":"2024-11-19T04:49:01.826Z","updated_at":"2026-04-27T00:31:29.028Z","avatar_url":"https://github.com/Banyc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaleidoscope\n\n- e.g.\n\n  ```py\n  # Compute the x'th fibonacci number.\n  def fib(x)\n    if x \u003c 3 then\n      1\n    else\n      fib(x-1)+fib(x-2)\n\n  # This expression will compute the 40th number.\n  fib(40)\n  ```\n\n- e.g. import external functions\n\n  ```py\n  extern sin(arg);\n  extern cos(arg);\n  extern atan2(arg1 arg2);\n\n  atan2(sin(.4), cos(42))\n  ```\n\n- constraints:\n  - only datatype: double\n  - no type declarations\n\n## Dev environment\n\n- llvm@14\n- Set environment variable `LLVM_SYS_140_PREFIX` to the path of llvm@14\n  - Also set it at `rust-analyzer.server.extraEnv` and `rust-analyzer.runnableEnv` in `settings.json` if you use vscode\n\n## References\n\n- \u003chttps://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanyc%2Fkaleidoscope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanyc%2Fkaleidoscope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanyc%2Fkaleidoscope/lists"}