Viewing profile — jtprince
jtprince
HN member- Joined
- Tue, Nov 01, 2011, 3:44 PM UTC
- HN karma
- 3
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About jtprince
No profile information was provided.
Recent public activity
-
comment
Comment #3240992
Re-implementing is much easier than implementing. Scipy source code is all available, right? Besides, we aren't trying to duplicate the entire scipy stack and ecosystem. We are jus…
-
comment
Comment #3188461
And while we're at it, may he forbid the co-existence of emacs, vim, and textmate; java, C++, C#; javascript and dart; KDE, gnome, enlightenment, fluxbox, fvwm, icewm, metacity, co…
-
comment
Comment #3188410
From the website: However, due to the special nature of python's builtin datatypes (str, list, int, float, tuple, dict, etc.), you will not be able to use chained_class on those cl…
-
comment
Comment #3188386
I'm not arguing that everyone using python for science should come running in hordes to sciruby. What I'm saying is that if you prefer ruby to python that this is helping to make i…
-
comment
Comment #3184787
The same arguments could have been used when scipy was starting up: * Why did folks build scipy when there was PDL? Just to avoid a few sigils? * Why build scipy when R had been re…
-
comment
Comment #3183732
in addition to jergason's response, sciruby allows/facilitates: 1. better chaining of commands 2. blocks and enumerators 3. integration with rails and other web services 4. a dynam…
-
comment
Comment #3183704
It's hard to argue with SciPy's success--it is well engineered, relatively easy to use, highly useful, and well documented. Though SciRuby should be able to do most of what SciPy i…
-
comment
Comment #3183622
In addition to the point muuh-gnu makes, we wonder if ruby will be able to add something fresh to scientific computing. In a recent interview[0], I outline some thoughts on this: 1…
-
comment
Comment #3182639
I scanned your project and it looks great. This is one of the major things we are trying to accomplish with SciRuby - simplified access to things like GSL for basic/essential scien…