guile-devel
[Top][All Lists]
Advanced

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

RE: Name of the standard library


From: Maxime Devos
Subject: RE: Name of the standard library
Date: Sat, 20 Jul 2024 18:48:07 +0200

>Is (import (srfi :N)) portable in practice?

 

I don’t know. I know that (srfi srfi-N) isn’t portable, but I don’t know what _is_ portable.  I don’t know if ‘(import ...)’ is standard either (sure it is as part of ‘define-library’, but I didn’t find it on its own in r7rs.pdf),

 

That said, at least the name is standard, so it would be good to make it available under this name in Guile:

 

> https://srfi.schemers.org/srfi-97/srfi-97.html:

>A SRFI Library can be referenced by number, as in

>(srfi :1),

 

(srfi 1) is problematic, since ‘1’ is not an symbol (#{1}# is, but that’s not what has been choosen in SRFI 97).

 

> (I hope it’s OK that I pick your brain on this)

 

Sure, but on this subject it’s mostly empty.

 

Best regards,

 


reply via email to

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