Block a user
Thoughts about dicts and objects
After a conversation with @matt today, we've decided NOT to go with dict-objects. The Actor Model it is! (Not to be confused with the actor/model.)
Thoughts about concurrency, actors, and objects
After a conversation with @matt this afternoon, we've decided to go this way! The Actor Model it is.
Thoughts about concurrency, actors, and objects
The comment above was written in the small hours of the morning. What we'd need is something more like this:
fn super (state, message, cb) -> {
match message with {
(:bar, caller)…
Thoughts about concurrency, actors, and objects
Oh, oh, and I want to add that a very interesting form of prototypical inheritance could be happily added by simply sending a state dict to the prototype function:
fn proto {
() ->…
Thoughts about concurrency, actors, and objects
split
should work with ""
as splitter
Actually, other string-handling functions mean we don't need this.