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.

Ask HN: What is on the cutting edge of programming language design and research?

8 pointsby substation13almost 3 years ago

5 comments

mikewarotalmost 3 years ago
ColorForth has a very interesting idea that I think deserves more attention, that of adding markup to source code that directly sets a few mode bits (comment, literal, immediate). Often we do a lot of things that clutter up source code, like doc strings, that really could be separate layers.<p>Metamine was an experimental system that combined declarative as well as the normal imperative code. You had a &quot;magical equals&quot; that kept the left side updated as the conditions on the right changed (like a formula in excel). It allowed for some very interesting things. It got pulled from the internet, though.
version_fivealmost 3 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;BosqueLanguage" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;BosqueLanguage</a><p>I&#x27;m not super familiar but it looked cool when I read about it a few years ago<p>Also, differentiable programming is interesting and getting lots of attention (jax, zygote, enzyme, kornia etc). I don&#x27;t know if there is a &quot;killer app&quot; outside just training neural networks yet, but it&#x27;s worth watching and e.g. kornia is doing some cools stuff
yababa_yalmost 3 years ago
pldi is coming up, watch the proceedings! <a href="https:&#x2F;&#x2F;pldi22.sigplan.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pldi22.sigplan.org&#x2F;</a><p>in my mind the work on extending our reach into quantum computing models is the only “cutting edge” stuff happening right now.<p>the is one of the most mature areas of computer science, there isn’t a whole lot of cutting happening imo, the blade is plenty sharp.
Krollifialmost 3 years ago
For me it’s DSLs that have clear use cases.<p>Memory management also may be fertile ground.
inphovorealmost 3 years ago
WASM!
评论 #31626259 未加载