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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is a programming language that you don't use at work but enjoy?

11 点作者 dondraper367 个月前
At work, I use Go and Python, but a short while ago I started learning Clojure and fell in love with the simplicity and a totally different approach to everything.<p>What is your favourite second language and why?

23 条评论

ocean_moist7 个月前
BQN[1] (an APL variant). There is something really beautiful&#x2F;elegant to me about composing higher order functions in a purely point free way. Array programming is a nice application of this, and this one has the best ergonomics.<p>[1] <a href="https:&#x2F;&#x2F;mlochbaum.github.io&#x2F;BQN&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mlochbaum.github.io&#x2F;BQN&#x2F;</a>
ironlake7 个月前
Forth. I learned it very late in my programming career which started with Java. It just feels like home in a way that no other language ever has.<p>Mostly useless tho
sk110017 个月前
Go is lovely - it’s super pragmatic and things just work.
jarl-ragnar7 个月前
Clojurescript. I used it to build an MVP proof of concept for work and now have to watch a small team re-write it using Typescript and Angular<p>They’re still not at feature parity with 2x the team, 2x the time and 3x the lines of code.
评论 #41987685 未加载
tnvmadhav7 个月前
I don&#x27;t currently use Python at work. I freaking love it.
numerosix7 个月前
Ada, from 8bits microcontrollers to amd64 and arm too... really portable, so readable and robust, strong typed, and great community too.
purple-leafy7 个月前
C!<p>My job is typical web TypeScript + Python<p>But in my spare time I’ve been deep diving C and loving it for the most part. Though I really hate strings in C!
wruza7 个月前
It was Lua 5.1+5.2.<p>Then came out decent js versions, decent typescript ecos and Lua moved on to 5.3+.<p>Ended up using ts for everything. Feels absolutely down to earth, practical and useful, what I searched for all my life. All my non-bash home code is ts, except for ML chunks, where I have to suffer through the hideous abomination.
VirusNewbie7 个月前
Scala, it&#x27;s very elegant and functional style just ends up with less runtime bugs. You fight the compiler more, but that&#x27;s more satisfying than having to RCA something eight weeks after it ships.
kazinator7 个月前
One I made myself: <a href="https:&#x2F;&#x2F;nongnu.org&#x2F;txr" rel="nofollow">https:&#x2F;&#x2F;nongnu.org&#x2F;txr</a>
tetek7 个月前
Elixir
stray7 个月前
Common Lisp.
fastresearch7 个月前
Swift and SwiftUI is fun for my own projects. I use Python and C++ for work.
nextos7 个月前
Mozart&#x2F;Oz, see the CTM book.<p>Dafny and F* are also evolving pretty nicely.
sandwichsphinx7 个月前
I really like Lua, it&#x27;s simple and easy to compile
评论 #41917789 未加载
评论 #41987633 未加载
bicepjai7 个月前
Rust, I thrive on its complaints :)
jdougan7 个月前
Smalltalk
metaketa7 个月前
Crystal; compiled Ruby!
nwnwhwje7 个月前
Python, funnily enough
horsellama7 个月前
Julia
dtagames7 个月前
Lua
constantinum7 个月前
haskell
8BitArmour7 个月前
rust