gofdocs

Статус и roadmap

Что в gof уже реально, что еще в работе, и как правильно использовать roadmap.

Уже реально

  • typed functions, structs, payload enums, methods
  • exhaustive match
  • lists, dicts, parameterized builtin types
  • Result[T, E] и postfix ?
  • assert
  • process, filesystem и path helpers
  • JSON helpers и bootstrap HTTP
  • channels, close, cancellation tokens, select
  • go / await
  • test fn, typed fixtures, shipped testing stdlib, snapshot-aware gof test, markdown doctests
  • реальный CLI и bootstrap-native build path
  • VS Code extension с syntax highlighting и snippets

Еще в работе

  • рост stdlib без semantic mud
  • deeper testing: property/fuzz/stress, benchmark gates
  • production-grade concurrency contracts
  • package system hardening
  • direct native code generation

Как использовать roadmap

Используй roadmap.md чтобы узнать:

  • какой milestone сейчас в работе
  • какие checkpoints завершены
  • что намеренно отложено

Не используй roadmap как маркетинг. Используй как engineering truth source.

Куда дальше

Обзор языка

Начни с ментальной модели.

Многопоточность

Core differentiator.

Тестирование

Shipped testing platform.