Hi all,
I haven't experienced functional programming very much, but now I'm
trying to learn Haskell and I've learned that: 1) in functional
programming LISTS are fundmental; 2) any "cycle" in FP become
recursion.
I also know that Python got some useful tool such as map, filter,
reduce... so I told:
On 18 Set, 18:51, Grant Edwards <[EMAIL PROTECTED]> wrote:
> Perhaps Lorenzo Stella is referring to Python's lack of
> tail-recursion optimization? There are languages that
> guarantee unlimited tail-recursion with a limited stack.
That's it.
Rustom Mody: your implement
Hi all,
I'm trying to write a simple script for sending sms via vyke... I have
to make a https
connection and pass some data with the POST method, like this perl
script does:
http://www.nutella.org/vyke.sms.txt
I tried to make the same, but it simply doesn't work! Any request
gives a 200 OK resul