Maybe in `file-picker` or a (new) sub vocabulary like 
`file-picker.operations`...?

> On May 24, 2017, at 3:45 PM, Alexander Ilin <ajs...@yandex.ru> wrote:
> 
> Hello!
> 
>  I found the following little feature quite useful. For instance, when I 
> found some PDFs on a gopher: site that were downloaded and presented as 
> byte-arrays.
> 
> ```
> :: save-as ( data -- )
>    "" save-file-dialog [ binary [ data write ] with-file-writer ] when* ;
> 
> [ byte-array? ] \ save-as H{ { +description+ "Save the binary data to a file" 
> } } define-operation
> ```
> 
>  If I were to submit a PR, in what vocab should I put this `define-operation` 
> call?
> 
> ---=====--- 
> Александр
> 
> ------------------------------------------------------------------------------
> 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

Reply via email to