yona-lang / yona

Yona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
https://yona-lang.org/
GNU General Public License v3.0
127 stars 6 forks source link

STM #28

Open akovari opened 4 years ago

akovari commented 4 years ago

Now documented in https://yatta-lang.org/docs/stdlib/stm/

akovari commented 4 years ago

@kurobako you finished with the new impl or is there anything left to do here?

kurobako commented 4 years ago

@akovari there is still main part missing (: Then the integration. I hope to get it done during the weekend but let's see.

kurobako commented 4 years ago

@akovari I am also concerned how we handle Promises inside transactions the best way. Fool-proving it if possible...

akovari commented 4 years ago

Oh, ok, cool, thanks for the info