To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Write-only language

From Wikipedia, the free encyclopedia

In computer humor, a write-only language is a pejorative term for a programming language alleged to have syntax or semantics sufficiently dense and bizarre that any routine of significant size is too difficult to understand by other programmers and cannot be safely edited.[1] Similarly, write-only code is source code so arcane, complex, or ill-structured that it cannot be reliably modified or even comprehended by anyone (with the possible exception of the author).[1]

Languages that have been derided as write-only include APL, C/C++, Perl, Forth, Scala and Lisp,[2][unreliable source?] as well as Dynamic debugging technique (DDT), Text Editor and Corrector (TECO),[3] Mathematica, IGOR Pro, Rust,[4] sed, and the regular expression syntax used in various languages. Attributes that these languages have in common include a large set of operators and a syntax which encourages, or at least permits, the writing of very dense code.[citation needed] Some also have syntaxes which are very different from other languages, and some use different character sets such as APL.

The code below for example is Conway's Game of Life as written in APL2:[5]

'⎕',∊N⍴⊂S'←⎕←(3=T)∨M∧2=T←⊃+/(V⌽¨⊂M),(V⊖¨⊂M),(V,⌽V)⌽¨(V,V←1 -1)⊖¨⊂M'

YouTube Encyclopedic

  • 1/3
    Views:
    3 370 249
    1 178 903
    962 816
  • Java Programming
  • How To Make An Operating System
  • Bjarne Stroustrup: The 5 Programming Languages You Need to Know

Transcription

See also

References

  1. ^ a b "write-only language". Jargon File. Retrieved 2023-05-01.
  2. ^ "Write Only Language". Retrieved 2023-05-01.
  3. ^ Finseth, Craig A. (2006). The Craft of Text Editing. Lulu. ISBN 978-1-4116-8297-9.
  4. ^ "Write-only code". Retrieved 2023-05-01.
  5. ^ "Conway's Game of Life in one line of APL". Dr.Dobbs. February 2006. Archived from the original on 2015-03-24. Retrieved 2015-03-28.
This page was last edited on 27 October 2023, at 23:12
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.