Node:Running GOOPS, Next:, Previous:Getting Started, Up:Getting Started



2.0.1 Running GOOPS

  1. Type
    guile-oops
    

    You should now be at the Guile prompt ("guile> ").

  2. Type
    (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.