基于JVM的编程语言 Golo

码农软件 · 软件分类 · 脚本编程语言 · 2019-03-05 08:28:15

软件介绍

Golo是一个开源的、基于JVM的轻量级动态弱类型语言。

该语言是在INSA-Lyon(里昂国立应用科学学院)CITI实验室的研究活动中诞生的,并计划用在该实验室的多个项目中。Golo开发人员称拥有JVM编程语言基础的程序员在几小时内就可以成为一个Golo程序员。

Golo开发人员在开始构建该语言时,就利用到了JVM的最新特性invokedynamic。该语言另一方面也展示了如何结合invokedynamic来构建一个动态语言运行时。

示例代码:

module hello.World
function main = |args| {
  println("Hello world!")
}

本文地址:https://www.codercto.com/soft/d/659.html

Artificial Intelligence

Artificial Intelligence

Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00

The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具