TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Julia, Python and Cython

107 pointsby synparbabout 13 years ago

5 comments

ajdeconabout 13 years ago
I've been playing with Julia a bit lately, but I haven't had any good reasons to write real code in it yet. I've got to say, a useful Python compatibility layer between the two languages would be <i>awesome</i>. Being able to call SciPy libraries from Julia would make it a <i>lot</i> more interesting to start writing Julia code.
评论 #3877519 未加载
synparbabout 13 years ago
I don't mind writing cython to judiciously optimize my scientific python code when needed, but efforts along these lines, as well as Travis Oliphant's Numba project (<a href="https://github.com/ContinuumIO/numba" rel="nofollow">https://github.com/ContinuumIO/numba</a>) seem like promising alternatives. It's great to see some productive conversations between the Julia and Scipy-dev folks.
chimeracoderabout 13 years ago
&#62; It's a common theme when we scientific Python users talk that we don't really use Python for the <i>language</i>. We use it for the community and the libraries.<p>This statement doesn't make sense to me. First, I use Python for scientific/numerical work, and I definitely use it "for the language" - at least, certain aspects of it that are rare elsewhere.<p>Second, the language, community, and libraries are all interdependent. The design of a language <i>strongly</i> influences the tone of its community, as well as the libraries available (both the number and the types).
评论 #3877229 未加载
joelthelionabout 13 years ago
There is also a project to port parts of Numpy/Scipy to pypy, which would probably give interesting results.<p>The following years are going to be exciting for open-source numerical work. But I fear fragmentation might ruin it for everybody.
yyytabout 13 years ago
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
评论 #3877855 未加载