程序名称:Wren
授权协议: MIT
操作系统: 跨平台
开发语言: C/C++
Wren 是一个小型快速基于类的脚本语言,相当于 Lua 大小的 Smalltalk。
IO.print("Hello, world!")class Wren { adjectives = ["small", "clean", "fast"] languageType { "scripting" } }
http://munificent.github.io/wren/index.html