Category:Programming paradigm/Tacit: Difference between revisions

From Rosetta Code
Content added Content deleted
(tried to draw a contrast with RPN languages)
imported>MaD70
(Slightly reformatted and added a link to APL Wiki and Wikipedia)
Line 4: Line 4:
(For comparison purposes: arguments typically are not explicitly referenced in stack based languages -- however, in most stack based languages arguments are stateful, in the sense that you need to access them differently after every push or pop or whatever.)
(For comparison purposes: arguments typically are not explicitly referenced in stack based languages -- however, in most stack based languages arguments are stateful, in the sense that you need to access them differently after every push or pop or whatever.)


See also:
See also: http://www.jsoftware.com/jwiki/Essays/Tacit%20Expressions
* [https://code.jsoftware.com/wiki/Essays/Tacit_Expressions Tacit Expressions] - J Wiki
* [https://aplwiki.com/wiki/Tacit_programming Tacit programming] - APL Wiki
* [https://en.wikipedia.org/wiki/Tacit_programming Tacit programming] - Wikipedia

Revision as of 12:35, 3 January 2024

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Programming paradigm/Tacit is a programming language feature.

Tacit programming is programming where the arguments are state-free and are not explicitly referenced.

(For comparison purposes: arguments typically are not explicitly referenced in stack based languages -- however, in most stack based languages arguments are stateful, in the sense that you need to access them differently after every push or pop or whatever.)

See also:

Subcategories

This category has the following 4 subcategories, out of 4 total.

B

  • BQN(1 C, 273 P)

J

  • J(3 C, 1,413 P)
  • Jq(2 C, 1,144 P)

L