Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Linked Lists and Perl

by Velaki (Chaplain)
on Sep 28, 2006 at 14:09 UTC ( [id://575356]=note: print w/replies, xml ) Need Help??


in reply to Linked Lists and Perl

I wondered about it too, and then I realized that one could implement Scheme in Perl, which means one could even implement Prolog in Perl.

Sometimes list processing concepts (LISP and its kin) are the way to go, especially when needing to model complex graphs. And in any case, using an AoA or AoH, or any of the other variants tends to exploit a kind of linked list already.

If you want to go one step further, you can implement a true CONS cell using Perl.

Just my thoughts,
-v

"Perl. There is no substitute."

Replies are listed 'Best First'.
Re^2: Linked Lists and Perl
by jdporter (Paladin) on Sep 28, 2006 at 15:19 UTC
    Good point! In fact, it's been done. ;-)
Re^2: Linked Lists and Perl
by diotalevi (Canon) on Sep 29, 2006 at 18:38 UTC

    Prolog in perl? Sure! AI::Prolog.

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found