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.

Static, Ahead of Time Compiled Julia

112 pointsby Lofkinover 9 years ago

8 comments

kgabisover 9 years ago
I think this [0] is worth reading before starting a project in julia (it&#x27;s quite shocking). Does anyone know if anything has changed in julia&#x27;s development process over the last year?<p>[0] <a href="http:&#x2F;&#x2F;danluu.com&#x2F;julialang&#x2F;" rel="nofollow">http:&#x2F;&#x2F;danluu.com&#x2F;julialang&#x2F;</a>
评论 #11073642 未加载
评论 #11074290 未加载
评论 #11073035 未加载
评论 #11073202 未加载
评论 #11071726 未加载
评论 #11073904 未加载
评论 #11071888 未加载
评论 #11073223 未加载
jhoechtlover 9 years ago
I personally find the syntax of the language and quality of the current implementation (speed!) excellent. However, it doesn&#x27;t experience the marketing languages like Rust or Golang receive.<p>What I personally also find worrisome is the perception (at least for me) that Julia is confined to scientific computing whereas I find it should really be a general purpose language.
评论 #11072522 未加载
评论 #11071559 未加载
评论 #11071490 未加载
评论 #11071620 未加载
vanderZwanover 9 years ago
&gt; <i>For example, the Julia community seems to have coined the term “type-stability” to describe a concept that static &#x2F; compiled languages have historically enforced and dynamic &#x2F; scripting languages have historically disregarded.</i><p>I was not aware that this was a Julia neologism. It seems like such an appropriate term for discussing how to make code make the most out of JIT-compilation.
评论 #11072742 未加载
评论 #11074382 未加载
bltover 9 years ago
Julia seems like an almost perfect MATLAB replacement. (for my personal preference, I would like a slightly more static&#x2F;rigid language, but I understand why that&#x27;s not the right choice for Julia&#x27;s target users.) There is just one problem... I really, really wish they had dropped the 1-based indexing and &lt;= upper bound on index ranges. It is so annoying.
评论 #11071592 未加载
评论 #11071827 未加载
pjmlpover 9 years ago
Julia is really following Lisp and Dylan&#x27;s footsteps!<p>Congratulations to all involved in pushing the actual state of dynamic languages.
评论 #11074892 未加载
vmorgulisover 9 years ago
&gt; Julia Computing carried out this work under contract from the Johns Hopkins Applied Physics Laboratory (JHU APL) for the Federal Aviation Administration (FAA) to support its TCAS (Traffic Collision Avoidance System) program.<p>It&#x27;s great! Looks like a very interesting contract.
评论 #11076130 未加载
illumenover 9 years ago
In the literature this is called Gradual Typing. Or optional typing.<p>Python uses it in the last couple of versions.
tempodoxover 9 years ago
I come from AOT languages and have lost my patience by now. Julia is overrated.