An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logo


Vein


stars

















Documentation
  •  
Issues
  •  
Roadmap
  •  
Contributing


### [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.