"Michael Kalus" <mi-ka...@t-online.de>
writes:

> Hi.
>
> Am 02.03.2013 um 21:27 schrieb Enoch:
>
>> : .s  ( -- )                         \ stack picture listing order
>>     depth
>>     begin dup while dup pick . 1- repeat
>>     drop
>> ;
>
> Maybe you want to have that in assembler. mk

Hello Michael,

I believe that we should have things coded in asm only when there is a
distinct advantage to it. 

During development I annotate my code with numerous "stack pictures"
(aka program verification invariants) and some .s printouts
(tracepoints) to confirm. I didn't understand why I have to read those
printouts in reverse, but not any more :-)

Regards, Enoch.

>
>
> -------------- next part --------------
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to