0.20_roadmap.txt

pull/2627/head
Alexander Medvednikov 2019-11-02 23:03:41 +03:00
parent 8de2f00294
commit 104fab7466
3 changed files with 41 additions and 39 deletions

41
0.20_roadmap.txt 100644
View File

@ -0,0 +1,41 @@
+ release vid
+ bring back playground
+ fix non-ascii rendering in gg (ä, å, etc)
+ cache all tokens once
+ cache vlib (right now it's re-compiled every time)
+ fix openssl on older linux distros
+ tcc backend
+ fix all c warnings with -pedantic
+ set up pvs
+ javascript backend
+ o(log n) type lookup
+ `none` keyword for optionals
+ table: migrate all find*** functions to optionals
+ prebuilt binaries for all platforms
+ cached modules
+ bring back generics
- 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
- 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

View File

@ -1,24 +0,0 @@
- 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

View File

@ -1,15 +0,0 @@
+ release vid
+ bring back playground
+ fix non-ascii rendering in gg (ä, å, etc)
+ cache all tokens once
+ cache vlib (right now it's re-compiled every time)
+ fix openssl on older linux distros
+ tcc backend
+ fix all c warnings with -pedantic
+ set up pvs
+ javascript backend
+ o(log n) type lookup
+ `none` keyword for optionals
+ table: migrate all find*** functions to optionals
+ prebuilt binaries for all platforms