Jump to content

Talk:JavaScript

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2a00:fbc:e1c4:5a7e:952e:5756:15ec:39d (talk) at 14:19, 29 March 2025 (Semi-protected edit request on 29 March 2025: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Perl should be added to the list of influencers of JavaScript

See

- https://2ality.com/2013/02/javascript-influences.html

listing similar methods where the comments explicitly mention Perl

And consider the newer "use strict" which is literally a Perl pragma

I don't know how to add this information, since editing is protected. 2A00:FBC:E1C4:5A7E:952E:5756:15EC:39D (talk) 03:36, 29 March 2025 (UTC)[reply]

Semi-protected edit request on 29 March 2025

Add Perl to the list of "Influenced By", links to sources can be found in the talk section.


Reasoning:

It's not only very obvious that perl influenced methods in the Array, String and RegEx objects by name and semantic. The original source code of JavaScript is explicitly referencing Perl in the comments on numeral occasions.

Perl might be an unpopular language in 2025 but was very popular at the time of the creation of JS.

The "use strict" feature in newer instances of JS is a straight forward copy from Perl. 2A00:FBC:E1C4:5A7E:952E:5756:15EC:39D (talk) 14:19, 29 March 2025 (UTC)[reply]