Packages (intro)
Programmer fred
(defun hello ()
(print "hello, fred"))
Programmer barney
(defun hello (x)
(format t "Hello, barney and ~a~%" x))
Both programmers define a function named hello.
How to avoid clash ?
Previous slide
Next slide
Back to first slide
View graphic version