Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lobrien
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
lobrien
9y ago
Since you're "coming from the Python world" you have a good case-study in how a bunch of things outside of language design are crucial. Python has essentially won the race to be the next major language among scientists and th
2.
▲
by
lobrien
9y ago
Yes, functional composition in part. And while pretty-much-everyone has first-class functions now, they're usually not _quite_ as easy to declare and use as they are in F# (e.g., if you have to specify `Func<string, Func<string,
3.
▲
by
lobrien
9y ago
I'm no believer in silver bullets, but I wonder about "the productivity difference is only marginal." For one thing, I think being an F# dev is likely to improve one's OOP code (immutability by default, smaller methods),
4.
▲
by
lobrien
9y ago
I prefer F# as my day-to-day, but I can understand why, for day-to-day challenges, a lot of devs might look at some language features and say "C# has something that's pretty similar." However, use-cases that can be solved ele
5.
▲
by
lobrien
10y ago
It's perfect as a scripting language on the Mac. That's how I do 90% of my scripting work.
6.
▲
by
lobrien
12y ago
Actually it wasn't as revelatory as you might think. Windows programming was irrelevant in the 80s -- it wasn't until Windows 3 and 3.1 that it really caught on. In the DOS world there were lots of "character-mode windowing l
7.
▲
by
lobrien
13y ago
Go is supposed to be a better C. Scala is supposed to be a better Java. JS is supposed to be popular. EDIT: Go is intended to be a systems-programming language with an emphasis not only on runtime efficiency and concurrency, but additionall
8.
▲
Programming the ChromeCast with C#
(knowing.net)
2 points
by
lobrien
13y ago
|
0 comments