Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (34 loc) · 1.2 KB

ROADMAP.md

File metadata and controls

41 lines (34 loc) · 1.2 KB

[Version 0.4]

  • Coroutines
  • Thread safe maps
  • Parallel parser
  • Parallel checker
  • Parallel C compilation
  • recover() from panics
  • vfmt: add missing imports (like goimports)
  • Recursive structs via options: struct Node { next ?Node }
  • First class Option type
  • 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 (e.g. for easier conversion from []Foo to [4]Foo)
  • better documentation platform

[Version 1.0]

  • Cross compilation of C
  • Big remaining bugs fixed
  • More powerful comptime
  • Constraits for generics

Tooling

  • More stable VLS
  • Profiler improvements
    • Basic interactive shell with search, sort, filter, etc.
  • VPM
    • New VPM site
    • Package versioning

Web

  • Site that brings everything together in a single style
  • Interactive educational platform (learning to program for beginners)