https://futureofcoding.org/ logo
#two-minute-week
Title
# two-minute-week
p

Peter Saxton

08/09/2022, 6:22 PM
Good evening, I've added concurrency to my interpreted runtime. https://vimeo.com/737991282 I have previously been compiling to JS and using FFI to a layer underneath for my universal apps. but that was not giving enough control.
t

Tony Worm

08/10/2022, 2:01 AM
what style of concurrency did you use? CSP, memsharing, something else?
p

Peter Saxton

08/10/2022, 9:49 AM
it's concurrent not parrallel so I just iterate in each message sent in a loop
3 Views