Re: useful string utility
Ken Anderson writes:
>
> Scheme is a wonderful language, but I agree with you that
> character manipulation in it is very painful.
>
> Why is it painful? The loops in your C code become tail recursive
> functions, right? Something like this in Common Lisp:
>
> [pretty code deleted]
"painful" was not the good word, I should have said "verbose". The places where
I prefer using classical imperative languages are vector manipulation and
(this is exactly the same thing) string manipulation at a character level.
In these case I prefer the bracket notation which is (at least for me) more
natural than the xxx-ref one.
-- Erick
Received on Sat Sep 20 1997 - 18:04:13 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST