<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<BR>
On Sun, 2008-03-30 at 07:48 -0400, bearophile wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <TT><FONT COLOR="#000000">That's equal to Python, where you can write: array[5:] array[:5]</FONT></TT><BR>
    <TT><FONT COLOR="#000000">Something very close is possible in Haskell too.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
Right, I just think it's nicer than array[5..length] :-)<BR>
<BR>
array[5..] and array[..5] seem to make perfect sense to me and get rid of kludge like $.
</BODY>
</HTML>