>>>> "Hrv" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrvoje> Note: it should really be int-char and char-int, not
Hrvoje> int-to-char and char-to-int.
>
> Huh? C-h f int-char:
>
> `int-char' is an alias for `int-to-char', a built-in function
Hrv> That was a novelty, after Steve didn't like the name `int-to-char'. I
Hrv> think we should revert to the old versions, as Common Lisp has them
Hrv> too.
Usually we should use the names in the Common Lisp standard as the
`approved' names for these functions.
Strangely, Common Lisp has char-int (and also char-code, which would
be equivalent), but no int-char. Maybe that's a hint to us.
Martin