From 6460fcd9ca7a6e2f8eed533395029c5edd13d672 Mon Sep 17 00:00:00 2001 From: Shu-yu Guo Date: Wed, 17 Feb 2021 15:54:38 -0800 Subject: [PATCH] Editorial: Remove paragraph listing similarities to other languages (#2312) --- spec.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec.html b/spec.html index 7535f198f3..2785c37ae2 100644 --- a/spec.html +++ b/spec.html @@ -168,11 +168,6 @@

Overview

ECMAScript was originally designed to be used as a scripting language, but has become widely used as a general-purpose programming language. A scripting language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system. In such systems, useful functionality is already available through a user interface, and the scripting language is a mechanism for exposing that functionality to program control. In this way, the existing system is said to provide a host environment of objects and facilities, which completes the capabilities of the scripting language. A scripting language is intended for use by both professional and non-professional programmers.

ECMAScript was originally designed to be a Web scripting language, providing a mechanism to enliven Web pages in browsers and to perform server computation as part of a Web-based client-server architecture. ECMAScript is now used to provide core scripting capabilities for a variety of host environments. Therefore the core language is specified in this document apart from any particular host environment.

ECMAScript usage has moved beyond simple scripting and it is now used for the full spectrum of programming tasks in many different environments and scales. As the usage of ECMAScript has expanded, so have the features and facilities it provides. ECMAScript is now a fully featured general-purpose programming language.

-

Some of the facilities of ECMAScript are similar to those used in other programming languages; in particular C, Java™, Self, and Scheme as described in:

-

ISO/IEC 9899:1996, Programming Languages — C.

-

Gosling, James, Bill Joy and Guy Steele. The Java Language Specification. Addison Wesley Publishing Co., 1996.

-

Ungar, David, and Smith, Randall B. Self: The Power of Simplicity. OOPSLA '87 Conference Proceedings, pp. 227-241, Orlando, FL, October 1987.

-

IEEE Standard for the Scheme Programming Language. IEEE Std 1178-1990.

Web Scripting