Sakamoto Noriaki
Sakamoto Noriaki
I’m for adding such a feature to SATySFi with adding optionally-open file APIs. The main purpose of the `-MM` option is to let a build tool know the dependencies. Unlike...
API with null objects could be simpler than that with `option` (or `either`) if every primitive that reads a file returned a `image`. In fact, we already have `read-file`, which...
May I consider this proposal approved? If so, I’ll work on this after the refactoring is done.
I'm just curious and this is not directly related to this issue itself. I'm just interested in Nix. Is it possible to (hopefully automatically) convert OPAM repo https://github.com/na4zagin3/satyrographos-repo to a...
1. `*-unicode-point` should be renamed for `*-unicode-scalar-value` because “Unicode point” is not a term (See “[Unicode scalar value](https://unicode.org/glossary/#unicode_scalar_value)”). Did you mean “Unicode [code point](https://unicode.org/glossary/#code_point)”)?. 2. Is `*-same` conventional? I would...
This is my just two cents. Can this be implemented as a macro like `` ~(char @`2`) `` with `char : input-position * string -> char`? Otherwise, is it possible...
This is another my two cents. Another option would be “not to introduce a literal syntax for `char` at all”. I believe casual users shouldn’t care what a Unicode Scalar...
Hmm, then can we introduce a macro function `char : string -> int` and make it available at matching clauses? ```satysfi val f x = match x with | ~(char...
IMO, it's responsibility of repository owners to make it possible to build packages in the repo (e.g., https://github.com/na4zagin3/satyrographos-repo/pull/314). If we want to maintain 0.0.6 series rather than the release 0.0.6,...
> Anyway, is there any opinion against fixing up all dependencies? Can you elaborate it? To be clear, I'm against updating tags _for whatever reason,_ not just for fixing dependencies,...