Izaak "Zaak" Beekman
Izaak "Zaak" Beekman
OK, I've determined that you can divide by the desired units which will cause a conversion, and then multiply by the desired units which will attache them to the quantity......
See also #23 and #24
So, let me see if I understand the course of action you are proposing: 1. Make the self-extracting archive with a basically empty archive (Maybe I need to have the...
I see... it sounds like my best bet is to `git archive` followed by a `tar -xvf ...` into a dedicated directory, followed then by a re-tar etc with makeself....
@megastep FYI I change the title to reflect that this is a feature request.
Ah, I ran into a strange issue similar to this: Text color was not being picked correctly based on background text color when a dash/minus character was included; the text...
A note on performance: 1) Yes linked lists have some overhead compared with arrays 2) They perform well for sorted data, and in instances where you're always manipulating one end...
I know @rouson is working with Magne who leads the [Bergen Language Design Lab](https://www.uib.no/en/rg/bldl) and also @tclune on generics. They have something [here](https://github.com/sourceryinstitute/generics) but I don't know how up to...
> There is no need complicating stuff by making competing solutions in stdlib (even for ppm). And one would need unsigned types to make it work in any decent way....
> We should absolutely weigh-out the complexity of pure Fortran vs. C-interop implementations. In case of ppm, the pure Fortran implementation is so simple that I can't imagine a similar...