layout |
markdownStyles |
hero |
features |
home |
true |
name |
text |
tagline |
image |
actions |
Vein |
Join the future! |
A open source high-level strictly-typed programming language with a support standalone OS, arm and quantum computing support. |
|
theme |
text |
link |
brand |
Getting Started |
/getstart |
|
theme |
text |
link |
alt |
Cookbook |
/book/tutor/introduction |
|
|
|
icon |
title |
details |
⚛ |
Quantum Operation |
Quickly create inline operations for quantum computing |
|
icon |
title |
details |
👁 |
Machine Learning |
Create sub-programs for working with neural networks, computer vision and more |
|
icon |
title |
details |
🗿 |
CUDA & ComputedShader |
Сonvenient operations related to computing based on graphics cards! |
|
icon |
title |
details |
🏗 |
CLI |
Use Vein to create concise and user-friendly CLI applications |
|
|
<style>
@media (min-width: 768px) {
.VPHome {
margin-bottom: unset !important;
}
}
</style>
<script setup>
import Footer from './.vitepress/theme/Footer.vue';
import {
VPTeamPage,
VPTeamPageTitle,
VPTeamMembers
} from 'vitepress/theme'
import PackageReference from './.vitepress/theme/PackageReference.vue';
const telegramIcon = `<title>Telegram</title>`;
const members = [
{
avatar: 'https://www.github.com/0xf6.png',
name: 'Yuuki Wesp',
title: 'Creator',
links: [
{ icon: 'github', link: 'https://github.com/0xf6' },
{
icon: { svg: telegramIcon, },
link: 'https://yuuki.t.me'
}
]
},
{
avatar: 'https://www.github.com/urumo.png',
name: 'Σуαтсk as Aram',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/urumo' },
{
icon: { svg: telegramIcon, },
link: 'https://urumo.t.me'
}
]
},
{
avatar: 'https://www.github.com/code-maid.png',
name: 'Not Your Imp',
title: 'Vacuum Cleaner',
links: [
{ icon: 'github', link: 'https://github.com/code-maid' }
]
},
{
avatar: 'https://www.github.com/ZverGuy.png',
name: 'Maxim Kitsunoff',
title: 'Maintainer',
links: [
{ icon: 'github', link: 'https://github.com/ZverGuy' },
{
icon: { svg: telegramIcon, },
link: 'https://kitsunoff.t.me'
}
]
}
]
</script>
You can get started using Vein Language right away using simple command!
::: code-group
irm "https://vein-lang.org/install.ps1" | iex
curl -fsSL https://vein-lang.org/install.sh | bash
:::
* some features may not be available at the moment, but are being actively developed.
Our Team
The development of Vein is guided by an international
team, some of whom have chosen to be featured below.