TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Exploring Programming Language Architecture in Perl (2010)

57 pointsby 3rdAccountover 6 years ago

5 comments

akshayBover 6 years ago
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.
评论 #18523495 未加载
评论 #18524287 未加载
zerrover 6 years ago
Perl 6 variant of this would be nice.
评论 #18523565 未加载
senorsmileover 6 years ago
Specifically, this uses Perl 5 to write a Scheme interpreter. Great find!
jonsenover 6 years ago
<prev> to the cover page, there’s a PDF.
talksoupover 6 years ago
I would love a book like this about cpython