KacperFKorban / GUInep

Automatic UI forms for Scala 3 functions
https://kacperfkorban.github.io/GUInep/
Apache License 2.0
14 stars 0 forks source link

Add a "user heap" #41

Open KacperFKorban opened 5 months ago

KacperFKorban commented 5 months ago

For functions for which a huge number of arguments have to be provided or just huge classes have to be constructed, it would be really useful to have a user accessible memory so that the user can save some values inside this memory and then access it multiple times in different forms. We might want to cache this memory so that it stays between reruns.