guile-devel
[Top][All Lists]
Advanced

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

Re: Module name mangling


From: Martin Grabmueller
Subject: Re: Module name mangling
Date: Wed, 24 Jan 2001 22:55:55 +0100

> From: Dirk Herrmann <address@hidden>
> Date: Wed, 24 Jan 2001 18:40:01 +0100 (MET)
>
> Instead of an url encoding, we could also choose a different encoding if
> preferred:
> 
>   (define char-encoding-alist  
>     '((#\% . "%percent%") (#\* . "%star%")))
> 
> This would, for example, result in "and-let%star%.scm" instead of
> "and-let%2A.scm", which IMO is easier to understand.

Personally, I like this solution best. If we don't do general
URL-encoding, we can as well do the the encoding style which is most
readable.

But, as always, the final decision is with those who have write privs
;-)

'Martin
-- 
Martin Grabmueller              address@hidden
http://www.pintus.de/mgrabmue/  address@hidden on EFnet



reply via email to

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