1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/oop/goops
Andy Wingo b3501b8043 all of guile compiles now, expanded with syncase
* libguile/eval.c (scm_m_eval_when): Whoops, eval-when has an implicit
  begin. Fix.

* module/oop/goops.scm: Syncase doesn't like definitions in expression
  context, and grudgingly I have decided to go along with that. But that
  doesn't mean we can't keep the old semantics, via accessing the module
  system directly. So do so. I took the opportunity to rewrite some
  macros with syntax-rules and syntax-case -- the former is nicer than
  the latter, of course.

* module/oop/goops/save.scm: Don't define within an expression.

* module/oop/goops/simple.scm (define-class): Use define-syntax.

* module/oop/goops/stklos.scm (define-class): Use define-syntax.
2009-04-25 14:10:08 +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 Replace eval-case with eval-when 2009-03-06 13:29:13 +01: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