(ql-ecl:lisp &rest args)
ql-impl:ecl
(ql-ecl:rmdir &rest args)
(ql-ecl:inet-socket &rest args)
(ql-ecl:socket-connect &rest args)
(ql-ecl:host-ent-address &rest args)
(ql-ecl:socket-make-stream &rest args)
(ql-ecl:get-host-by-name &rest args)
call
calls
(close stream &key abort)
(defun close-server (server) (close server))
class
(defun compute-slots (class) (std-compute-slots class))
clause
(class-of x)
(defun its-name (obj) "convenient way to print out info when developing" (class-name (class-of obj)))