{"id":20216100,"url":"https://github.com/vengarioth/kwonlang-spec","last_synced_at":"2026-03-07T01:34:40.086Z","repository":{"id":70272322,"uuid":"68000620","full_name":"Vengarioth/kwonlang-spec","owner":"Vengarioth","description":"specification for the toy language kwonlang","archived":false,"fork":false,"pushed_at":"2016-09-12T11:00:14.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T11:23:29.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Vengarioth.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":"2016-09-12T10:47:35.000Z","updated_at":"2016-09-12T10:47:35.000Z","dependencies_parsed_at":"2023-02-22T03:45:44.989Z","dependency_job_id":null,"html_url":"https://github.com/Vengarioth/kwonlang-spec","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vengarioth/kwonlang-spec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkwonlang-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkwonlang-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkwonlang-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkwonlang-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vengarioth","download_url":"https://codeload.github.com/Vengarioth/kwonlang-spec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkwonlang-spec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30205183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-14T06:26:20.302Z","updated_at":"2026-03-07T01:34:40.067Z","avatar_url":"https://github.com/Vengarioth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kwonlang Specification\n\n## Elevator Pitch\n__todo__\n\n## Contribute\nFork, change, pull request.\n\n## Functions\nFunctions are first class citizens. They can be anonymous, referenced via variables\n\n## Async scopes\nState: early draft\n\n```\n(\n  (a) =\u003e { async(a); } =\u003e a\n  (b) =\u003e { async(b); } =\u003e b\n  (c) =\u003e { async(c); } =\u003e c\n) =\u003e {\n  async(a + b + c);\n}\n```\n\n## Lambdas with arrow notation\n```\n(a, b) =\u003e { a + b; }\n```\n\n## Polymorphic Functions\nState: early draft\n\n```\nadd(a, b) {\n  (string a, string b) =\u003e {\n    return a + b;\n  }\n\n  (int a, int b) for a == 0 =\u003e {\n    return b;\n  }\n\n  (int a, int b) =\u003e {\n    return a + b;\n  }\n\n  (object a, object b) =\u003e {\n    return a.toString() + b.toString();\n  }\n}\n```\n\n## Objects\n__todo__\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fkwonlang-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvengarioth%2Fkwonlang-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fkwonlang-spec/lists"}