Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 689 Bytes

File metadata and controls

30 lines (24 loc) · 689 Bytes

Sauce Roadmap

This roadmap reflects the intended direction of Sauce after v0.1.0.

v0.1.x (Stability + UX)

  • Improve error messages (Ariadne integration)
  • Cleaner interpreter output (non-debug printing)
  • Better CLI ergonomics
  • Documentation and examples

v0.2.0 (Effects)

  • Effect scoping rules
  • Resume vs abort semantics
  • Effect typing

v0.3.0 (Runtime)

  • Unified runtime for interpreter + LLVM
  • Standard library primitives
  • String and IO improvements

v0.4.0 (Optimization)

  • LLVM IR cleanup
  • Better codegen for pipelines
  • Remove temporary _ lowering

v1.0.0

  • Stable language core
  • Effect system finalized
  • Documentation complete
  • Contributor guidelines