-
Just like Lisp, Ioke provides syntactic abstractions.
就像Lisp一样,Ioke提供了语法抽象。
-
So I'm trying to revisit as much as possible during the development of Ioke.
因此在Ioke的开发过程中我尝试了各种可能。
-
So yeah, Ioke is a JVM language (but most of the language is not dependent on it.
因此Ioke是一个JVM语言(但是Ioke的大部分内容是不依赖于JVM的。
-
InfoQ: It seems that Ioke has been designed from the ground up to be a JVM language.
InfoQ:看起来Ioke从一开始就被设计成一种JVM语言。
-
The DefaultMethod currently in Ioke could be implemented purely in Ioke, using macros.
当前Ioke中的DefaultMethod可以用纯ioke实现出来,使用宏就行。