First I have to say that I really respect the result you have got and the effort you have spent. It obviously helped your project, and might help others.

I realize Perl's power in certain AI application areas, especailly those areas that heavily reply on a language's ability to process "symbolic language", and Perl's strong regexp support can really help, at least certain portion of such an AI application.

But in general, I am very suspicious about programming language conversion. Especially from a language that has specially targetted application area, to a general language like Perl. The need or motivation of such coversion, most likely, indicates that the choice of Lisp was wrong at the beginning.

It is not a surprise to see that Lisp and Perl have common components and functionalities between them, but who not? To be able to convert a program, line by line, from one language to another, is probably not difficult, but I don't think anybody can straightly summarize and generalize the wisdom and skill of using the target language (in this case, Perl).

Although Perl can be used for almost everything, AI was never the targeted area for Perl, but AI is one of the main targeted area for Lisp.


In reply to Re: Lisp to Perl compilation by pg
in thread Lisp to Perl compilation by hhdave

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.