For Programmers: Free Programming Magazines  


Home > Archive > Tcl > August 2006 > Re: The Weakness of Lisp









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: The Weakness of Lisp
suchenwi

2006-08-23, 4:02 am


Andreas Leitgeb schrieb:

> I'd opt for both, string and list reversal operations, unless they
> were *really* complicated to implement. IOW, it *does* justify at
> least some little effort, imo.


String reversal may be slightly more complex because of varying width
of utf-8 characters. But given an efficient lreverse, it would be no
big deal to
join [lreverse [split $string ""]] ""
like we do in pure Tcl too... :)

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com