Viewing profile — brihat
brihat
HN member- Joined
- Mon, Nov 25, 2013, 8:46 PM UTC
- HN karma
- 20
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About brihat
No profile information was provided.
Recent public activity
- story
-
comment
Comment #7161398
Freenode #emacs, ##linux, #nimrod, #julia and #d. Nimrod's gang (including Araq) are very friendly and welcoming. #julia and #d are very quiet though (except for the bots). And #em…
-
comment
Comment #6825096
Isn't this actually called "implementation-defined" behaviour in the std rather than "undefined" behaviour? I generally get a segfault for undefined behaviors
-
comment
Comment #6823746
A naive implementation in Nimrod: proc main(max_a0: int): int = var a, longest, len, max_len : int for a0 in countup(1, max_a0): a = a0 len = 0 while a != 1: len += 1 if (a mod 2 !…
-
comment
Comment #6809806
The author intentionally chooses decomposed form. Indeed all of them work with Python 3. Here: Python 3.3.2+ (default, Oct 9 2013, 14:50:09) [GCC 4.8.1] on linux Type "help", "copy…
-
comment
Comment #6809711
This article is mostly written from a European language perspective. For Indian scripts, storing combining characters as a separate code points is the right thing to do. For exampl…
-
comment
Comment #6799541
I am very impressed with Anaconda's Free edition. Works well in Linux and has more packages [2] than Enthought's free edition. Anaconda is the commercial offering from Travis Oliph…