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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pave the on-ramp to Java, but can we also string up lights?

5 点作者 jeffreportmill1超过 2 年前
Recently there was a great discussion about making intro Java easier. I agree, but the larger issue is this: How can Java be more engaging, relevant and rewarding?<p>In the early days of PC programming, so much was relevant and rewarding. The programming prompt was immediate, and writing code with basic math could be genuinely useful. Basic graphics could generate wonder. Without wrapping everything in a candy coating, can we have a modern version of this now?<p>Java today is distant from that experience. Getting started can be difficult, with downloads and setup. Java IDEs are remarkable, but people should not learn to fly in a 747. And, crucially, Java is hard to share on the platform that matters most: the web.<p>Even on the desktop, Java graphics and UI have become less relevant: Swing seems feature frozen and lacks modern features. JavaFX defied conventions and was sent away. Similarly, 3D Graphics support in Java is in a significant state of decay.<p>So while Java 20 and beyond offer power-user features, I propose a tool, framework and a Java syntax subset (J-REPL) just to bring back some fun for mere mortals:<p><pre><code> SnapCode: https:&#x2F;&#x2F;reportmill.com&#x2F;SnapCode </code></pre> It is a labor of love and a barn-raising, so be gentle. But while I&#x27;m here, let me know if anyone has paying work that I could help with (preferably Java Client and&#x2F;or graphics - jeff@reportmill).

3 条评论

reducesuffering超过 2 年前
&gt; but the larger issue is this: How can Java be more engaging, relevant and rewarding?<p>Make the developer experience like Javascript&#x2F;Typescript. Starter templates like Vite and Next. &#x27;git clone &amp;&amp; npm install &amp;&amp; npm run dev&#x27; to get running. Need 3rd party lib? &#x27;npm install axios&#x27;.<p>Avoid Python venv, conda, pip-tools, poetry, pyenv mess.
jeffreportmill1超过 2 年前
How do I make my submission URL a link? Adding &lt;&gt; brackets doesn&#x27;t seem to help.
评论 #33908902 未加载
radonek超过 2 年前
Just out of curiousity – what other languages do you know and use?
评论 #33909966 未加载