in reply to Re: Re: Re: program design language - a reality?
in thread program design language - a reality?

Perl, in fact, has it's own built in English meta-language that can make the program easy to read, even for the "manager" types. They're called comments.

Actually, whereas almost all programming languages support comments, Perl goes one step better by having POD.

Embedded documentation is even better than embedded comments!

Tony

  • Comment on Re: Re: Re: Re: program design language - a reality?