from Hacker News

Exploring Programming Language Architecture in Perl (2010)

by 3rdAccount on 11/24/18, 2:07 AM with 8 comments

  • by akshayB on 11/24/18, 5:03 PM

    I have used perl in lot of projects many years a ago and personally I was a big fan of it. I used perl to do lot of flat file and log processing, also had fun time building CGI based apps too. But I guess perl didn't transitioned from v5 to v6 fast enough and now lot of other programming languages have taken over.
  • by zerr on 11/24/18, 3:55 PM

    Perl 6 variant of this would be nice.
  • by senorsmile on 11/24/18, 8:55 PM

    Specifically, this uses Perl 5 to write a Scheme interpreter. Great find!
  • by jonsen on 11/24/18, 11:24 AM

    <prev> to the cover page, there’s a PDF.
  • by talksoup on 11/24/18, 6:27 PM

    I would love a book like this about cpython