Viewing profile — appsappsapps
appsappsapps
HN member- Joined
- Sat, Aug 03, 2013, 5:41 PM UTC
- HN karma
- 35
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About appsappsapps
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #16417593
Isn't Elm built on top of maybe the most mainstream "platform"? JavaScript? If all else fails you can glue in some JavaScript via its ports system[1]. [1]Languages like PureScript …
-
comment
Comment #16417576
The best ideas are those that you can share between languages. When you get hung up on idioms, or when you recreate idioms that don't matter in another language, that's where the p…
-
comment
Comment #13530704
The "no" was probably aimed at the fact that you were splitting hairs against their use of "sequence". Optional can generally be thought of as a "sequence" of one or zero values. Y…
-
comment
Comment #12392141
Elm on the frontend and Haskell on the backend is a sensible choice, though at that point you may be better off with PureScript on the frontend.
-
comment
Comment #12392114
Every single comment here is focused on just one aspect of this article: speed. Far more interesting points the article covers are around _how_ Elm optimizes and _how_ developers o…
- story
-
comment
Comment #11719322
Curious: what is your definition of performance and how do you view this complaint?
-
comment
Comment #11669665
What typed languages have you used and what aspects do you find tedious? I find that the experience of writing brittle type-checking logic and tests in dynamic languages is rather …
-
comment
Comment #6502260
I'm not sure what you're getting at with "useful," but it looks like it's going to be incredibly fun to play with, and I wish it were available when I was a kid messing around with…
-
comment
Comment #6502256
What about Dwarf Fortress?
-
comment
Comment #6179861
First two tries: ~ % curl "http://api.genderize.io?name=pat" {"pat":null}% Shouldn't that be "unisex"? ~ % curl "http://api.genderize.io?name=patricia" {"patricia":null}% Hm...
-
comment
Comment #6152727
I saw a couple engineers from Craigslist present at a Mongo event within the last year, and they strangely acted as if Mongo were a joke—that is, they treated it like a playground,…