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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your favourite programming language?

6 点作者 a_nar超过 4 年前

12 条评论

frompdx超过 4 年前
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.
zapperdapper超过 4 年前
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_wrong超过 4 年前
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.
binarynate超过 4 年前
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.
probinso超过 4 年前
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.
jlengrand超过 4 年前
I&#x27;d say Elm, mostly for the joy it creates when I write it.
capnorange超过 4 年前
Ruby, JS&#x2F;TS, Rust
clartaq超过 4 年前
Scheme. So clean. So easy. So mind-stretching.
ToFab123超过 4 年前
CopyPaste running on Stackoverflow &#x2F;s :)
评论 #24966696 未加载
rusinov超过 4 年前
Swift.
Grazester超过 4 年前
C#
chovyfu超过 4 年前
javascript