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.

Creating domain-specific languages in Julia using macros

92 pointsby ViralBShahalmost 8 years ago

4 comments

kensaialmost 8 years ago
Don&#x27;t miss the video [<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rAxzR7lMGDM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rAxzR7lMGDM</a>] of his ideas.
评论 #14994513 未加载
cutleralmost 8 years ago
What&#x27;s the chance of Julia ever reaching 1.0 realistically? It seems to be turning into another Perl6.
评论 #14995197 未加载
评论 #14995843 未加载
dmpk2kalmost 8 years ago
Unrelatedly, have the Julia devs decided to require variable declaration yet? E.g. &quot;local x = 1&quot; instead of just &quot;x = 1&quot;? Or better yet, &quot;x := 1&quot;?<p>How many times does this mistake have to be repeated in various languages? It&#x27;ll just be a matter of time before people are banging on for a strict mode, and rightfully so.<p>At least the default scope in Julia is local. :&#x2F;
评论 #14997149 未加载
zapharalmost 8 years ago
Julia macros are one of it&#x27;s best features. They are every bit as powerful list macros. Something very few non lisp languages can say.
评论 #14995574 未加载