Change Quote by Stephen Wolfram
“Well, the first thing to say is that we've worked hard to maintain compatibility, so that any program written with an earlier version of Mathematica can run without change in 3.0, and any notebook can be converted.”
About This Quote
Source Software Documentation: Mathematica 3.0 Release Notes, 1996
The statement emphasizes backward compatibility, ensuring older Mathematica code runs unchanged in version 3.0 and notebooks can be migrated.
In simple terms: Old code works in new version; notebooks convert easily.
Maintain compatibility when upgrading software.
Themes
Mood
Type
When to use this quote
- upgrading software
- maintaining legacy code
- academic research
- data analysis
- teaching
Key Concepts
Questions to Reflect On
- How will you test old scripts after upgrade?
- What migration steps are needed for notebooks?
Legacy code may still contain bugs that new versions expose.