I've been attempting to build a gui for the darcs version control system with
factor.

My progress so far is at http://github.com/bogiebro/factor/tree/master

I've run into a problem:

My C[ parsing word (in the "closures" vocab under extra) makes a quotation that
is called with the namespace it was made in.  Obviously, that's not known at
parse time, and so what it produces is not a literal.  Although other than this,
their stack effect and contents is known, it still isn't possible to use them in
macros like <smart-arrow> (which is what I'm trying to do in the darcs ui).

Is there any way to get around this problem?  To trick the parser into thinking
something's a literal that's not?

Please help

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to