Changeset 532408a in Lumiera

Timestamp:
2026-07-05T23:17:31Z (6 weeks ago)
Author:
Ichthyostega <prg@…>
Branches:
dev/play
Children:
82b7aca
Parents:
5df0252
git-author:
Ichthyostega <prg@…> (05/07/26 20:12:18)
git-committer:
Ichthyostega <prg@…> (05/07/26 23:17:31)
Message:

Parameters: design sketch for base-domain and conversion

While it is unfortunate that I seem to get deeper and deeper into that topic...

  • it should be noted that data size matters most (pervasive use expected)
  • the design is leaning towards multiple functional closures
  • both together suggest to use a classical virtual interface, without much ado
  • yet parameters must be copyable values, to allow for evaluation graphs and snapshots
  • so this turns out as yet another use case for polymorphic values
  • furthermore, fluid usage requires flexible conversions between result values
  • given the situation with numeric value types and strings, this implies to build a visitor

🠲 putting that work aside for the moment, since I need to focus on my IO_URING research (for FrOSCon 26)

(No files)

Note: See TracChangeset for help on using the changeset viewer.