[Factor-talk] Border-button quotation

2012-12-16 Thread Samuel Proulx
Hi, I'm sorry to spam the mailing list so much those last few days, I just have a project in mind but I'm having such a hard figuring it out in Factor. I've been trying to make a border-button for a UI. I looked at the help ( \ help ). I don't understand its "quot" parameter. It says it's "a quo

Re: [Factor-talk] Border-button quotation

2012-12-16 Thread John Benediktsson
For convenience, the quotation is called with the button object that was clicked. If you don't want it, you can just drop it. "Press" [ *drop *"The button has been pressed." print ] gadget. On Sun, Dec 16, 2012 at 4:01 PM, Samuel Proulx wrote: > Hi, > > I'm sorry to spam the mailing list so

Re: [Factor-talk] Border-button quotation

2012-12-16 Thread Samuel Proulx
Thank you for your answer! I don't get the error message anymore. Although, is it normal if the message "The button has been pressed" doesn't show in the listener? Le dimanche 16 décembre 2012, John Benediktsson a écrit : > For convenience, the quotation is called with the button object that was

Re: [Factor-talk] Border-button quotation

2012-12-16 Thread Doug Coleman
You can print to the global namespace and it should show up in the terminal (Windows, Linux) or in Console (Mac). "Press" [ *drop [ *"The button has been pressed." print ] with-global ] gadget. Doug On Sun, Dec 16, 2012 at 4:58 PM, Samuel Proulx wrote: > Thank you for your answer! I don't get

Re: [Factor-talk] Border-button quotation

2012-12-16 Thread John Benediktsson
What Doug said. Also, feel free to send your questions, we're here to help. It's not spam. On Sun, Dec 16, 2012 at 5:02 PM, Doug Coleman wrote: > You can print to the global namespace and it should show up in the > terminal (Windows, Linux) or in Console (Mac). > > "Press" [ *drop [ *"The butt

Re: [Factor-talk] Border-button quotation

2012-12-16 Thread Samuel Proulx
Thank you very much to both of you! Hopefully one day I'll be good enough to give back everything I've learned and you taught me. 2012/12/16 John Benediktsson > What Doug said. Also, feel free to send your questions, we're here to > help. It's not spam. > > > On Sun, Dec 16, 2012 at 5:02 PM,

Re: [Factor-talk] terrain example

2012-12-16 Thread Alex Vondrak
http://docs.factorcode.org/content/word-run,vocabs.loader.html E.g., `"terrain" run` --Alex Vondrak On Sun, Dec 16, 2012 at 6:49 PM, Leonard P wrote: > Anyone know how to run a program from a file, with the listener? > > Wanted to see the terrain example. > > http://concatenative.org/wiki/vie

Re: [Factor-talk] terrain example

2012-12-16 Thread Leonard P
On Sun, Dec 16, 2012 at 9:59 PM, Alex Vondrak wrote: > http://docs.factorcode.org/content/word-run,vocabs.loader.html > > E.g., `"terrain" run` > > --Alex Vondrak Anyone else get the error message, "too many vertices"? -

[Factor-talk] vocabs

2012-12-16 Thread Leonard P
Anyone know of vocabs for Lychrel numbers and continued fractions? - Leonard -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Impro

Re: [Factor-talk] terrain example

2012-12-16 Thread John Benediktsson
That works fine for me, using latest development branch of Factor and Mac OS X 10.8.2. What versions are you using? On Sun, Dec 16, 2012 at 7:02 PM, Leonard P wrote: > On Sun, Dec 16, 2012 at 9:59 PM, Alex Vondrak wrote: > > http://docs.factorcode.org/content/word-run,vocabs.loader.html > > >

Re: [Factor-talk] terrain example

2012-12-16 Thread Leonard P
On Sun, Dec 16, 2012 at 11:37 PM, John Benediktsson wrote: > That works fine for me, using latest development branch of Factor and Mac OS > X 10.8.2. > > What versions are you using? Lates downloaded binary and Ubuntu 12. --

Re: [Factor-talk] vocabs

2012-12-16 Thread Alex Vondrak
Not much, but to the extent that there seems to be anything: http://docs.factorcode.org/search?search=Lychrel http://docs.factorcode.org/search?search=fractions Or, from the listener, try (for example) `"fractions" apropos`. But if the image isn't aware of a particular vocab, it won't show up in

[Factor-talk] editors

2012-12-16 Thread Leonard P
Is there a way to use vi to edit factor code? Graphical listener is slow on old machine. - Leonard -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provid