{"id":21023330,"url":"https://github.com/jack994/lambdacalculus_in_sml","last_synced_at":"2026-01-27T23:50:50.015Z","repository":{"id":88411849,"uuid":"109718186","full_name":"jack994/LambdaCalculus_in_SML","owner":"jack994","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-07T17:28:20.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-03T08:47:42.369Z","etag":null,"topics":["functional-programming","lambda-calculus","sml"],"latest_commit_sha":null,"homepage":null,"language":"Standard ML","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/jack994.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":"2017-11-06T16:09:10.000Z","updated_at":"2017-11-07T16:23:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b93c7bdc-2ec0-4936-967c-77cefc9ed4e2","html_url":"https://github.com/jack994/LambdaCalculus_in_SML","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jack994/LambdaCalculus_in_SML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack994%2FLambdaCalculus_in_SML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack994%2FLambdaCalculus_in_SML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack994%2FLambdaCalculus_in_SML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack994%2FLambdaCalculus_in_SML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jack994","download_url":"https://codeload.github.com/jack994/LambdaCalculus_in_SML/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack994%2FLambdaCalculus_in_SML/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28827932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["functional-programming","lambda-calculus","sml"],"created_at":"2024-11-19T11:17:39.416Z","updated_at":"2026-01-27T23:50:49.989Z","avatar_url":"https://github.com/jack994.png","language":"Standard ML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lambda Calculus in SML\n\nThe program implements beta and eta reduction in SML as well as the translations to different notations of lambda calculus and Combinatory Logic.\n\nThe syntax of λ-calculus is given by  M ::= V | (λV.M) | (MM)\n\nThe syntax of λ-calculus in item notation is given by  M′ ::= V | [V] M′ |〈M′〉M′\n\nThe syntax of λ-calculus with de Bruijn indices is given by  Λ  ::= N | (λΛ) | (ΛΛ)\n\nThe syntax of λ-calculus in item notation is given by Λ′ ::= N | [ ] Λ′ |〈Λ′〉Λ′\n\nThe syntax of combinatory logic is given by M′′ ::= V | I′′ | K′′ | S′′ | (M′′M′′)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack994%2Flambdacalculus_in_sml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjack994%2Flambdacalculus_in_sml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack994%2Flambdacalculus_in_sml/lists"}