Primitives that use as parameters specific output values from other primitives
Proposers
- Pedro Escaleira (IT)
Description
My proposal with this feature is to allow day 1 and 2 primitives to obtain specific parameter values from the results obtained from other primitives. This would allow us to have a specific primitive whose execution will depend on the execution of other previously executed primitives. To achieve this, we also need to implement a way for primitives to return one or more parameter values. Then, these returned parameter values could simply be linked to the entry parameters of other primitives to be executed further.
Demo or definition of done
When we are able to have primitives returning one or more parameter values and link these parameters to the entry parameters of other primitives.