Slava,

One more place in the listener system that I need to customize is inside the 
listen word:

        http://dharmatech.onigirihouse.com/listen-hook.factor

Basically listen calls a hook named listen-hook:

: listen ( -- )
[ stdio get parse-interactive [ listen-hook> call ] [ bye ] if* ] try ;

By default listen-hook is just [ call ]. For lisp I set it to: [ call eval ].

Ed

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to