{"id":17381701,"url":"https://github.com/vapourlang/vapour","last_synced_at":"2026-01-15T01:45:34.896Z","repository":{"id":257472474,"uuid":"824225064","full_name":"vapourlang/vapour","owner":"vapourlang","description":"Typed superset of R","archived":false,"fork":false,"pushed_at":"2024-10-30T20:48:54.000Z","size":26456,"stargazers_count":198,"open_issues_count":31,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T12:18:54.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://vapour.run","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vapourlang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-04T16:14:08.000Z","updated_at":"2025-02-20T21:20:30.000Z","dependencies_parsed_at":"2024-10-16T07:04:43.895Z","dependency_job_id":"d2cdb00e-dbdf-4e57-9918-67439c39572a","html_url":"https://github.com/vapourlang/vapour","commit_stats":null,"previous_names":["vapourlang/vapour"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/vapourlang/vapour","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapourlang%2Fvapour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapourlang%2Fvapour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapourlang%2Fvapour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapourlang%2Fvapour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vapourlang","download_url":"https://codeload.github.com/vapourlang/vapour/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vapourlang%2Fvapour/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"ssl_error","status_checked_at":"2026-01-15T00:55:20.945Z","response_time":107,"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":[],"created_at":"2024-10-16T07:01:28.458Z","updated_at":"2026-01-15T01:45:34.877Z","avatar_url":"https://github.com/vapourlang.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![](https://vapour.run/img/vapour.png)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    A typed superset of the \u003ca href=\"https://www.r-project.org/\"\u003eR programming language\u003c/a\u003e\n  \u003c/p\u003e\n  \u003ca href=\"https://vapour.run\"\u003eDocs\u003c/a\u003e | \u003ca href=\"https://vapour.run/get-started\"\u003eGet Started\u003c/a\u003e | \u003ca href=\"https://vapour.run/install\"\u003eInstall\u003c/a\u003e\n\u003c/div\u003e\n\n\u003e [!WARNING]  \n\u003e Vapour is in (very) early alpha!\n\n```r\ntype person: object {\n   age: int,\n   name: char \n}\n\nfunc create(name: char): person {\n  return person(name = name)\n}\n\n@generic\nfunc (p: any) set_age(age: int, ...: any): any\n\n@default\nfunc(p: any) set_age(age: int): null {\n  stop(\"not implemented\")\n}\n\nfunc(p: person) set_age(age: int): person {\n  p$age = age\n  return p\n}\n\nlet john: person = create(\"John\") |\u003e\n  set_age(36)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapourlang%2Fvapour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvapourlang%2Fvapour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvapourlang%2Fvapour/lists"}