Alex :: Sat Nov 13 16:45:39 UTC 2010
tweaked restart listing to be a bit more intuitive
Alex :: Wed Nov 10 03:40:43 UTC 2010
updated condition docs
Alex :: Wed Nov 10 03:12:53 UTC 2010
TODO update
Alex :: Tue Nov 9 05:36:19 UTC 2010
@print: and @display: check hIsClosed
Alex :: Tue Nov 9 05:35:38 UTC 2010
documentation updates
Alex :: Tue Nov 9 05:32:46 UTC 2010
corrected @with-default:as:do: to also set the current thread's value, and corrected @(String-Port print: _) and @(String-Port display: _) to return the original value
Alex :: Tue Nov 9 05:06:07 UTC 2010
added String-Port, which is a Port that maintains its contents as a string
Alex :: Tue Nov 9 04:01:51 UTC 2010
naming consistency; current-x -> *x*, error-output -> *error-output*
Alex :: Tue Nov 9 03:59:14 UTC 2010
@with-default:as:do: now remembers the non-default value too, to prevent funny business with nested parameterization
Alex :: Tue Nov 9 01:39:48 UTC 2010
@(Message send) -> @(Message dispatch)
Alex :: Mon Nov 8 04:54:59 UTC 2010
updated TODO
Alex :: Mon Nov 8 04:37:38 UTC 2010
updated List docs
Alex :: Mon Nov 8 01:50:39 UTC 2010
exposed toPattern, improve @match: pretty-printing
Alex :: Mon Nov 8 01:35:08 UTC 2010
EVM expressions can now provide their own pretty-printing
Alex :: Mon Nov 8 00:36:08 UTC 2010
added @(`Match new: List on: Expression), which creates a custom expression suited for @match:
Alex :: Mon Nov 8 00:35:58 UTC 2010
simplified @matches?:
Alex :: Sun Nov 7 23:53:42 UTC 2010
refactored many things to be more easily used with the implcit toplevel object argument, rather than using silly macros that just fill an argument with `this`
Alex :: Sun Nov 7 17:07:55 UTC 2010
updated expression pretty-printing to use '
Alex :: Sun Nov 7 17:07:38 UTC 2010
removed unused bit from when "sender" was around
Alex :: Sun Nov 7 17:07:06 UTC 2010
use exprs for restart names rather than particles
Alex :: Sun Nov 7 16:50:03 UTC 2010
corrected character pretty-printing
Alex :: Sun Nov 7 16:49:22 UTC 2010
tweaked operator parsing; provide a single isOpLetter which checks isSymbol and our whitelist, and added isOperator which uses it (and ensures it doesn't begin with special symbols)
Alex :: Sun Nov 7 16:49:11 UTC 2010
attemot to hide the context variable in @match:
Alex :: Sun Nov 7 16:48:47 UTC 2010
documentation updates
Alex :: Sun Nov 7 08:34:58 UTC 2010
remove sender altogether; plenty of ways to accomplish the same task, without the performance penalty placed on everything. added `this' keyword, which is a literal for ETop.
Alex :: Sun Nov 7 07:59:21 UTC 2010
hasten up the Timer docs
Alex :: Sun Nov 7 07:55:09 UTC 2010
corrected @match: to not dive into Lobby before the sender
Alex :: Sun Nov 7 07:54:17 UTC 2010
experimental: responder methods are evaluated on an object containing only the bindings, delegating to an object containing @sender, which delegates to the method's context
Alex :: Sun Nov 7 07:53:48 UTC 2010
docs updates
Alex :: Sun Nov 7 07:33:19 UTC 2010
corrected thread-ring