Re: [Factor-talk] $related

2016-12-13 Thread Alexander Ilin
`related-words` does work, no question.
I'm talking specifically about `$related`, which seems to be broken.

14.12.2016, 00:38, "John Benediktsson" :
> Look at `related-words`.
>
>>  On Dec 14, 2016, at 12:51 AM, Alexander Ilin  wrote:
>>
>>  Hello!
>>
>>   `$related` doesn't seem to work for me. Can anyone verify?
>>
>>   I'm doing this:
>>
>>  HELP: (go)
>>  { $description "Implementation of the " { $link go } " word without 
>> checking the current speed." }
>>  { $related go } ;
>>
>>   I expect to see the "See also" section in the `(go)` article with the `go` 
>> entry in it, but that doesn't happen.
>>
>>   Searching through the codebase I can see not a single use of the 
>> `$related`. Is it broken?

---=--- 
 Александр

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] $related

2016-12-13 Thread John Benediktsson
Look at `related-words`.

> On Dec 14, 2016, at 12:51 AM, Alexander Ilin  wrote:
> 
> Hello!
> 
>  `$related` doesn't seem to work for me. Can anyone verify?
> 
>  I'm doing this:
> 
> HELP: (go)
> { $description "Implementation of the " { $link go } " word without checking 
> the current speed." }
> { $related go } ;
> 
>  I expect to see the "See also" section in the `(go)` article with the `go` 
> entry in it, but that doesn't happen.
> 
>  Searching through the codebase I can see not a single use of the `$related`. 
> Is it broken?
> 
> ---=--- 
> Александр
> 
> --
> Check out the vibrant tech community on one of the world's most 
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] $related

2016-12-13 Thread Alexander Ilin
Hello!

  `$related` doesn't seem to work for me. Can anyone verify?

  I'm doing this:

HELP: (go)
{ $description "Implementation of the " { $link go } " word without checking 
the current speed." }
{ $related go } ;

  I expect to see the "See also" section in the `(go)` article with the `go` 
entry in it, but that doesn't happen.

  Searching through the codebase I can see not a single use of the `$related`. 
Is it broken?

---=--- 
 Александр

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Floats

2016-12-13 Thread Alexander Ilin
I love it! Thanks a lot! 13.12.2016, 21:43, "Jon Harper" :It's in math.functions: ~ Le 13 déc. 2016 18:57, "Alexander Ilin"  a écrit :Hello!  Is there a word for comparing two floats with a given precision? ---=---Александр 

--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Floats

2016-12-13 Thread Jon Harper
It's in math.functions: ~

Le 13 déc. 2016 18:57, "Alexander Ilin"  a écrit :

> Hello!
>
>   Is there a word for comparing two floats with a given precision?
>
> ---=---
>  Александр
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk