Method functions should be applied to their host objects as thisArgs, rather than...
commit5ca828dcc0aa43c0a52b17a3eaad05c44b1cbb12
authorBoris Smilga <boris.smilga@gmail.com>
Tue, 16 Oct 2012 22:09:26 +0000 (17 02:09 +0400)
committerVladimir Sedach <vsedach@gmail.com>
Sat, 24 Nov 2012 17:15:46 +0000 (24 09:15 -0800)
treec4f4cf2edf0e48fba1b1cc4ecf5a9242b0a6b52c
parent08d553890bc8f61d87b1516865c5abada7f2bc3a
Method functions should be applied to their host objects as thisArgs, rather than to the callers' this.

Also, we might want a way to apply functions to whatever thisArg we like.
src/macros.lisp
src/package.lisp