Skip to content
forked from vlang/v

Latest commit

 

History

History
18 lines (18 loc) · 719 Bytes

ROADMAP.md

File metadata and controls

18 lines (18 loc) · 719 Bytes

[Version 0.4]

  • Coroutines
  • Thread safe maps
  • Parallel parser
  • Parallel checker
  • Parallel C compilation
  • recover() from panics
  • vfmt: add missing imports (like goimports)
  • merge v.c and v_win.c
  • Recursive structs via optionals: struct Node { next ?Node }
  • Optional function struct fields
  • Handle function pointers safely, remove if function == 0 {
  • Bundle OpenSSL like GC
  • Anonymous structs
  • -usecache on by default
  • -skip-unused on by default
  • any type
  • copy() builtin function for easier conversion from []Foo to [4]Foo