TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Julia: Come for the Syntax, Stay for the Speed

8 点作者 SriniK将近 6 年前

2 条评论

jagtesh将近 6 年前
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 未加载
plg将近 6 年前
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 未加载