Arc Forumnew | comments | leaders | submitlogin
2 points by almkglor 6180 days ago | link | parent

Yes, this is possible, although you should note that 'defcall is global (do-once-per-program)


1 point by bOR_ 6179 days ago | link

Is it possible to have it in a local way? (per function / module)

-----

1 point by almkglor 6179 days ago | link

No, or rather not yet.

It might be possible to do so by using some sort of dynamic global (a la kennytilton's implementation some time back, but using 'thread-local objects to handle it).

-----