chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1809: Allow modules with list names on command-line


From: Chicken Trac
Subject: #1809: Allow modules with list names on command-line
Date: Sat, 20 Aug 2022 17:21:15 -0000

#1809: Allow modules with list names on command-line
--------------------------------+-------------------------------
            Reporter:  Zipheir  |       Type:  enhancement
              Status:  new      |   Priority:  major
           Milestone:  someday  |  Component:  unknown
             Version:  5.3.0    |   Keywords:  cli module syntax
Estimated difficulty:           |
--------------------------------+-------------------------------
 Please allow modules to be imported on the command-line (e.g. with -R) by
 their list names.  This is currently impossible; if I want to import
 `(srfi 160 u8)`, for example, I have to use `-R srfi.160.u8`.  Making this
 more confusing is the special form for "srfi" eggs, where the module
 `(srfi nnn)` has the symbolic name `srfi-nnn` (and not `srfi.nnn`).  So
 you've got to remember `-R srfi-nnn` for some modules and `-R
 srfi.nnn.foo` for others.

 Please simplify this mess and allow us to use the list names.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1809>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]