- Perl 6 Deep Dive
- Andrew Shitov
- 139字
- 2021-07-03 00:05:43
Pugs
Pugs (Perl User's Golfing System) is a Perl 6 compiler written in Haskell. It was started in 2005 by a sole developer and soon attracted more people to the team. Pugs was the most sophisticated compiler of its time. It was difficult and very time consuming to compile the project, the execution speed was low, but the quality of the compilation and the coverage of Perl 6 specification were outstanding.
Pugs main role in Perl 6 as of today is the vast test suite. It was created to test Pugs itself, but turned out to be an official test suite for Perl 6. A compiler that claims to call itself a Perl 6 compiler must pass the test suite tests.
Pugs are not developing anymore, but its source code is available on GitHub at https://github.com/perl6/Pugs.hs.
- 大話PLC(輕松動(dòng)漫版)
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)
- Neo4j Essentials
- UML+OOPC嵌入式C語言開發(fā)精講
- Java EE 8 Application Development
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門到精通(第二版)
- Spring Boot實(shí)戰(zhàn)
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- MongoDB Cookbook(Second Edition)
- Qt 5.12實(shí)戰(zhàn)
- Hadoop Blueprints
- Splunk Essentials
- Java程序設(shè)計(jì)基礎(chǔ)教程
- JavaWeb入門經(jīng)典
- Hands-On Game Development Patterns with Unity 2019