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