Says posix only. But googling for it brought up System.IO.MMap, which
does seem to be cross-platform.

martin

On Tue, Jan 17, 2012 at 5:46 PM, Matthew Farkas-Dyck
<[email protected]> wrote:
> http://hackage.haskell.org/package/bytestring-mmap
>
>
> On 17/01/2012, Martin DeMello <[email protected]> wrote:
>> I'm writing a gtk2hs-based text editor, and would like to implement
>> continuous (swap-file based) autosave the way vim and emacs do it. Any
>> suggestions for how to implement this in a cross-platform manner?
>>
>> Also, is there a library that returns standard config file locations
>> on a per-platform basis?
>>
>> martin
>>
>> _______________________________________________
>> Haskell-Cafe mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/haskell-cafe
>>

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to