Concurrent Clean : CleanJ : 動かしてみたって人が現れた

おお。
まだ何も取説を付けていないのに。
公開しておくもんだなぁ。

      • -

で、basic-typesのメソッド引数としての受け渡しはどうやるのだ?という質問だったのだけれど、

All functions are invoked with CleanVM object as an argument which holds a-stack for boxed values and int-stack, double-stack, boolean-stack as b-stack for unboxed values, because of the current implementation of tail recursive code.
I think arguments passing with Java stack on strict function call is quite possible and will implement it in the future.

みたいに返してみた。
辞書を引き引き書いているので、恥ずいが。