>
> 1) I remember someone mentioned a tool that would show the speculative
> status of the stack in realtime while entering words.
>

You might mean the "watch" word, although it writes to the input-stream so
sometimes is a little difficult to use with the UI words:

    IN: scratchpad : foo ( x y -- z ) + ;
    IN: scratchpad \ foo watch
    IN: scratchpad 1 2 foo
    --- Entering foo
    x 1
    y 2
    --- Leaving foo
    z 3

    --- Data stack:
    3



> 2) I also remember a discussion about making the font in the listener
> bigger (I gave a talk at work, in order to prepare for the conference,
> and I ended up having to decrease the resolution in order for everyone
> to see, but then some contextual menus were partially hidden).
>

    IN: scratchpad  "Monospace" 16 set-listener-font
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to