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 new programming language(s) are you most excited about?

11 pointsby k2xlalmost 2 years ago
Curious which programming languages that have been invented over the past year or two that people here are most excited about and why.

10 comments

rektidealmost 2 years ago
I&#x27;m exhausted by single-process programming languages. I think it&#x27;s totally not worth our time to care at all about this problem any more. We need to figure out how to build systems more broadly. We&#x27;re stealing useful energy pretending like such a small subproblem still has actual distinction &amp; interest.<p>There&#x27;s a lot of different ways to make code. But at this point there&#x27;s just so little evidence that languages engender interesting new capabilities. There&#x27;s some flourishistic differences, but most code reads fairly the same, if you squint. Rust is by far one of the most interesting languages, and it&#x27;s only interesting adds are... constraints. We need some new frontiers of possibility, not just constraint. Languages are not leading us to new potentials, these days.
评论 #36577622 未加载
评论 #36570309 未加载
troymcalmost 2 years ago
Mojo [1]<p>Mojo is another approach to solving &quot;the two-language problem,&quot; similar to what Julia is trying to do, but the code looks like Python. Mojo is being designed by Chris Lattner [2], who knows a thing or two about language &amp; compiler design.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Mojo_(programming_language)" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Mojo_(programming_language)</a><p>[2] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chris_Lattner" rel="nofollow noreferrer">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Chris_Lattner</a>
评论 #36583129 未加载
aristofunalmost 2 years ago
Typescript is the best thing that happened to programming languages since ruby.<p>If only it could run outside of js realm - there is almost nothing more to desire from a general purpose application language (vs system&#x2F;lowlevel ones).
评论 #36583707 未加载
oftenwrongalmost 2 years ago
<a href="https:&#x2F;&#x2F;www.unison-lang.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.unison-lang.org&#x2F;</a><p>I am excited about the problems that go away under the unison model.<p>For example:<p>- no dependency version resolution<p>- fully incremental builds<p>- no merge conflicts<p>- fully incremental distribution<p>- easy, fine-grained tree shaking<p>- no code formatting (except for display in your editor)
brucethemoose2almost 2 years ago
While not all &quot;languages&quot; persay, I am excited about the various ML compilation efforts:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;merrymercy&#x2F;awesome-tensor-compilers">https:&#x2F;&#x2F;github.com&#x2F;merrymercy&#x2F;awesome-tensor-compilers</a><p>Modern ML training&#x2F;inference is inefficient, and lacks any portability. These frameworks are how that changes...<p>As random examples, TVM runs LLaMA on Vulkan faster than PyTorch CUDA, and AITemplate almost doubles the speed of Stable Diffusion. Triton somewhat speeds up PyTorch training in the few repos that use it now, and should help AMD hardware even more than Nvidia.
nivertechalmost 2 years ago
Probably older than year or two, but still very interesting PLs:<p>1. Unison<p>2. Gleam<p>3. Futhark (and similar GPU compute PLs)<p>4. Lisp-s with static typing &#x2F; algebraic type systems
revskillalmost 2 years ago
Zig !<p>It has the balance between the simplicity of Golang, the explicity of control flow, the performance of C but with type.
ezedvalmost 2 years ago
I&#x27;m really excited about Rust! Its focus on memory safety and performance makes it a promising language for systems programming. Additionally, Python&#x27;s popularity continues to grow, thanks to its simplicity and versatility for various domains.
lavren1974almost 2 years ago
Vlang, Odin lang, Zig lang
评论 #36583014 未加载
taraharrisalmost 2 years ago
cpp2, Herb Sutter&#x27;s compatible replacement for C++.
评论 #36597120 未加载