1. WinCommand
    WinCommand is an Application that can run a console (like CLisp or cmd) inside a window
  2. Window Manager
    clfswm - CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm doors - Doors is an attempt to bring essential features of MS Windows (such as basic Windows API, COM and OLE) into Common Lisp eclipse - Eclipse is an X11 window manager written entirely in Common Lisp stumpwm - StumpWM is a tiling, keyboard driven X11 window manager application written entirely in Common Lisp tinywm-lisp - tinywm-lisp is a Common Lisp port of the TinyWM X11 window manager
  3. Windows
    CLiki pages about Common Lisp software on Microsoft Windows:
  4. winhttp
    CFFI bindings to WinHTTP
  5. wire format
    See also networking and data formats
  6. with-c-syntax
    C language syntax in Common Lisp
  7. WITH-DIRECTORY-ITERATOR
    WITH-DIRECTORY-ITERATOR is a proposal of the Common Lisp Utilities family to solve the perpetual portability issues associated with DIRECTORY
  8. with-output-to-stream
    with-output-to-stream provides a simple way of directing output to a stream according to the concise and intuitive semantics of format's stream argument
  9. with-shadowed-bindings
    with-shadowed-bindings establishes a new lexical context within which specified bindings are explicitly shadowed, making it clear that they are not referenced within, thereby reducing cognitive load
  10. with-unique-names
    Macro WITH-UNIQUE-NAMES