John Sampson | 1 Dec 15:19

[factor-talk] Broken link

Hello -

The link from factorcode.org to 
http://docs.factorcode.org/content/article-vocab-index.html
is broken. Previously it was possible to see the libraries.

There are other broken links as well at this website, as well as links 
to blank pages. It might
be better to delete them if there are no plans to provide the target pages.

Regards

_John Sampson_

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Konstantin Syrov | 1 Dec 15:24
Picon

Re: [factor-talk] Broken link



On Thu, Dec 1, 2011 at 7:19 PM, John Sampson <jrs.idx <at> ntlworld.com> wrote:
Hello -

The link from factorcode.org to
http://docs.factorcode.org/content/article-vocab-index.html
is broken. Previously it was possible to see the libraries.

There are other broken links as well at this website, as well as links
to blank pages. It might
be better to delete them if there are no plans to provide the target pages.

Regards

_John Sampson_

This issue was already raised before - https://github.com/slavapestov/factor/issues/344 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
L N | 2 Dec 08:21
Picon

Ngaro

Wondering if there would be merit in getting Factor to compile to Ngaro VM, like RetroForth.

Not that I'm able to do it, but was just thinking about whether it would be a good idea.

  - Leonard

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
Michele Pes | 5 Dec 17:50
Picon
Favicon

More than one obj quot recovery

Hi!
In my latest factor source, I encountered copy-file, which takes 2 input
strings.
At first I used recover, but the try quot takes 1 argument only.
My question is:
Which is the best way to handle a copy-file error?
Or better: Which is the best way to catch errors thrown by quotations
that take n input from stack?

Thank you all,
michele pes

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
P. | 5 Dec 17:57
Picon

Re: More than one obj quot recovery

I believe \ recover is the word for that.
\ try is built on top of recover.
There's also \ cleanup , but because that rethrows the error it might not be for you.
I'm not sure what you need. If you want to handle the error and continue executing, then use \ recover. If you
want to cleanup before (re)throwing the error, use \ cleanup .

rien

On Dec 5, 2011, at 11:50 AM, Michele Pes wrote:

> Hi!
> In my latest factor source, I encountered copy-file, which takes 2 input
> strings.
> At first I used recover, but the try quot takes 1 argument only.
> My question is:
> Which is the best way to handle a copy-file error?
> Or better: Which is the best way to catch errors thrown by quotations
> that take n input from stack?
> 
> Thank you all,
> michele pes
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure 
> contains a definitive record of customers, application performance, 
> security threats, fraudulent activity, and more. Splunk takes this 
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@...
> https://lists.sourceforge.net/lists/listinfo/factor-talk

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Joe Groff | 5 Dec 18:04
Picon
Gravatar

Re: More than one obj quot recovery

On Mon, Dec 5, 2011 at 8:50 AM, Michele Pes <mp81ss-HPQIj1OAFZMvJsYlp49lxw@public.gmane.org> wrote:
Hi!
In my latest factor source, I encountered copy-file, which takes 2 input
strings.
At first I used recover, but the try quot takes 1 argument only.

recover's "try" quotation can take any number of inputs. "..a" in a stack effect represents zero or more values, the number of which must match other "..a" in the same effect.

-Joe
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
L N | 5 Dec 20:20
Picon

listener color theme

Anyone know how to change the color theme of the listener, in linux?

 - Leonard

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
Joe Groff | 5 Dec 20:29
Picon
Gravatar

Re: listener color theme

On Mon, Dec 5, 2011 at 11:20 AM, L N <leonardnemoi <at> gmail.com> wrote:
Anyone know how to change the color theme of the listener, in linux?

 - Leonard

You can't change the color scheme without hacking the source code. ui.gadgets.worlds:initial-background-color controls the background color, while individual methods on prettyprint.stylesheet:word-style control how each word is formatted in the listener.

-Joe 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
L N | 5 Dec 21:01
Picon

Re: listener color theme

On Mon, Dec 5, 2011 at 2:29 PM, Joe Groff <arcata-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

On Mon, Dec 5, 2011 at 11:20 AM, L N <leonardnemoi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Anyone know how to change the color theme of the listener, in linux?

 - Leonard

You can't change the color scheme without hacking the source code. ui.gadgets.worlds:initial-background-color controls the background color, while individual methods on prettyprint.stylesheet:word-style control how each word is formatted in the listener.

-Joe

How do you invoke the command-line listener again?

 - Leonard
 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk
L N | 5 Dec 22:31
Picon

Re: listener color theme

On Mon, Dec 5, 2011 at 3:01 PM, L N <leonardnemoi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

On Mon, Dec 5, 2011 at 2:29 PM, Joe Groff <arcata-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
On Mon, Dec 5, 2011 at 11:20 AM, L N <leonardnemoi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Anyone know how to change the color theme of the listener, in linux?

 - Leonard

You can't change the color scheme without hacking the source code. ui.gadgets.worlds:initial-background-color controls the background color, while individual methods on prettyprint.stylesheet:word-style control how each word is formatted in the listener.

-Joe

How do you invoke the command-line listener again?

 - Leonard

Got it now ...

$ ./factor -run=listener

 

 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Factor-talk mailing list
Factor-talk@...
https://lists.sourceforge.net/lists/listinfo/factor-talk

Gmane