1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/oop/goops
Andy Wingo 47c8983f08 rewrite `method' as a hygienic macro to re-allow lexical specializers
* module/oop/goops.scm (method): Reimplement as a hygienic macro. This
  seriously took me like 6 hours to figure out. Allows for lexical
  specializers: (let ((<x> ...)) (define-method (foo (arg <x>)) ...)).

* module/oop/goops/compile.scm (next-method?, compile-make-procedure):
  Remove these, as `method' does it all now, hygienically.
2009-05-21 13:49:00 +02:00
..
accessors.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
active-slot.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
compile.scm rewrite `method' as a hygienic macro to re-allow lexical specializers 2009-05-21 13:49:00 +02:00
composite-slot.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
describe.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
dispatch.scm fix bad syntax in define-macro, (ice-9 match), and (oop goops) 2009-04-25 12:50:53 +02:00
internal.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00
save.scm all of guile compiles now, expanded with syncase 2009-04-25 14:10:08 +02:00
simple.scm all of guile compiles now, expanded with syncase 2009-04-25 14:10:08 +02:00
stklos.scm all of guile compiles now, expanded with syncase 2009-04-25 14:10:08 +02:00
util.scm move ice-9/ and oop/ under module/ 2008-11-01 12:44:21 +01:00