Future versions of macOS won’t include scripting language runtimes by default
> Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. Future versions of macOS won’t include scripting language runtimes by default, and might require you to install additional packages. If your software depends on scripting languages, it’s recommended that you bundle the runtime within the app. (49764202)
[1]: https://developer.apple.com/documentation/macos_release_notes/macos_10_15_beta_release_notes
[+] [-] NikkiA|6 years ago|reply
[+] [-] fredthomsen|6 years ago|reply
[+] [-] gshdg|6 years ago|reply
[+] [-] skunkworker|6 years ago|reply
[+] [-] todd8|6 years ago|reply
I can use the bc command instead (it’s an old Unix command) but it’s far less handy. See it’s man page.
There’s also dc, the even less used reverse Polish notation calculator. It is a standard Unix command that predates bc.
The dc “language” is older than the C, Awk, Perl, or any other programming language still found on Unix systems. It is written in C’s predecessor, the language B.
You can tell that bc and dc are early Unix commands from their names, just two characters long.
[+] [-] gsn|6 years ago|reply
[+] [-] allwein|6 years ago|reply
[+] [-] new4thaccount|6 years ago|reply
[+] [-] RayDonnelly|6 years ago|reply