John Porter wrote:
>
> "All flow control will implemented as longjumps."
>
> --
> John Porter
# language description has a lot to do.
# this is a general, threaded, top-level loop.
# a no-brainer.
$rearrange = sub{ # so this can be redefinied
my $i, $t, $n;
for (my $i = 0; $i < @_; $i++){
$t = $_[$n = rand @_];
$_[$n] = $_[$i];
$_[$i] = $t;
}
@_;
};
require "language_description.pl"; # must define the following:
push @threads, tokens2thread tokenize(<>);
while(&$rearrange(@threads)){
$_->load_run_unload for @threads;
};
--
David Nicol 816.235.1187 [EMAIL PROTECTED]
- Re: RFCs (Re: Ideas that need ... Steve Fink
- Re: RFCs (Re: Ideas that need ... Nathan Wiger
- Re: RFCs (Re: Ideas that need ... Nathan Torkington
- Re: RFCs (Re: Ideas that need RFCs?) David L. Nicol
- Re: RFCs (Re: Ideas that need RFCs... Nathan Torkington
- Re: RFCs (Re: Ideas that need ... Nathan Wiger
- Re: RFCs (Re: Ideas that need RFCs... Bryan C . Warnock
- Re: RFCs (Re: Ideas that need ... David L. Nicol
- Re: RFCs (Re: Ideas that need RFCs... skud
- Re: RFCs (Re: Ideas that need RFCs... John Porter
- Re: extremely general top leve... David L. Nicol
- Re: extremely general top leve... John Porter
- Re: Ideas that need RFCs? Decklin Foster
- Re: Ideas that need RFCs? Steve Fink
- Re: Ideas that need RFCs? Damian Conway
- Re: Ideas that need RFCs? Dan Sugalski
- Re: Ideas that need RFCs? Larry Wall
- Re: Ideas that need RFCs? David Corbin
- Re: Ideas that need RFCs? Dan Sugalski
- Re: Ideas that need RFCs? Ken Fox
- Re: Ideas that need RFCs? Joe McMahon
