from reddit: http://blogs.sun.com/jrose/entry/dynamic_invocation_in_the_vm
I think fan should be designed such that "->", aka trap(), will become an invoke_dynamic call as soon as invoke_dynamic is available.
I have no clue as to whether .net supports dynamic invocation, but I asuume that if they do not already, then they will soon.
That will be the plan, although I suspect the semantics of Obj.trap might have to change slightly.
Although it will be a long time (many years) before this is deployed widely enough to count on.
Login or Signup to reply.
mike Thu 8 May 2008
from reddit: http://blogs.sun.com/jrose/entry/dynamic_invocation_in_the_vm
I think fan should be designed such that "->", aka trap(), will become an invoke_dynamic call as soon as invoke_dynamic is available.
I have no clue as to whether .net supports dynamic invocation, but I asuume that if they do not already, then they will soon.
brian Thu 8 May 2008
That will be the plan, although I suspect the semantics of Obj.trap might have to change slightly.
Although it will be a long time (many years) before this is deployed widely enough to count on.