Piotr Fusik
Piotr Fusik
You can now run `fut` in your browser: https://fusion-lang.org 4K monitor strongly recommended.
https://github.com/pfusik/qoa-ci
These projects are now listed in [Getting Started](https://github.com/fusionlanguage/fut/blob/master/doc/getting-started.md), so I'm closing this ticket. The language is now self-hosted and rebranded to Fusion.
This feature is now implemented. The doc is not updated yet, but basically all reference types are now explicitly marked nullable by appending a question mark: ```csharp string? s //...
Regarding 1: I think that initializing all references in the constructor is generally hard. Either you need to: - Delay construction until you have all the data. You work with...
> It's IMHO better for it to be hard and safe rather than easy and error-prone. I don't believe in compilers catching all programming errors. It's rather easy to spot...
Thank you for all your remarks! I have renamed the language from Ć to Fusion and its transpiler from `cito` to `fut`. A release is coming soon. For a short...
I am not going to change current spellings. `int` is easier to read, say and type than `int32_t` and `long` than `int64_t`. The missing 32-bit `uint` and 64-bit `ulong` are...
Homebrew reverted to 5.4.6.
If the encoded data starts with `QOI_OP_INDEX | 0x35`, is it a black or transparent pixel?