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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What tools/languages are the easiest for you to build side projects in?

9 点作者 ahmedbaracat大约 5 年前

4 条评论

yodsanklai大约 5 年前
Really depends on the side project. I&#x27;d pick C if writing low-level&#x2F;kernel code, OCaml for language-processing tools, Python for scripting&#x2F;ML&#x2F;Algorithms. Go for distributed systems. It&#x27;ll also depend on available libraries. Occasionally C++ if I need speed + data-structures. But most of the time, my side projects are just a pretext to learn something new, so I would happily pick up a new language.<p>As for the tools, I use VSCode that works well with all languages, and git (github&#x2F;gitlab, probably gitlab). Then VMs or docker. And unix shell&#x2F;bash.
danbolt大约 5 年前
I make games as a hobby, and while I&#x27;m often paid to write C++, I&#x27;ll use plain JavaScript with various libraries (Phaser, three.js, ink, etc.) as iterating is very quick and distributing is as well. I don&#x27;t think it&#x27;s a good favourite for everyone, but it helps me find the joy in making things.<p>The biggest boon is copy&#x2F;pasting a GitHub pages link to a friend and quickly asking for their feedback since everything runs in Chrome.
sova大约 5 年前
Clojure &#x2F; ClojureScript -- one of my favorite things to do is prototype new features in a fresh clojurescript template based on Figwheel
myu701大约 5 年前
cop-out answer: whatever you are most comfortable in OR whatever you most want to learn to get comfortable in.<p>long answer: depends on the question. if you mean you as in the Royal You, hard to say, hence cop-out answer<p>if you mean you as in me personally, then I would say it further depends.<p>Windows desktop app? Visual Basic 6 with forms designer.<p>Linux desktop app? I&#x27;ve never done it but have standing plans to find a not-terrible IDE and learn QML.<p>Android&#x2F;IOS mobile app? Xamarin Forms with .net core<p>web app? SAFE template with .net core