Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
isaacabraham79
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
isaacabraham79
5y ago
What are you thinking of when you say "something goes wrong"?
2.
▲
by
isaacabraham79
5y ago
Because JS is pervasive.
3.
▲
by
isaacabraham79
5y ago
Since the F# transpiles into JS at runtime it's really no different than, say, TS in terms of performance concerns. Unless you meant something else there?
4.
▲
by
isaacabraham79
5y ago
The Director of the Foundation is a Microsoft employee and they are the creators of the Foundation. In addition to the obvious issues, this is also about Microsoft and their relationship with the Foundation.
5.
▲
by
isaacabraham79
6y ago
No. In languages like F#, you can encode in the type system that the result can be either a customer or an error. And the compiler won't let you "access" the customer until you've safely checked that the result is, ind
6.
▲
by
isaacabraham79
6y ago
'0' is a string (or char), not a number. Just saying.
7.
▲
by
isaacabraham79
6y ago
Yep, this is definitely something that should be made easier and there's an RFC to address it. There are also some libraries out there that make this easier. I'd say it's an annoyance and should be improved, but it's now
8.
▲
by
isaacabraham79
8y ago
Try here https://dotnet.microsoft.com/download . We also put some beginner videos on our you tube channel here https://m.youtube.com/compositionalit .
9.
▲
by
isaacabraham79
8y ago
Thank you :-)
10.
▲
by
isaacabraham79
8y ago
Disclaimer: I'm one of the maintainers of the SAFE stack. The SAFE Stack is slightly different in that in itself it's not a technology as such, aside from the .NET template that we a lot of invest time into. Instead, it brings tog
11.
▲
by
isaacabraham79
9y ago
Typescript has grown into way more than just "JavaScript with some type annotations". It's a much bigger superset with lots of language features that JS doesn't have.