Re: Aliasing an identifier

2018-11-18 Thread Marc Nieper-Wißkirchen
Am Sa., 17. Nov. 2018 um 16:17 Uhr schrieb Marc Nieper-Wißkirchen < marc.nie...@gmail.com>: > Am Do., 15. Nov. 2018 um 17:55 Uhr schrieb Marc Nieper-Wißkirchen < > marc.nie...@gmail.com>: > >> I would like to alias an identifier in Guile. By this, I mean the >> following: Given a bound identifier

Re: Aliasing an identifier

2018-11-17 Thread Marc Nieper-Wißkirchen
Am Do., 15. Nov. 2018 um 17:55 Uhr schrieb Marc Nieper-Wißkirchen < marc.nie...@gmail.com>: > I would like to alias an identifier in Guile. By this, I mean the > following: Given a bound identifier `x', I want to lexically introduce > another identifier `y' with the same binding as `x' so that `x'