{"id":13838457,"url":"https://github.com/rowscript/rowscript","last_synced_at":"2025-04-30T02:05:23.420Z","repository":{"id":166352945,"uuid":"388972006","full_name":"rowscript/rowscript","owner":"rowscript","description":"RowScript programming language, making a better browser world","archived":false,"fork":false,"pushed_at":"2025-04-28T07:13:04.000Z","size":1910,"stargazers_count":122,"open_issues_count":18,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-30T02:05:16.981Z","etag":null,"topics":["dependent-types","javascript","programming-language","row-polymorphism","typescript"],"latest_commit_sha":null,"homepage":"https://rows.ro","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rowscript.png","metadata":{"files":{"readme":".github/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,"zenodo":null}},"created_at":"2021-07-24T01:46:59.000Z","updated_at":"2025-04-28T07:13:07.000Z","dependencies_parsed_at":"2024-01-15T18:24:19.916Z","dependency_job_id":"d72c7a23-1bd2-41e3-980d-a1b89fd260b2","html_url":"https://github.com/rowscript/rowscript","commit_stats":{"total_commits":942,"total_committers":6,"mean_commits":157.0,"dds":0.03397027600849256,"last_synced_commit":"5b7462860f7494040625d87ad5f13b76fe1181ad"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowscript%2Frowscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowscript%2Frowscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowscript%2Frowscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rowscript%2Frowscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rowscript","download_url":"https://codeload.github.com/rowscript/rowscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251626895,"owners_count":21617743,"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":["dependent-types","javascript","programming-language","row-polymorphism","typescript"],"created_at":"2024-08-04T15:01:58.039Z","updated_at":"2025-04-30T02:05:23.414Z","avatar_url":"https://github.com/rowscript.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003c!--suppress HtmlDeprecatedAttribute --\u003e\n\u003ch1 align=\"center\"\u003e\n\u003c!--suppress CheckImageSize --\u003e\n\u003cimg src=\"banner.jpeg\" alt=\"banner\" width=\"50%\" height=\"50%\"\u003e\n\u003cbr\u003e\nRowScript\n\u003c/h1\u003e\n\n![Build](https://github.com/rowscript/rowscript/actions/workflows/build.yml/badge.svg)\n\n[RowScript] is a robustly typed functional language that compiles to efficient and reliable JavaScript. It has a\nuser-friendly syntax like TypeScript, and many advanced features like typeclass, effect system, and static reflection.\n\n[RowScript]: https://rows.ro\n\n## Example\n\nA hello-world example:\n\n```ts\nconsole.log(\"Hello, RowScript!\");\n```\n\nMore complicated example with classes and interfaces:\n\n\u003c!-- @formatter:off --\u003e\n\n```ts\nclass Person {\n    name: string;\n\n    dial() {\n        console.log(this.name)\n    }\n}\n\ninterface Phonebook {\n    dial(a: this);\n}\n\nfunction dialPerson\u003cP\u003e(person: P)\nwith Phonebook\u003cP\u003e\n{\n    person.dial();\n}\n\ndialPerson(new Person(\"John Doe\"));\n```\n\n\u003c!-- @formatter:on --\u003e\n\n## Installation\n\n```bash\n$ pnpm install -D rowscript\n```\n\nOh, `npm` is okay too.\n\n## Development status\n\nThis project is at early stage and under active development, syntax and APIs are expected to change.\n\nWe separate our development into following phases:\n\n* [x] Proof-of-concept research ideas and a most viable compiler\n* [x] Get ready for open-sourcing, targeting the **library writer** user group\n* [ ] Get ready for production, targeting the **application writer** (end users) user group\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowscript%2Frowscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frowscript%2Frowscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frowscript%2Frowscript/lists"}