Node:Running GOOPS, Next:Methods, Previous:Getting Started, Up:Getting Started
guile-oops
You should now be at the Guile prompt ("guile> ").
(use-modules (oop goops))
to load GOOPS. (If your system supports dynamic loading, you should be able to do this not only from `guile-oops' but from an arbitrary Guile interpreter.)
We're now ready to try some basic GOOPS functionality.