Phoenix Himself
Phoenix Himself
I agree to relicense my contributions to Amber compiler under LGPL.
Thanks for reminding me @mks-h !
Related https://github.com/amber-lang/amber/pull/616
This could be an Heraclitus issue, but it has to be further investigated
I agree with @mks-h. The features implemented should work as expected from the ground up. Otherwise people will start to use it in an unintended way. Thus when we introduce...
I just reviewed this PR more closely and I fail to recognize the benefit of this change. What's the purpose of declaring a variable without it's variable? Not only that...
@b1ek Ah... sorry then. I'll post to the issue
Never mind I just realized I reviewed an old piece of code
Actually we are going to have a duplicate code when https://github.com/amber-lang/amber/pull/472 gets merged. Can we wait for it and extend the `is_subset_of` function declared in this issue?
I was also thinking about it. Also what about actually failable types? We could implement Rust's `Result` type. Where `T` is the data type and `Int` will always be an...