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: Come for the Syntax, Stay for the Speed

8 pointsby SriniKalmost 6 years ago

2 comments

jagteshalmost 6 years ago
I&#x27;ve been following Julia for many years now and it hasn&#x27;t quite picked up outside the Data Science&#x2F;Research communities. I&#x27;m at a loss to understand why it hasn&#x27;t gone mainstream. Technically, isn&#x27;t this a superior language to everything out there if you are getting performance + readability?<p>To start the discussion, maybe one factor could be the lack of a package manager like npm&#x2F;crate. What else?
评论 #20570335 未加载
plgalmost 6 years ago
Something I always try with new (to me) languages: write a short script to<p>(1) load a .txt file containing space-delimited columns of data;<p>(2) fit a linear model in which one column is predicted by a linear combination of the others;<p>(3) plot the predicted values again the actual values using dots and overlay a y=x line<p>Tried this with Julia a short while ago and basically gave up, couldn’t figure out how to get something to plot. Has the Julia-verse changed? Is it easier now?<p>I can do this in MATLAB in basically 3 or 4 lines of code. Python, not much more than that.
评论 #20569564 未加载
评论 #20573915 未加载