Perl vs Python: implementation of algorithms to deal with advanced data structures
Posted
by user350571
on Stack Overflow
See other posts from Stack Overflow
or by user350571
Published on 2010-05-26T17:07:12Z
Indexed on
2010/05/26
17:21 UTC
Read the original article
Hit count: 398
I'm learning perl and everytime I search for perl stuff in the internet I get some random page with people saying that perl should die because code written in it looks like a lesson in steganography. Then they say that python is clean and stuff like that. Now, I know that those comparisons are always stupid and made by fellows that feel that languages are a extension of their boring personality so, let me ask instead: can you give me the implementation of a widely known algorithm to deal with a data structure like red-black trees in both languages so I can compare?
© Stack Overflow or respective owner