{"id":20046683,"url":"https://github.com/monksc/cacheskell","last_synced_at":"2025-03-02T08:14:35.080Z","repository":{"id":89792342,"uuid":"328468121","full_name":"Monksc/cacheskell","owner":"Monksc","description":"This is my functional programming language that looks like Haskell but it cache every function.","archived":false,"fork":false,"pushed_at":"2021-01-11T00:00:19.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T20:25:47.846Z","etag":null,"topics":["custom-language","functional-programming","haskell","interpreter","language","programming-languages","rust","rust-lang"],"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/Monksc.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":"2021-01-10T20:00:48.000Z","updated_at":"2021-06-17T14:25:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c07d6aa-8d8c-4102-a772-a8fefc9def46","html_url":"https://github.com/Monksc/cacheskell","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/Monksc%2Fcacheskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monksc%2Fcacheskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monksc%2Fcacheskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monksc%2Fcacheskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monksc","download_url":"https://codeload.github.com/Monksc/cacheskell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241476458,"owners_count":19968916,"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":["custom-language","functional-programming","haskell","interpreter","language","programming-languages","rust","rust-lang"],"created_at":"2024-11-13T11:28:36.744Z","updated_at":"2025-03-02T08:14:35.051Z","avatar_url":"https://github.com/Monksc.png","language":"Rust","readme":"# cacheskell\nThis is my functional programming language that looks like Haskell but it cache every function.\n\n# Examples\nIn this example we will see a recursive fibanchi sequence function. It should take a long time on most\nprogramming languages but cacheskell will cache all function calls making it relatively fast.\n```\nfib x\n    | (equal x 0)   = 0\n    | (equal x 1)   = 1\n    | true          = (add (fib (sub x 1)) (fib (sub x 2)));\n\np x y\n    | (print x) = y\n    | true = y;\n\nmain\n    | (p (fib 10) false) = 1\n    | true = 0;\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonksc%2Fcacheskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonksc%2Fcacheskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonksc%2Fcacheskell/lists"}