Alex Snezhko
Alex Snezhko
How should this library handle differences between POSIX/Windows paths? Some possible options I thought of: - Enforce POSIX-like paths when there is a difference between Windows/POSIX e.g. forcing forward slash...
To follow up on this, is there any way to get this warning to go away? I ran into this same situation and have tried disambiguating in various ways but...
Generators sound like a good idea. Once they get added to the language then would that also pave the way for a lazy-eval collection type like a "stream"? Should the...
Would this syntax be constrained to only creating records of the same type but with some values changed (like `with` in OCaml) or could it be used to create a...
Following up on this, should both a mutable and immutable version for all data structures be made? If so, should the module naming convention of `Immutable___` for the immutable versions...
In the brainstorming process for what this API might look like, I encountered a few contention points where design decisions should be made: 1) Should this API be completely independent...
Why would async be required for this? Maybe I'm not using the right term but I essentially mean a file handle
I think all of the main useful ones have been done now so you can close this issue out.
@av8ta Since you made a lot of progress towards this API on your initial PR, were you still planning on writing a new iteration based on the recent feedback or...
@av8ta Sounds good! I made some progress for the new proposed API that you could use as a base if you'd like https://github.com/alex-snezhko/grain/blob/ergo-fs/stdlib/sys/fs.gr