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 a programming language that you don't use at work but enjoy?

11 pointsby dondraper367 months ago
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 comments

ocean_moist7 months ago
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 months ago
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 months ago
Go is lovely - it’s super pragmatic and things just work.
jarl-ragnar7 months ago
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 months ago
I don&#x27;t currently use Python at work. I freaking love it.
numerosix7 months ago
Ada, from 8bits microcontrollers to amd64 and arm too... really portable, so readable and robust, strong typed, and great community too.
purple-leafy7 months ago
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 months ago
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 months ago
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 months ago
One I made myself: <a href="https:&#x2F;&#x2F;nongnu.org&#x2F;txr" rel="nofollow">https:&#x2F;&#x2F;nongnu.org&#x2F;txr</a>
tetek7 months ago
Elixir
stray7 months ago
Common Lisp.
fastresearch7 months ago
Swift and SwiftUI is fun for my own projects. I use Python and C++ for work.
nextos7 months ago
Mozart&#x2F;Oz, see the CTM book.<p>Dafny and F* are also evolving pretty nicely.
sandwichsphinx7 months ago
I really like Lua, it&#x27;s simple and easy to compile
评论 #41917789 未加载
评论 #41987633 未加载
bicepjai7 months ago
Rust, I thrive on its complaints :)
jdougan7 months ago
Smalltalk
metaketa7 months ago
Crystal; compiled Ruby!
nwnwhwje7 months ago
Python, funnily enough
horsellama7 months ago
Julia
dtagames7 months ago
Lua
constantinum7 months ago
haskell
8BitArmour7 months ago
rust