lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, May 06, 2014 at 06:11:54AM -0700, Coda Highland wrote:
> It should be telling that INTERCAL uses COME FROM.

Many DSPs have an instruction that is essentially "COME FROM" as it
allows very cheap for-style loops.  You say, "Execute the next X
instructions Y times" in a single op-code, and off it goes.

B.