[Factor-talk] Inverse of string-lines

2016-05-10 Thread Alexander Ilin
Hello!

  We have the word string-lines. What's the inverse operation so that
  x string-lines lines-string x =
  I did not find the lines-string word in Factor.

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

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Inverse of string-lines

2016-05-10 Thread John Benediktsson
"\n" join


> On May 10, 2016, at 6:37 AM, Alexander Ilin  wrote:
> 
> Hello!
> 
>  We have the word string-lines. What's the inverse operation so that
>  x string-lines lines-string x =
>  I did not find the lines-string word in Factor.
> 
> ---=---
> Александр
> 
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Inverse of string-lines

2016-05-10 Thread Alexander Ilin
Hello, John!

10.05.2016, 17:12, "John Benediktsson" :
> "\n" join

  Thank you!

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

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Inverse of string-lines

2016-05-10 Thread John Benediktsson
I've wanted to rename string-lines to split-lines but I keep getting talked out 
of it :-)

> On May 10, 2016, at 7:55 AM, Alexander Ilin  wrote:
> 
> Hello, John!
> 
> 10.05.2016, 17:12, "John Benediktsson" :
>> "\n" join
> 
>  Thank you!
> 
> ---=---
> Александр
> 
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Inverse of string-lines

2016-05-10 Thread Jon Harper
Also watch out for different line endings on different OSes :)

Here's a discussion about string-lines, split-lines etc
https://github.com/factor/factor/issues/1546
Jon


On Tue, May 10, 2016 at 5:19 PM, John Benediktsson  wrote:
> I've wanted to rename string-lines to split-lines but I keep getting talked 
> out of it :-)
>
>> On May 10, 2016, at 7:55 AM, Alexander Ilin  wrote:
>>
>> Hello, John!
>>
>> 10.05.2016, 17:12, "John Benediktsson" :
>>> "\n" join
>>
>>  Thank you!
>>
>> ---=---
>> Александр
>>
>> --
>> Mobile security can be enabling, not merely restricting. Employees who
>> bring their own devices (BYOD) to work are irked by the imposition of MDM
>> restrictions. Mobile Device Manager Plus allows you to control only the
>> apps on BYO-devices by containerizing them, leaving personal data untouched!
>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
>> ___
>> Factor-talk mailing list
>> Factor-talk@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-10 Thread Alexander Ilin
Hello!

  The experiments with calling GC gave no useful results: no additional 
corruption was triggered. After working in that same Factor instance for many 
days and after having its memory grow up to 1.2Gb I saw nothing more than the 
broken End button. That video was recorded 2 weeks ago, on April 26th.

  As I was working on my code, I naively used the B word in a gadget's UI 
gesture implementation, and the Listener was no longer useful. That lead me to 
restarting Factor.

  After but a couple of minutes in the new instance I got to capture this video 
with even more impressive UI corruption: https://youtu.be/wtpF0my_YfE

  What I'm doing in the video is making different selections with the left 
mouse button. Also, see the video description on Youtube.

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

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Listener on Windows - UI Corruption

2016-05-10 Thread John Benediktsson
Could you open an issue on github with links to the videos for us to track
fixing this?

It's easier than using the mailing list.

Thanks,
John.

On Tue, May 10, 2016 at 2:50 PM, Alexander Ilin  wrote:

> Hello!
>
>   The experiments with calling GC gave no useful results: no additional
> corruption was triggered. After working in that same Factor instance for
> many days and after having its memory grow up to 1.2Gb I saw nothing more
> than the broken End button. That video was recorded 2 weeks ago, on April
> 26th.
>
>   As I was working on my code, I naively used the B word in a gadget's UI
> gesture implementation, and the Listener was no longer useful. That lead me
> to restarting Factor.
>
>   After but a couple of minutes in the new instance I got to capture this
> video with even more impressive UI corruption:
> https://youtu.be/wtpF0my_YfE
>
>   What I'm doing in the video is making different selections with the left
> mouse button. Also, see the video description on Youtube.
>
> ---=---
>  Александр
>
>
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data
> untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk