Computer language Quote by Larry Wall
“It is easier to port a shell than a shell script.”
About This Quote
Source Quote: Interview, 1995
Shells (command interpreters) are easier to move than complex scripts that rely on specific environments.
In simple terms: Moving a simple tool is easier than moving a complex script.
Prefer simple, portable tools.
Themes
Mood
Type
When to use this quote
- deployment
- cross‑platform development
- maintenance
- script writing
Key Concepts
Questions to Reflect On
- When is a script worth the extra effort?
- How can you simplify a complex script?
Complex scripts may still be necessary for advanced tasks.