1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/october.plan
Alexander Medvednikov 039dafb30f ci: fix ubuntu-gcc
2019-10-13 04:55:57 +03:00

25 lines
710 B
Plaintext

- bring back forum/blog and vpm
- wrap up orm
- fix vorum, migrate to orm
- wrap up memory management
- remove all compiler memory leaks
- fix child <T> function calls
- enable vfmt
- bring back vdoc and regenerate all module docs
- optimize the parser (reduce map lookups)
- chat.vlang.io
- rewrite objective c code in v (ui_mac.m)
- v ui for macos
- v ui for windows
- v ui for linux
- doom.v
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
- ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
- "building a simple blog with vweb" tutorial + youtube video
- new playground with a v compiler running in the browser
- fix interfaces
- merge v.c and v_win.c
- fast.vlang.io