Viewing profile — namanbharadwaj
namanbharadwaj
HN member- Joined
- Sat, May 18, 2013, 10:20 PM UTC
- HN karma
- 40
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About namanbharadwaj
No profile information was provided.
Recent public activity
-
comment
Comment #9760794
Studying algebra from a categorical perspective is probably significantly more relevant. Other than that, learning algebra is probably useful primarily to acquire the mathematical …
-
comment
Comment #9715917
There was a submission here a few years ago about building a "Vim clutch." https://news.ycombinator.com/item?id=4141410
- comment
-
comment
Comment #9597521
In fact, OCaml modules do correspond to Haskell type class instances, and there are ways to extend the ML module system to support ad-hoc style polymorphism ( http://www.mpi-sws.or…
-
comment
Comment #9437170
The prototype may be good enough for production, but is probably not very maintainable. When you need a large team to be able to fix bugs and add features, static typing often wins…
-
comment
Comment #9324314
>Don’t outsource your future to a big institution. You need to figure it out for yourself. Discouraging high school graduates from going to college is just bad for society. Entrepr…
-
comment
Comment #9278849
It's unityped! It has one type with infinitely many variants/tags (. ). Match failure occurs at runtime as in any other safe typed language such as Haskell or ML.
-
comment
Comment #9204712
This might be viable using Sass or Less, since they have support for variables, nested selectors, etc. Although I'm not really a front-end engineer, so I don't know exactly what wo…
-
comment
Comment #8806762
Having one UI would be the death of Linux. I would guess that the vast majority of Linux users today (including myself) use Linux because of choice (i.e. I use i3, and I can't live…
-
comment
Comment #7997291
A language shouldn't need to have a foundation in category theory in order to be "grounded in theory and informed by practice." I think that Bob's (the OP's) is merely saying that …
-
comment
Comment #7186375
The Borowitz Report is a satirical blog by the New Yorker, if that wasn't clear :p
- story
- comment
-
comment
Comment #6630428
By lazy, thesz is referring to a property of the data structure, not lazy evaluation. `sort xs` evaluates to a data structure which contains the original unsorted sequence. When as…
-
comment
Comment #6412601
This interferes with my GMail keyboard shortcuts (presumably because editing mode is on by default when I open an email). There should be some kind of option to make editing mode o…