Content deleted Content added
Fred Gandt (talk | contribs) m Reverted edits by 173.180.101.194 (talk) to last version by Fred Gandt |
Restored article after user restored broken info box. Info box is now again in one piece as it should be. Tag: references removed |
||
Line 1:
{{distinguish|Java (programming language)}}
{{redirect|Java Script|the writing system|Javanese script}}
{{Selfref|For the use of JavaScript on Wikipedia, see [[Wikipedia:JavaScript]].}}
{{Infobox programming language
| name
| logo
| paradigm = [[Multi-paradigm]]: [[scripting language|scripting]], [[prototype-based programming|prototype-based]], [[imperative programming|imperative]], [[functional programming|functional]]<ref name="jsfunc"/>▼
| year = 1995▼
▲| paradigm
| designer = [[Brendan Eich]]▼
| developer = [[Netscape Communications Corporation]], [[Mozilla Foundation]]▼
| latest_release_version = 1.8.2<ref>[https://developer.mozilla.org/en/firefox_3.6_for_developers#JavaScript Firefox 3.6 supports JavaScript 1.8.2]</ref>▼
| latest_release_date = {{release date and age|2009|6|22}}▼
▲|
|
| title = New in JavaScript 1.8.5
| publisher
| accessdate
}}</ref>
|
| typing
| implementations
| dialects =
| influenced
| influenced = [[ActionScript]], [[CoffeeScript]], [[Dart (programming language)|Dart]], [[JScript .NET]], [[Objective-J]], [[QML]], TIScript
| mime
| wikibooks = JavaScript▼
| url
▲| name = JavaScript
▲| extension = .js
▲| mime = application/javascript</code><br /><code>text/javascript</code> (obsolete)<ref>[http://www.apps.ietf.org/rfc/rfc4329.html#sec-7.1 RFC 4329]</ref>
▲| uniform type = com.netscape.javascript-source<ref>
▲| publisher = Apple Inc.
▲| url = http://developer.apple.com/mac/library/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html
▲| title = System-Declared Uniform Type Identifiers
▲| work = Mac OS X Reference Library
▲| accessdate = 2010-03-05
}}</ref>
▲| latest release version =
}}
{{JavaScriptSidebar}}
Line 69 ⟶ 51:
== History ==
JavaScript was originally developed by [[Brendan Eich]] of Netscape under the name ''Mocha'', which was later renamed to ''LiveScript'', and finally to JavaScript mainly because it was more influenced by the [[Java programming language]].<ref>{{cite web|last=Krill |first=Paul |url=http://www.infoworld.com/article/08/06/23/eich-javascript-interview_1.html |title=JavaScript creator ponders past, future |publisher=InfoWorld |date=2008-06-23 |accessdate=2009-05-19}}</ref><ref name="computerworld">{{cite web|last=Hamilton|first=Naomi|url=http://www.computerworld.com.au/article/255293/-z_programming_languages_javascript|title=The A-Z of Programming Languages: JavaScript|publisher=computerworld.com.au|date=2008-06-31}}</ref>
LiveScript was the official name for the language when it first shipped in beta releases of Netscape Navigator 2.0 in September 1995, but it was renamed JavaScript in a joint announcement with Sun Microsystems on December 4, 1995,<ref>[http://web.archive.org/web/20070916144913/http://wp.netscape.com/newsref/pr/newsrelease67.html Press release announcing JavaScript], "Netscape and Sun announce Javascript(TM)", PR Newswire, Dec 4, 1995</ref> when it was deployed in the Netscape browser version 2.0B3.<ref name="techvision">{{cite web |archiveurl=http://web.archive.org/web/20080208124612/http://wp.netscape.com/comprod/columns/techvision/innovators_be.html |archivedate=2008-02-08 |title=TechVision: Innovators of the Net: Brendan Eich and JavaScript |publisher=Web.archive.org |date= |accessdate=2010-06-14}}</ref>
|