Comment on Maybe Everything Is a CoroutineComments−dkjaudyeqooe2yThis makes me think of dataflow languages where functions are be suspended until their (logic variable) arguments are sufficiently bound, then they fire, with this being a somewhat more imperative take on it.−harperlee2yIn turn, it makes me think about relational / logic programming languages.
Comments
This makes me think of dataflow languages where functions are be suspended until their (logic variable) arguments are sufficiently bound, then they fire, with this being a somewhat more imperative take on it.
In turn, it makes me think about relational / logic programming languages.