Here’s the current README for the IDE app. And oh yes, I’m considering renaming the project from “Spoon” to “Context”.

Like this:
Like Loading...
Related
This entry was posted on 27 October 2014 at 11:26 pm and is filed under consulting, Context, Naiad, Smalltalk, Spoon with tags smalltalk, spoon. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
5 November 2014 at 2:33 pm
Craig, the name Spoon is more memorable than Context. Keep it. ;-)
LikeLike
9 November 2014 at 6:56 am
Does Spoon/Context (I also prefer Spoon!) provide any support for:
– concurrency (the word “chain” in “a chain of contexts is a process” seems to imply sequential execution). I am not sure what the best concurrency model would be, but not having one would be a bit sad.
– traits (as the state of the art way to describe reuse in OO systems, IMHO)
LikeLike
9 November 2014 at 7:27 am
Hi François… Yes, Spoon has a concurrency model. Processes are scheduled by a processor scheduler, and processes may coordinate access to objects through mutexes. Traits are available as a loadable module; they aren’t essential to the minimal system. Thanks for writing!
LikeLike