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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Stab Language (like C#) for the JVM

17 点作者 EzGraphs超过 12 年前

6 条评论

laureny超过 12 年前
Mmmh, last check-in was December 2010...
评论 #5013818 未加载
laureny超过 12 年前
These days, a language compiler is only a part of what makes a new language interesting: without tool support (IDE plug-ins) and extensive libraries, your language will go largely unnoticed.<p>Wishing Stab good luck, the more languages, the better!
评论 #5013865 未加载
RyanZAG超过 12 年前
This isn't correct, is it?<p><pre><code> Because the Java platform does not have a common interface to specify disposable objects, the Stab compiler uses the stab.lang.Dispose annotation to find the method to call to dispose the instances of a given type. </code></pre> Java has Closeable to specify this.<p><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Closeable.html" rel="nofollow">http://docs.oracle.com/javase/1.5.0/docs/api/java/io/Closeab...</a>
评论 #5013600 未加载
EzGraphs超过 12 年前
With the appreciation of C# as a language and the JVM as a platform, this seems like that it should have generated some interest. I can't find much info on it though...<p>Source at Google Code: <a href="http://stab-language.googlecode.com/svn/trunk/" rel="nofollow">http://stab-language.googlecode.com/svn/trunk/</a>.<p>Seems to be available on Github now as well: <a href="https://github.com/eropple" rel="nofollow">https://github.com/eropple</a>.
j_s超过 12 年前
Or just run C# on the JVM with Grasshopper:<p><a href="http://dev.mainsoft.com/" rel="nofollow">http://dev.mainsoft.com/</a><p>(not 100% clear on the licensing issues, but it sounds like 'free as in beer'.)
qznc超过 12 年前
The design goals are insufficient for creating a new language. Java fulfills the goals perfectly.
评论 #5013492 未加载