Viewing profile — frowaway001
frowaway001
HN member- Joined
- Tue, Dec 03, 2013, 2:19 PM UTC
- HN karma
- 106
- Public activity
- 526 items
- HN profile
- View on Hacker News ↗
About frowaway001
No profile information was provided.
Recent public activity
-
comment
Comment #9380075
> as it prevents the natural cancerous tendencies of PL wonks--just look at C++ or Scala Not sure if your examples are supporting your point. Number of language features implemente…
-
comment
Comment #9380041
Maybe you start reading your links?
-
comment
Comment #9340652
Not sure if further replies make sense. You seem to have either some issues understanding the text or acting dense on purpose, opting to argue against points which were never sugge…
-
comment
Comment #9333300
1) \ is usually taken for escapes, | is non-directional and therefore doesn't work with arbitrary nesting, and / causes the same problems as Keep in mind Rust goal almost from the …
-
comment
Comment #9327343
> It isn't possible to implement this by just overloading `()` without introducing dramatic new language features. Yes, that's understood, and I suggested one possible approach mul…
-
comment
Comment #9325212
1) You basically have both () and [], wasting one of the scarcest resources in syntax (brackets). Some people might argue that getting a value from an array is totally different fr…
-
comment
Comment #9325063
> Not to mention you are quite puzzlingly wrong on many accounts. I'd love to see an example where this is the case.
-
comment
Comment #9324829
You are wrong. Just learn to deal with it. :-) > Not only are all your points about Rust incorrect That's cute, because other Rust proponents agreed on various things in this very …
-
comment
Comment #9323634
> you're still iterating over the list twice There is nothing about higher-order operations that would require developers to implement xs.map(...).map(...).map(...) or xs.Select(..…
-
comment
Comment #9321677
It is perfectly fine that many design choices in Rust evolved from "let's copy what $random_language did", but mentioning the drawbacks of that kind of approach to language design …
-
comment
Comment #9320679
It says a lot about Rust's culture. If they are not only _not_ interested, but actively hostile towards input, why should I bother? Just look at the replies. Sure, it's possible to…
-
comment
Comment #9320362
Yes, but getting 8 downvotes in two comments ... why should I care?
-
comment
Comment #9320350
At least people use it, which is more than what could ever be said about Haskell, so it had a larger impact overall ... while getting things done at the same time. You only need to…
-
comment
Comment #9319022
Considering the glorious downvoting, I won't bother comment any further except saying that these "issues" Rust devs keep pointing out have been addressed. And now, I won't waste an…
-
comment
Comment #9317590
Apart from the Rust's usual rule to invent some abbreviations, but only apply them half the time. Then "types start with an uppercase letter" except when the language creators brea…
-
comment
Comment #9300475
Most other things (like the ones you mentioned) require a level of expressiveness that Go lacks. SQL: Pointless without Generics. Cache layer: Pointless without Generics. ORM: Poin…
-
comment
Comment #9281256
> What reason is that? Groovy made Java slightly less painful too use, but added its own warts. Today we have languages which are better than Java without adding all of Groovy's mi…
-
comment
Comment #9281050
Groovy and Grails have lost their reason for existence years ago, and without the sponsoring they are both dead.
-
comment
Comment #9280844
> Not everyone wants good enough; some people want an excellent, purpose built language for the web with all of the goodies we’ve come to expect on Day 1--no polyfills, no hacks, n…
-
comment
Comment #9275376
It's kind of telling that they feel that they first need to tell Go developers what an AST is ... PHP redux?
-
comment
Comment #9267046
"Why should I ever wash my hands before a medical procedure? It just makes things more complex!" –– Surgeon, ~1700.
-
comment
Comment #9266833
Compilation to JS is a few additional seconds during development, and the rest of your comment is right to the point.
-
comment
Comment #9265637
Downvotes by completely delusional people are a compliment. Keep going.
-
comment
Comment #9265569
So why would I use this given there are languages which - are much better than Dart, - run in the browser and - run on a crossplatform VM which is much better than DartVM?
-
comment
Comment #9265555
Then pick Scala.js. Solid, mature, great libraries and one of the best languages out there, even when competing against real (in the sense of not compile-to-JavaScript-only) langua…