1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/ROADMAP.md
2022-06-30 21:20:34 +03:00

549 B

[Version 0.4]

  • Coroutines
  • Thread safe maps
  • Parallel parser
  • Parallel checker
  • Parallel C compilation
  • recover() from panics
  • vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
  • merge v.c and v_win.c
  • Recursive structs via optionals: struct Node { next ?Node }
  • Handle function pointers safely, remove if function == 0 {
  • Bundle OpenSSL like GC