actonlang / acton

The Acton Programming Language

Home Page:https://www.acton-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 1.0 decision checklist

plajjan opened this issue · comments

While implementing Acton we are actively taking many design decisions. Some of those we might not be entirely certain about as it might be hard to overlook the consequences of certain choices before they are more widely used. Before a 1.0 release it could be prudent to revisit those decisions to see if they still make sense. We can reevaluate periodically or "just before" 1.0.

  • synchronous file IO
  • IO interface via modules like file / net vs methods on env & ref capability, like FileCap
    • in particular, how to make this pluggable for different platforms like POSIX or WASM or freestanding?