Comparison of multi-paradigm programming languages: Difference between revisions

Content deleted Content added
m Remove advertising (via WP:JWB)
GreenC bot (talk | contribs)
Rescued 1 archive link; reformat 1 link. Wayback Medic 2.5
Line 97:
| {{yes}} || {{no}} || {{no}} || {{no}} || {{yes}} || {{no}} || {{no}} || {{no}} || {{no}} || {{no}} || {{no}} || {{yes}}<ref group="a" name="class" /> || {{no}} || {{no}} || {{no}} || {{no}}
|-
| [[ECMAScript]]<ref>[http://www.crockford.com/javascript/little.html The Little JavaScripter] demonstrates fundamental commonality with Scheme, a functional language.</ref><ref>[http://mckoss.com/jscript/object.htm Object Oriented Programming in JavaScript] {{Webarchive|url=https://web.archive.org/web/2018072215175020190210070220/http://mckoss.com/jscript/object.htm |date=20182019-0702-2210 }} gives an overview of object-oriented programming techniques in JavaScript.</ref> ([[ActionScript]], [[E4X]], [[JavaScript]], [[JScript]]) || 4 (5)
| {{partial|partial (promises, native extensions)}}<ref group="a" name="nodejs-cluster">using [[Node.js]]' [https://nodejs.org/api/cluster.html cluster] module or [https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options child_process.fork] method, [https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers web workers] in the browser, etc.</ref> || {{no}} || {{no}} || {{partial|Library}}<ref>{{Cite web | url=https://reactjs.org/ | title=React – A JavaScript library for building user interfaces| date=2019-04-08}}</ref><ref>{{Cite web | url=https://reactjs.org/ | title=React – A JavaScript library for building user interfaces| date=2019-04-08}}</ref><ref>{{Cite web | url=https://github.com/getify/tng-hooks | title=TNG-Hooks| date=2019-04-08}}</ref> || {{no}} || {{yes}} || {{no}} || {{no}} || {{yes}} || {{no}} || {{yes}} || {{yes}}<ref group="a" name="prototype">Prototype-based</ref> || {{partial|Library}}<ref>{{Cite web | url=https://lodash.com/docs/4.17.11#flow | title=Lodash documentation| date=2019-04-08}}</ref><ref>{{Cite web | url=https://swannodette.github.io/mori/#pipeline | title=mori| date=2019-04-08}}</ref> || {{partial|Editor}}<ref>{{Cite web | url=http://lighttable.com/ | title=Light Table| date=2019-04-08}}</ref> || {{no}} || reactive<ref group="a" name="rxjs">using [http://reactivex.io/rxjs/ Reactive Extensions (RxJS)]</ref><ref>{{Cite web | url=https://github.com/getify/tng-hooks | title=TNG-Hooks| date=2019-04-08}}</ref>, event driven<ref group="a" name="node-events">in Node.js via their [https://nodejs.org/api/events.html events] module</ref><ref group="a" name="dom-events">in browsers via their native [https://developer.mozilla.org/en-US/docs/Web/API/EventTarget EventTarget] API</ref>