https://github.com/vein-lang/vein
🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
https://github.com/vein-lang/vein
arm32 arm64 cli interpreter jit language machine-learning programming-language quantum-computing research-project virtual-machine
Last synced: 3 days ago
JSON representation
🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
- Host: GitHub
- URL: https://github.com/vein-lang/vein
- Owner: vein-lang
- License: other
- Created: 2020-02-10T18:54:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T06:38:31.000Z (about 1 year ago)
- Last Synced: 2025-10-03T15:52:53.308Z (4 months ago)
- Topics: arm32, arm64, cli, interpreter, jit, language, machine-learning, programming-language, quantum-computing, research-project, virtual-machine
- Language: C#
- Homepage: https://vein-lang.org
- Size: 11.6 MB
- Stars: 55
- Watchers: 3
- Forks: 5
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Governance: .github/governance.yml
Awesome Lists containing this project
- anything_about_game - mana_lang
README
Vein
### [Read the docs →](https://vein-lang.org)
## What is Vein?
> **Vein is under active development.** We're working on more complete std and integration with multiple part of life. And at the moment we are stabilizing the state of the compiler and the set of language features
Vein is an all-in-one language for quantum computing and general purpose apps.
## Install
[View install docs](https://vein-lang.org/install)
```powershell
#[windows]
irm "https://vein-lang.org/install.ps1" | iex
```
```bash
#[macOS/Linux]
curl -fsSL https://vein-lang.org/install.sh | bash
```
## License
Vein Lang is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0),
with portions covered by various BSD-like licenses.
Check LICENSE files for more information.
