Functional programming: Difference between revisions

Content deleted Content added
clarified
Tags: Mobile edit Mobile web edit
Line 314:
=== Text editors ===
 
[[Emacs]], a highly extensible text editor family uses it'sits own [[Emacs Lisp|Lisp dialect]] for writing plugins. The original author of the most popular Emacs implementation, [[GNU Emacs]] and Emacs Lisp, [[Richard Stallman]] considers Lisp one of his favorite programming languages.<ref>{{Cite web |title=How I do my Computing |url=https://stallman.org/stallman-computing.html |access-date=2024-04-29 |website=stallman.org}}</ref>
 
[[Helix (text editor)|Helix]], since version 24.03 supports previewing [[Abstract syntax tree|AST]] as [[S-expression|S-expressions]], which are also the core feature of the Lisp programming language family.<ref>{{Cite web |title=Helix |url=https://helix-editor.com/news/release-24-03-highlights/ |access-date=2024-04-29 |website=helix-editor.com}}</ref>