ESPLORA
Accesso richiesto
Indietro

Roadmap

recalc is currently under development and there are many tasks and features in the backlog. The main features you can expect are listed (in no particular order):

  1. user files in the cloud [in progress]
  2. extend type inference to units of measure [prototype]
  3. extend FRP semantics to include effects as values [prototype]
    • full FRP programming becomes feasible, higher-order events and such
    • triggering new events enables actions such as: send notifications, call API endpoints etc. using simple high-level declarations
  4. support for more file-types (.otf, .xls(x), .xml)
  5. support for more event data sources (currently just a small subset of Yahoo Fincance data)
  6. implement more functions (VLOOKUP etc. are still missing)
  7. bug fixes
  8. conditional formatting/templating of cells
  9. reactive graphs (using live data from sheets)
  10. integrate relational databases (SQL, timescaledb)
  11. static optimizations (event queries could be fused in some cases, remove dead queries)
  12. "compile spreadsheets" (extract programs from event declarations and sheet-defined programs)