Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Learning Algorithms using Perl.

by GotToBTru (Prior)
on May 08, 2017 at 19:04 UTC ( [id://1189814]=note: print w/replies, xml ) Need Help??


in reply to Learning Algorithms using Perl.

I would ask what constitutes a "proper programming language."

I learned algorithms using 1970's BASIC and 1960's FORTRAN. Talk about limited languages. Neither had support for data structures other than arrays and scalars, control structures were limited to if-then, for loops and goto.* We could compute determinants of matrices and bubblesort with the best of 'em. It just took a bit to write.

Perl contains the features right out of the box to implement algorithms: control structures, data structures, recursion, objects. Most of these have been enhanced via CPAN. My own experience and imagination are limited; I wonder what sort of algorithms your colleague has in mind that cannot be implemented in Perl. Especially those relevant to a beginner.

*But we were grateful to have them!

But God demonstrates His own love toward us, in that while we were yet sinners, Christ died for us. Romans 5:8 (NASB)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1189814]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found