irahul
- Karma
- 3,322
- Created
- February 9, 2010 (16y ago)
- Submissions
- 0
- Clojure plugin for vim(omni-complete, repl, eval...) (github.com)
- The Adventures of a Pythonista in Schemeland (artima.com)
-
I am taking a break from reading "Programming in Scala" http://www.artima.com/shop/programming_in_scala_2ed Man, that's a huge book, and scala is one kitchen-sink of a language. I would wager it's bigger than C++(quite…
- How to say nothing in 500 words (web.archive.org)
- ITA on Python(2007) (eweek.com)
- How One Flawed Study Spawned a Decade of Lies (forbes.com)
- The Borderlands Gun Collector's Club (steve-yegge.blogspot.in)
- Codemod - Interactive code refactoring (github.com)
- IRB session to existing ruby process. (github.com)
- Small functions to functionally augment ruby. (github.com)
-
Today I checked the man for fflush and this surprised me: For output streams, fflush() forces a write of all user-space buffered data for the given output or update stream via the stream's underly ing write function.…
- Contract based programming (Python) (github.com)
- JSIL: Compile .NET to Javascript (stateofcode.com)
-
Is it GWT as with Wave? The back-end for video chat would most probably be Java or C++. And chat backend was already there. What about the rest?
-
SQLAlchemy, WTForm, Jinja2, blinker would be some examples. What are the others?
-
Last night I read the open source perl6 book and played some with it. It definitely looks different and more expressive compared to the languages in the same league - perl5, python and ruby. Changes to regex and rules…
-
If yes, can you point me to some resources? I know it's a hard problem and one that hasn't been solved yet, but my domain is very limited. I just need to classify text as positive or negative. Of course this can't be…
- Follow-up of HN's response to my post (blog.shopyist.com)
- Hello HN: I am taking the plunge. What do you think? (blog.shopyist.com)
- Passwordless scp with python and pexpect (prag-matism.blogspot.com)