Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why did you choose Perl as the programming language for HoloDraw?

0
Posted

Why did you choose Perl as the programming language for HoloDraw?

0

I chose the Perl language for several reasons, not the least of which was familiarity. However, some other advantages include: • Perl is interpreted. This means you have no hassles keeping track of source code vs. compiled code. You always know you are looking at the same version of source code as what you are running. You don’t have to worry about recompiling, make scripts, huge cryptic link and load commands, etc. • Perl was born under Unix and therefore is well integrated with Unix features like standard input, standard output and standard error. Unix integration was also a design goal for HoloDraw, making Perl a natural choice. • Perl is free. • Perl comes preinstalled on many distributions of Unix. • Perl is very strong at manipulating strings, which is the bulk of what HoloDraw does. Not wishing to fuel a language war, I will acknowledge that other languages provide many of these features and some may even have better features of their own.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123