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 your favourite programming language?

6 pointsby a_narover 4 years ago

12 comments

frompdxover 4 years ago
Hard for me to pick a favorite.<p>Lisps:<p>Clojure(Script) - Very productive language with a great ecosystem of libraries available. My favorite libraries are re-frame and cljfx.<p>Janet - Borrows from Clojure in terms of syntax. Super small package (1mb). Produces small, statically linked binaries. The ecosystem is in its infancy but I see it as having a lot of potential.<p>Games:<p>GDScript (for Godot) - A lot of people agonize over using C#, Rust, C++, when writing for Godot. I find GDScript to be very intuitive and productive though.<p>Embedded&#x2F;Micro Controllers:<p>Forth - Makes an appearance on HN pretty regularly. I describe it as a backwards Lisp without parens. Being able to develop interactively on something like an Arduino Uno using FlashForth is lots of fun.
zapperdapperover 4 years ago
For me still Python. It just makes it easier for me to build solutions to the everyday problems I need to solve. When I have a little itch that needs scratching Python is what I reach for first.<p>Although I&#x27;d been a dabbler with Python for many years, about 6 years ago I had a problem to solve. Basically it was to spider and download a static site, clean up the content, add metadata, and pop that content into a database. At the time I was mostly working with PHP for such things, but decided on a whim to give Python ago. A couple of hours later it was done. Python made that project so painless. I&#x27;ve never looked back.<p>Since those days I&#x27;ve built many projects with Python, including web apps (using Flask), utilities, database apps and so on, and never regret choosing Python...
评论 #24966691 未加载
probably_wrongover 4 years ago
C. Not C++, just C - although I have often used C++ as a &quot;C with classes&quot; alternative and disregarded everything else.<p>I don&#x27;t get to use it too often, as the nails that need that specific hammer are not super common. But it is definitely the language I like the most.
binarynateover 4 years ago
TypeScript! It hits a really pragmatic sweet spot between strong typing and fast development speed. Plus being able to use the same language for both the front end and back end (and in some cases share code between them) is a huge win for productivity.
probinsoover 4 years ago
Julia, Anglican, Elm, or C.<p>it definitely depends on the application, but these are some of my favorites. I really want to try rust.
jlengrandover 4 years ago
I&#x27;d say Elm, mostly for the joy it creates when I write it.
capnorangeover 4 years ago
Ruby, JS&#x2F;TS, Rust
clartaqover 4 years ago
Scheme. So clean. So easy. So mind-stretching.
ToFab123over 4 years ago
CopyPaste running on Stackoverflow &#x2F;s :)
评论 #24966696 未加载
rusinovover 4 years ago
Swift.
Grazesterover 4 years ago
C#
chovyfuover 4 years ago
javascript