ah but do any of them involve concurrency :)
Discussion
DON'T TEMPT ME, MAN. 😂
*resisting urge to google "concurrency"*
go is so named related to the concurrent programming scheduling scheme called Concurrent Sequential Processes (CSP) which one system that implements it is called a "coroutine" and the specific implementation in Go is called "goroutine".
this part of Go's design is 100% from Rob Pike, who created an interpreted language back in 1985 called Newsqueak: A Language for Mice. search that text and find the paper and enjoy noticing how similar newsqueak is to Go (there is several very fast Go interpreters now also btw, it could be dropped straight into a web browser engine in place of javascript).
the unique feature of this type of concurrency is it can be done with single threads. when you compile Go code to WASM it is still able to run concurrent code, only one at a time though, but every time the code drops into a select statement it can resume execution at any other waiting channel that received a message from a socket or input stream.
Then I do have a concurrency, since I have #Orly 🦉.
Speaking of which, is there a version I can beta test on my new website?
yes, the latest tag on https://next.orly.dev is definitely in late beta now, i'm still working on it some more but this last few days i have squashed so many bugs that i need to mop the floor at this point.
i'm not sure, v0.4.4 might be the best. i've had some issues in later commits
i've reverted some changes that seem to have been problematic and v0.4.6 should be better. i'm monitoring it.
No stress. Will probably take me another week to get it all setup, so I don't need it immediately.
Still waiting for my domain to activate and etc.
cool, just letting you know it's on the home straight to really actually production ready.
i've been burning AI credits like a dragon setting villages on fire