v/september.plan

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-08-20 21:37:49 +02:00
+ release vid
2019-08-20 21:03:24 +02:00
- bring back forum/blog and vpm
+ bring back playground
- wrap up orm
- fix vorum, migrate to orm
2019-08-20 21:37:49 +02:00
- wrap up memory management
- remove all compiler memory leaks
2019-08-20 21:03:24 +02:00
- fix child <T> function calls
2019-08-26 23:31:47 +02:00
+ fix non-ascii rendering in gg (ä, å, etc)
2019-08-20 21:03:24 +02:00
- cache all tokens once
- enable vfmt
2019-09-18 14:37:34 +02:00
- bring back vdoc and regenerate all module docs
- optimize the parser (reduce map lookups)
- cache vlib (right now it's re-compiled every time)
2019-08-20 21:37:49 +02:00
- fix openssl on older linux distros
2019-08-20 21:03:24 +02:00
- chat.vlang.io
2019-08-20 21:37:49 +02:00
- rewrite objective c code in v (ui_mac.m)
- v ui for macos
- v ui for windows
- v ui for linux
- doom.v
2019-08-26 23:31:47 +02:00
+ tcc backend
2019-09-15 18:07:40 +02:00
+ fix all c warnings with -pedantic
2019-08-26 23:31:47 +02:00
+ set up pvs
2019-08-20 21:37:49 +02:00
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
2019-08-20 21:03:24 +02:00
- ui demo: calculator
2019-08-20 21:37:49 +02:00
- declarative ui with hot reload (similar to swiftui)
2019-08-20 21:03:24 +02:00
- "building a simple blog with vweb" tutorial + youtube video
2019-09-01 22:02:07 +02:00
- webassembly backend (via emscripten)
2019-09-15 13:08:40 +02:00
+ javascript backend
2019-09-07 14:16:33 +02:00
- new playground with a v compiler running in the browser
+ o(log n) type lookup
2019-09-08 14:38:29 +02:00
- prebuilt binaries for all platforms
2019-09-16 12:53:40 +02:00
- fix interfaces
2019-09-18 14:37:34 +02:00
- `none` keyword for optionals
- table: migrate all find*** functions to optionals
2019-08-20 21:03:24 +02:00