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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask YC : [Optionally] Statically typed languages on the JVM?

2 点作者 randomhack将近 17 年前
I know of 2 statically typed languages on the JVM : Java and Scala. Any other interesting languages on the JVM which are more or less stable enough to use? I already know a lot of dynamic laguages run on the JVM like Jython and JRuby but not too many nice statically typed languages around.<p>Something with optional static typing like Common Lisp will also do. (I know about ABCL but its GPL and I am not sure how well CLOS maps to JVM for example).

2 条评论

bayareaguy将近 17 年前
<a href="http://flp.cs.tu-berlin.de/~tolk/vmlanguages.html" rel="nofollow">http://flp.cs.tu-berlin.de/~tolk/vmlanguages.html</a> mentions Groovy - <a href="http://groovy.codehaus.org/" rel="nofollow">http://groovy.codehaus.org/</a> - a dynamically and/or statically typed language (i.e. static typing is optional, otherwise it defaults to dynamic typing) high level scripting language for the JVM which compiles down to bytecode either at run time or compile time. It features closures, neat List and Map syntax, integrated markup language and expression language, auto-boxing, operator overloading, mixins, AOP interceptors etc.
PieSquared将近 17 年前
"but its GPL"<p>What's wrong with the GPL? Are you planning to modify the language itself?
评论 #229451 未加载