Re: [moto-users] Moto 0.19.0 beta 2
"Charles Patterson" <cpatterson-N2D8602I6TJWk0Htik3J/[email protected]> Tue, 11 Mar 2003 09:24:34 -0500
| Newsgroups | gmane.comp.lang.moto.devel |
|---|---|
| Message-ID | <002c01c2e7d9$f33e96c0$8b14a8c0@cpatterson> |
> The real reason partial application is cool however is because it lets > you create callback functions. > Vector v1 = new Vector(); > void(Object) add = v1.add; Can't wait to see the first GUI code someday. (-: The power described above reminds me of "slot and signal" style programming (Qt), but more natural!