Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CSMR
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
CSMR
1y ago
Lack of expressions is the main C# deficiency that will never get resolved. The other big advantage of F# is that it can be very easy to understand: file ordering means that you can read through from start to end to understand the code. Ord
2.
▲
by
CSMR
1y ago
You can choose which constructs you use. Avoiding classes in F#, while possible, would be a mistake as they are a way to hide data and functions where these are not intended to be part of the public API. F# is outstandingly pragmatic and th
3.
▲
by
CSMR
5y ago
Dotnet is ultra simple and a big advantage of F#. You do need to learn what a solution is: it's a group of projects with dependencies between the projects. Download an IDE, create a new project (which will also create a solution), and
4.
▲
by
CSMR
7y ago
A better formulation: Abstractions do not adequately describe the full working of a system. So higher-level approaches will always require a knowledge of lower-level operations. However, the opposing and terribly named "Dependency Inve
5.
▲
by
CSMR
7y ago
"I cloned a sheep" does not imply "I am a clone of a sheep" or "The only thing I have ever done is clone sheep".