{"id":13471056,"url":"https://github.com/clio-lang/clio","last_synced_at":"2025-03-26T13:30:44.001Z","repository":{"id":34239613,"uuid":"163857480","full_name":"clio-lang/clio","owner":"clio-lang","description":"Clio is a functional, parallel, distributed programming language.","archived":false,"fork":false,"pushed_at":"2023-03-06T03:19:09.000Z","size":28038,"stargazers_count":935,"open_issues_count":30,"forks_count":30,"subscribers_count":26,"default_branch":"develop","last_synced_at":"2024-10-29T18:47:39.328Z","etag":null,"topics":["clio","compiler","distributed-programming","functional-programming","language","parallelism","programming-language"],"latest_commit_sha":null,"homepage":"https://clio-lang.org","language":"JavaScript","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/clio-lang.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":[],"patreon":null,"open_collective":"clio","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":[]}},"created_at":"2019-01-02T15:23:41.000Z","updated_at":"2024-10-01T11:11:37.000Z","dependencies_parsed_at":"2023-09-29T08:50:29.478Z","dependency_job_id":null,"html_url":"https://github.com/clio-lang/clio","commit_stats":{"total_commits":896,"total_committers":17,"mean_commits":"52.705882352941174","dds":0.6662946428571428,"last_synced_commit":"75c7c09e962ef15506ff9bc7cf856aad727436c5"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clio-lang%2Fclio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clio-lang%2Fclio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clio-lang%2Fclio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clio-lang%2Fclio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clio-lang","download_url":"https://codeload.github.com/clio-lang/clio/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245662709,"owners_count":20652068,"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":["clio","compiler","distributed-programming","functional-programming","language","parallelism","programming-language"],"created_at":"2024-07-31T16:00:39.058Z","updated_at":"2025-03-26T13:30:42.605Z","avatar_url":"https://github.com/clio-lang.png","language":"JavaScript","readme":"[![npm version](https://badge.fury.io/js/clio.svg)](https://badge.fury.io/js/clio)\n![Travis (.org)](https://img.shields.io/travis/clio-lang/clio.svg)\n[![Documentation Status](https://img.shields.io/badge/docs-passing-brightgreen)](https://docs.clio-lang.org)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7ea4361c03b94375a58cb020328d8fd8)](https://www.codacy.com/gh/clio-lang/clio?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=clio-lang/clio\u0026utm_campaign=Badge_Grade)\n[![codecov](https://codecov.io/gh/clio-lang/clio/branch/develop/graph/badge.svg?token=DizAOgNw8A)](https://codecov.io/gh/clio-lang/clio)\n[![Telegram](https://img.shields.io/badge/telegram-chat-blue)](https://t.me/joinchat/K2tN9kkVldcinF4U08lcfQ)\n[![Share on Twitter](https://img.shields.io/badge/twitter-share-blue)](https://twitter.com/intent/tweet?text=Clio%20is%20a%20functional,%20parallel,%20distributed%20programming%20language%20that%20compiles%20to%20JavaScript!%20Check%20it%20out%20here:%20https://github.com/clio-lang/clio)\n\n![Clio Logo](https://raw.githubusercontent.com/clio-lang/media/master/logo-128x128.png)\n\n# Clio\n\nClio is a functional, distributed programming language that compiles to JavaScript. It runs in the browser and on the server and is made to be a suitable language for scientific programming. Clio takes advantage of multiple CPUs and multiple CPU cores (parallelism) by default, is able to use network resources, is easy to run on clusters and on the cloud.\n\nRead [Clio documentation](https://docs.clio-lang.org) or visit our [website](https://clio-lang.org) for more info.\n\n![Clio Logo](https://raw.githubusercontent.com/clio-lang/media/master/clio-cut.png)\n\n## Install\n\nTo install you'll need Node.js (latest version) and NPM. Clio is hosted on NPM, to install it simply do\n\n```bash\nnpm i -g clio\n```\n\n## Command Line Usage\n\nTo see a list of available `clio` commands and their description you can run\n\n```bash\nclio --help\n```\n\n## Project Status\n\nClio is in active development and it's not ready for production.\nIt is in a highly experimental state, although some stable demonstrations and\ntest programs exist, it is not recommended to use in production.\n\n**[Click here to see what we are currently working on](https://github.com/orgs/clio-lang/projects/1)**\n\n## Links\n\n- [Clio Website](http://clio-lang.org)\n- [Documentation](http://docs.clio-lang.org)\n- [Playground](https://playground.clio-lang.org)\n- [Clio Telegram Chat](https://t.me/clio_lang)\n- [Clio on Rosetta Code](http://rosettacode.org/wiki/Clio)\n\n## Examples\n\nYou can check the examples in [examples repository](https://github.com/clio-lang/examples) or you can check\n[Clio on Rosetta Code](http://rosettacode.org/wiki/Clio).\n\n## Documentation\n\nYou can visit [docs.clio-lang.org](http://docs.clio-lang.org) for a short tutorial, introduction and documentation. This documentation is a work in progress and your contributions are highly appreciated.\n\n## Contributing\n\nPlease make sure to read the [CONTRIBUTING-Guidelines](https://github.com/clio-lang/clio/blob/develop/CONTRIBUTING.md) before making a pull request.\n\nThank you to all the people who already contributed to Clio!\n\n\u003ca href=\"https://github.com/clio-lang/clio/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.firebaseapp.com/image?repo=clio-lang/clio\" /\u003e\n\u003c/a\u003e\n\n## Backers\n\n\u003ca href=\"https://opencollective.com/clio\"\u003e\n  \u003cimg src=\"https://opencollective.com/clio/backers.svg?width=890\" /\u003e\n\u003c/a\u003e\n\nThank you all for supporting Clio! Read [backers.md](./backers.md) to learn more.\n\n## License\n\nApache-2.0\n","funding_links":["https://opencollective.com/clio"],"categories":["JavaScript","Uncategorized","Functional"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclio-lang%2Fclio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclio-lang%2Fclio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclio-lang%2Fclio/lists"}