[Factor-talk] literals

2012-08-01 Thread Jon Harper
Hi list, playing with literals, I think we need to clarify the documentation and maybe change the code. - 1) The following commit changed the $ word: commit ddce0e0a107ffdb295b02363c553d562641b72b9 Author: Joe Groff Date: Wed Feb 18 16:57:20 2009 -0600 change litera

Re: [Factor-talk] literals help

2009-05-05 Thread Slava Pestov
On Tue, May 5, 2009 at 5:35 PM, Sam Anklesaria wrote: > My C[ parsing word (in the "closures" vocab under extra) makes a quotation > that > is called with the namespace it was made in. If you want to use lexical closures, you should use the locals vocabulary. Slava

[Factor-talk] literals help

2009-05-05 Thread Sam Anklesaria
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 wa