Nicolas Cannasse

Results 375 comments of Nicolas Cannasse

Regarding the cast specification change: I think we all agree that `var v : T = cast expr` and `var v = cast(expr,T)` should do exactly the same thing. It...

Alternate proposal is to allowing defining constructor function for enum abstracts that would work with top down inference and exhaustiveness check just like normal enums: ```haxe enum abstract Option( Null...

@aurel300 correct I have fixed the yaml example typo.

@markknol this proposal does not deal well with reentrency : increasing the number of backticks at every level everytime you need an extra depth seems very bad design.

There are two different things here: - block strings : I'm not very sure it's useful to have not-reentrant block strings. Because you can already have them either in Strings...

@kevinresol it's not about "prefering". Of course I would also "prefer" not to have to escape the unbalanced curly braces in strings within reentrency syntax. But you should consider: a)...

I would like to emphasis, maybe on haxe website, that getting started with Haxe when coming from Java/C#/JavaScript/ActionScript or other OO programming languages is actually quite easy: it usually takes...

@waneck while it's an interesting idea I don't think that's related to this particular point

@larsiusprime I'm quite interested in VS Code support but last time I ask @jcward didn't have time to manage the project to bring it to the next level of usability,...

@larsiusprime let's move this topic to a separate issue then