vein
vein copied to clipboard
🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
#230 #4 #8 #229
#4 #8
#8
> No file, network, or environment access, unless explicitly enabled
```typescript public foobar(some x: IHookable): void { /* ... */ } ``` -> ```typescript public foobar(x: T): void when T is IHookable { /* ... */ } ``` Blocked by...
- [ ] syntax, ast support - [ ] unit tests - [ ] ast->il - [ ] vtables test - [ ] cast opcode - [x] #67