About 69,200 results
Open links in new tab
  1. Common Lisp Study Group: UIOP - YouTube

    Today we will be exploring the UIOP library, a library that some portable utilities for writing CL applications. UIOP is part of ASDF

  2. uiop | Quickdocs

    Oct 12, 2024 · UIOP is the portability layer of ASDF. It provides utilities that abstract over discrepancies between implementations, between operating systems, and between what the …

  3. UIOP Manual - asdf.common-lisp.dev

    UIOP is the portability layer of ASDF. It provides utilities that abstract over discrepancies between implementations, between operating systems, and between what the standard provides and …

  4. The uiop Reference Manual - Common Lisp

    Basic general-purpose utilities that are in such a need that you can’t portably construct a complete program without using some of them.

  5. asdf/uiop/README.md at master · fare/asdf · GitHub

    UIOP is the portability layer of ASDF. It provides utilities that abstract over discrepancies between implementations, between operating systems, and between what the standard provides and …

  6. UIOP - Portability beyond file access. - Dark Chestnut

    UIOP - Portability beyond file access. Writing code portably is useful for easily switching between Common Lisp implementations and for building cross-platform applications.

  7. Difference between `uiop/package:define-package` and …

    Oct 26, 2020 · You removed the line, but the package still "uses" what you wanted to remove. You can check with (describe (find-package :my-package)). Do the same with UIOP's define …

  8. Files and Directories - GitHub Pages

    For more portability, use uiop:probe-file* or uiop:file-exists-p which will return the file pathname (if it exists). If you fear that your file name might contain a wildcard character such as *, [ or ], …

  9. UIOP is the portability layer of ASDF. It provides utilities that abstract over discrepan-cies between implementations, between operating systems, and between what the standard …

  10. Common Lisp Study Group: UIOP (Part II) - YouTube

    Today we will continue to explore the UIOP library, a library that some portable utilities for writing CL applications. UIOP is part of ASDF...more