Alex :: Tue Aug 17 02:51:26 UTC 2010
Kernel optimizations and improvements.
Alex :: Tue Aug 17 02:49:33 UTC 2010
Parser corrections.
Alex :: Mon Aug 16 21:31:06 UTC 2010
Documentation updates.
Alex :: Mon Aug 16 21:30:33 UTC 2010
Added "comparable" prelude.
Alex :: Mon Aug 16 21:29:54 UTC 2010
@halt now returns @ok, @reduce: specialization tweaks, added List@any?.
Alex :: Mon Aug 16 21:29:30 UTC 2010
null? -> empty?
Alex :: Mon Aug 16 15:56:56 UTC 2010
hashmap -> hashable dependency
Alex :: Mon Aug 16 04:41:37 UTC 2010
@spawn-with: -> @spawn:, a ! b now returns a, tweaked process pretty-printing.
Alex :: Mon Aug 16 02:48:30 UTC 2010
Removed pMatch; parse @match: more intellegently inside of the pdKeys function. Drastic parse time speedup. (Also 'match' is no longer a keyword.)
Alex :: Sun Aug 15 18:13:03 UTC 2010
Documentation updates and fixes.
Alex :: Sun Aug 15 17:25:41 UTC 2010
Removed Undefined.
Alex :: Sun Aug 15 17:13:24 UTC 2010
Added initial Blocks documentation.
Alex :: Sun Aug 15 17:12:42 UTC 2010
Corrected head/tail and list pattern oddities.
Alex :: Sun Aug 15 17:11:59 UTC 2010
Print out the error if phase 1 document building fails, plus pretty-printing fixes.
Alex :: Sun Aug 15 17:11:47 UTC 2010
Block@in-scope now uses @join: rather than @do:.
Alex :: Sun Aug 15 14:36:39 UTC 2010
Cleanups & Tweaks.
Alex :: Sun Aug 15 14:26:55 UTC 2010
Initial documentation system: A, a The-powered markup language, plus initial docs.
Alex :: Sun Aug 15 14:25:04 UTC 2010
Prettifier updates.
Alex :: Sun Aug 15 14:23:53 UTC 2010
Parser tweaks and fixes (namely, allow reserved names to be used in certain contexts, and corrected particle patterns).
Alex :: Sun Aug 15 14:22:41 UTC 2010
Added Port@new:String@mode:, Port@ready?, and Port@eof?.
Alex :: Sun Aug 15 14:22:13 UTC 2010
Generalized some prelude methods to accept more than just Blocks.
Alex :: Sun Aug 15 14:22:07 UTC 2010
Added Pattern object.
Alex :: Sun Aug 15 14:21:26 UTC 2010
Added @responds-to?:.
Alex :: Sun Aug 15 14:19:16 UTC 2010
Added Expression@contents, Expression@pattern, Expression@expression for list and define/set inspecting.
Alex :: Sun Aug 15 14:18:44 UTC 2010
Expression@name -> Expression@particle, added Expression@dispatch-type.
Alex :: Sun Aug 15 14:18:15 UTC 2010
Corrected @show on references, removed old @print.
Alex :: Sun Aug 15 14:17:44 UTC 2010
@delegates-to: now returns @ok rather than Undefined.
Alex :: Sun Aug 15 14:17:33 UTC 2010
Corrected `this`.
Alex :: Sun Aug 15 14:16:37 UTC 2010
Export findMethod and initState.
Alex :: Sun Aug 15 14:15:39 UTC 2010
Added -d (quiet) and -e (evaluate an expression) command-line options.