Oscar Campbell

Results 353 comments of Oscar Campbell

## Proposition Update As for the special treatment of allowing changing standard Int/Real with a "first thing" alias, I realise: it's a pragmatic solution, so of course that should be...

What's you reasoning?

I see your concern: no; you're only allowed a choice for the whole program regarding width of the int/real - it cannot change for different files. For most of the...

I edited the proposition, one does not want to change the arch-types that are set automatically...

If someone makes the change because of performance reasons, for instance, it's not the intended requirement of the code, simply a measure taken to improve run time. If it was...

I've updated the OP: `SomeInt` to the suggestion `AnyInt` which is better. Thereby also `Any` (mirroring `Object` in Crystal)

Edited OP, look there for current namings.

> I like this idea, although I'm not sure where it would be used. In what situations (e.g. in the standard library) do we generally require a visitor? Well, that...

The idea of implementing one-way _only_ "half UFCS", or "OMFCS" (Optionally Method-notationized Function Call Syntax, haha, B-) ) is a viable option which would solve some problems, if it can't...

Yes, exactly like regular `type`-definition. Also see #56 where I made a suggestion of using it for that use-case.