generics
cosmonaut 2021-04-22 20:13:55 -07:00
parent fe8ff346bb
commit a2e5cb434b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Wraith is my attempt at a medium-level programming language for game development
Goals are:
- explicit memory management
- static types
- zero-cost abstractions
- Minimal OOP (no inheritance)
- Implicit interfaces