Ryan A. Hagenson
Ryan A. Hagenson
Understood. To whoever wants to handle this issue, I am willing to help in writing and/or review. Making something more "scary" is a unique way to contribute so I welcome...
Ephemeral and alias types are part of the difficulty, yes. A solution to this issue would make that difficulty clear as well as at least preview one way where generics...
Represents one part of addressing #320
I absolutely this Corral should have a `new` command to encompass the library scaffolding. I see this similar to but not the same as `lein`. From reading the `lein` docs...
Sounds good. So a blend of minimal with rolling functionality over is what you have in mind? Something like `corral new myproject --with-ghactions` perhaps?
@SeanTAllen Are you still in favor of this?
I am willing to help whoever wants to handle this issue. I am a Bioinformatician and have worked on the Tutorial before so can help guide the rewrite to using...
This issue involved writing a synopsis of what is to be expected from the chapter. I see the [Types](https://tutorial.ponylang.io/types.html) intro as a good example -- provides a hook for why...
Looking at the [tests on this directive](https://github.com/ponylang/ponyc/blob/955a9ae4745e573307169f4f7e39a0eff3514eea/test/libponyc/iftype.cc) the following clauses are recognized: ### Standard if: ```pony iftype A
My opinion on where this might best fit in the tutorial currently is [Equality in Pony](https://tutorial.ponylang.io/expressions/equality.html) in a section called "Type Equality" or something similar. `iftype` checks both type equality...