ZUI(Zoom User Interface)

ほ、これは面白い。いずれProce55ingのネタにしよっと。

こんなUIにあこがれているのさ。

    • Clean Language Report ver 2.0

Still under construction: We have added a dynamic type system such that CLEAN now offers a hybrid type system with both static and dynamic typing. An object (expression) of static type can be changed into an object of dynamic type (a “Dynamic”) and backwards. One can read a Dynamic written by another CLEAN program with one function call. A Dynamic can contain data as well as (unevaluated) functions. This means that one can very easy transfer data as well as code (!) from one CLEAN application to another in a type safe manner enabling mobile code and persistent storage of an expression. This technique involves just-in-time code generation, dynamic linking and dynamic type unification.

    • これは楽しみ。静的と動的型付けのハイブリッドですってよ奥さん! evalやコード移送や永続化なんかができるようになるのかも。