diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-03-17 02:51:24 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-03-17 02:51:24 +1100 |
commit | cd3bc5a29b1b8ee223cafb6d8a569c76613eee81 (patch) | |
tree | 3abe6c74678d0388db171371267baa2e41ec917f | |
parent | 3600dd56ee6d7d9bfff3e7f8f8a327e601be5ca3 (diff) |
Note about Pascal: was used to create the entirety of the original Mac OS
-rw-r--r-- | project/templates/steelman.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/steelman.html b/project/templates/steelman.html index 175076f..652f781 100644 --- a/project/templates/steelman.html +++ b/project/templates/steelman.html @@ -49,7 +49,7 @@ to eliminate as many sources of errors as possible. It represents a possible fut <p><a href="https://en.wikipedia.org/wiki/Pascal_(programming_language)" target="_blank">Pascal</a>, like C, predates the Steelman requirements and so they cannot have had any influence at all on the language. It was designed for formal specification and <a href="https://www.tutorialspoint.com/pascal/pascal_overview.htm" target="_blank">teaching algorithms</a>. -Later dialects were used to develop several high profile software projects, including Skype, Photoshop, and parts of +Later dialects were used to develop several high profile software projects, including Skype, Photoshop, and the original Mac OS. It is useful to consider as a precusor of Ada, sharing many points of functionality and style.</p> <p><a href="https://www.rust-lang.org/" target="_blank">Rust</a> is the newest language here, created in 2010. It |