{"id":19771941,"url":"https://github.com/vezel-dev/celerity","last_synced_at":"2025-04-30T17:33:02.659Z","repository":{"id":50381595,"uuid":"518894107","full_name":"vezel-dev/celerity","owner":"vezel-dev","description":"An expressive programming language for writing concurrent and maintainable software.","archived":false,"fork":false,"pushed_at":"2024-10-29T14:52:09.000Z","size":2357,"stargazers_count":9,"open_issues_count":26,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T17:22:11.759Z","etag":null,"topics":["celerity","compiler","csharp","dotnet","gc","interpreter","jit","language","runtime"],"latest_commit_sha":null,"homepage":"https://docs.vezel.dev/celerity","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vezel-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-0BSD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"vezel-dev","open_collective":"vezel"}},"created_at":"2022-07-28T15:11:15.000Z","updated_at":"2024-10-29T14:48:15.000Z","dependencies_parsed_at":"2023-12-22T18:36:02.232Z","dependency_job_id":"91f35907-2ccd-421f-bc96-2f13c6cdf4d8","html_url":"https://github.com/vezel-dev/celerity","commit_stats":{"total_commits":1043,"total_committers":2,"mean_commits":521.5,"dds":"0.13135186960690315","last_synced_commit":"f0f000b29ad14cdf7f06dfbf3fea42908ff2b422"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fcelerity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fcelerity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fcelerity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vezel-dev%2Fcelerity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vezel-dev","download_url":"https://codeload.github.com/vezel-dev/celerity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223272201,"owners_count":17117549,"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":["celerity","compiler","csharp","dotnet","gc","interpreter","jit","language","runtime"],"created_at":"2024-11-12T05:04:47.366Z","updated_at":"2024-11-12T05:04:47.904Z","avatar_url":"https://github.com/vezel-dev.png","language":"C#","funding_links":["https://github.com/sponsors/vezel-dev","https://opencollective.com/vezel"],"categories":[],"sub_categories":[],"readme":"# Celerity\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"celerity.svg\"\n         width=\"128\"\n         alt=\"Celerity\" /\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003e\n        An expressive programming language for writing concurrent and\n        maintainable software.\n    \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License](https://img.shields.io/github/license/vezel-dev/celerity?color=brown)](LICENSE-0BSD)\n[![Commits](https://img.shields.io/github/commit-activity/m/vezel-dev/celerity/master?label=commits\u0026color=slateblue)](https://github.com/vezel-dev/celerity/commits/master)\n[![Build](https://img.shields.io/github/actions/workflow/status/vezel-dev/celerity/build.yml?branch=master)](https://github.com/vezel-dev/celerity/actions/workflows/build.yml)\n[![Discussions](https://img.shields.io/github/discussions/vezel-dev/celerity?color=teal)](https://github.com/vezel-dev/celerity/discussions)\n[![Discord](https://img.shields.io/badge/discord-chat-7289da?logo=discord)](https://discord.gg/wtzCfaX2Nj)\n[![Zulip](https://img.shields.io/badge/zulip-chat-394069?logo=zulip)](https://vezel.zulipchat.com)\n\n\u003c/div\u003e\n\n--------------------------------------------------------------------------------\n\n\u003e [!WARNING]\n\u003e This is currently in-development vaporware.\n\n**Celerity** is a programming language aiming for a good balance of\nproductivity and scalability while being easily embeddable in host applications.\n\n**Celerity** is expression-oriented, multi-paradigm, and features optional type\nchecking. Some notable features are pattern matching, first-class functions with\nclosures, opt-in mutability, explicit yet terse error propagation, concurrency\nbased on lightweight agents, and non-suspending garbage collection.\n\n## Usage\n\nThis project offers the following packages:\n\n| Package | Description | Downloads |\n| -: | - | :- |\n| [![celerity][driver-img]][driver-pkg] | Provides the .NET global tool. | ![Downloads][driver-dls] |\n| [![Vezel.Celerity.Language][language-core-img]][language-core-pkg] | Provides language analysis services such as lexing, parsing, binding, and linting. | ![Downloads][language-core-dls] |\n| [![Vezel.Celerity.Language.Library][language-library-img]][language-library-pkg] | Provides the language's standard library. | ![Downloads][language-library-dls] |\n| [![Vezel.Celerity.Language.Tooling][language-tooling-img]][language-tooling-pkg] | Provides user-oriented tooling such as project management and diagnostic rendering. | ![Downloads][language-tooling-dls] |\n| [![Vezel.Celerity.Language.Service][language-service-img]][language-service-pkg] | Provides the Language Server Protocol implementation. | ![Downloads][language-service-dls] |\n| [![Vezel.Celerity.Runtime][runtime-core-img]][runtime-core-pkg] | Provides shared components of the runtime system such as the bytecode lowerer, garbage collector, and agent scheduler. | ![Downloads][runtime-core-dls] |\n| [![Vezel.Celerity.Runtime.Kernel][runtime-kernel-img]][runtime-kernel-pkg] | Provides the host operating system interfaces for the runtime system. | ![Downloads][runtime-kernel-dls] |\n| [![Vezel.Celerity.Runtime.Interpreter][runtime-interpreter-img]][runtime-interpreter-pkg] | Provides the portable bytecode interpreter which does not require dynamic code generation. | ![Downloads][runtime-interpreter-dls] |\n| [![Vezel.Celerity.Runtime.Compiler][runtime-compiler-img]][runtime-compiler-pkg] | Provides the optimizing just-in-time compiler for 64-bit systems. | ![Downloads][runtime-compiler-dls] |\n\n[driver-pkg]: https://www.nuget.org/packages/celerity\n[language-core-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Language\n[language-library-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Language.Library\n[language-tooling-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Language.Tooling\n[language-service-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Language.Service\n[runtime-core-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Runtime\n[runtime-kernel-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Runtime.Kernel\n[runtime-interpreter-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Runtime.Interpreter\n[runtime-compiler-pkg]: https://www.nuget.org/packages/Vezel.Celerity.Runtime.Compiler\n\n[driver-img]: https://img.shields.io/nuget/v/celerity?label=celerity\n[language-core-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Language?label=Vezel.Celerity.Language\n[language-library-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Language.Library?label=Vezel.Celerity.Language.Library\n[language-tooling-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Language.Tooling?label=Vezel.Celerity.Language.Tooling\n[language-service-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Language.Service?label=Vezel.Celerity.Language.Service\n[runtime-core-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Runtime?label=Vezel.Celerity.Runtime\n[runtime-kernel-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Runtime.Kernel?label=Vezel.Celerity.Runtime.Kernel\n[runtime-interpreter-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Runtime.Interpreter?label=Vezel.Celerity.Runtime.Interpreter\n[runtime-compiler-img]: https://img.shields.io/nuget/v/Vezel.Celerity.Runtime.Compiler?label=Vezel.Celerity.Runtime.Compiler\n\n[driver-dls]: https://img.shields.io/nuget/dt/celerity?label=\n[language-core-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Language?label=\n[language-library-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Language.Library?label=\n[language-tooling-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Language.Tooling?label=\n[language-service-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Language.Service?label=\n[runtime-core-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Runtime?label=\n[runtime-kernel-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Runtime.Kernel?label=\n[runtime-interpreter-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Runtime.Interpreter?label=\n[runtime-compiler-dls]: https://img.shields.io/nuget/dt/Vezel.Celerity.Runtime.Compiler?label=\n\nTo install a tool package in a project, run `dotnet tool install \u003cname\u003e`. To\ninstall it globally, also pass `-g`.\n\nTo install a library package, run `dotnet add package \u003cname\u003e`.\n\nFor more information, please visit the\n[project home page](https://docs.vezel.dev/celerity).\n\n## Building\n\nYou will need the .NET SDK and Node.js installed. Simply run `./cake`\n(a [Bash](https://www.gnu.org/software/bash) script) to build artifacts and run\ntests. You can also run `./cake pack` to avoid running tests, or `./cake test`\nto just build and run tests.\n\nThese commands will use the `Debug` configuration by default, which is suitable\nfor development and debugging. Pass `-c Release` instead to get an optimized\nbuild.\n\n## License\n\nThis project is licensed under the terms found in\n[`LICENSE-0BSD`](LICENSE-0BSD).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvezel-dev%2Fcelerity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvezel-dev%2Fcelerity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvezel-dev%2Fcelerity/lists"}