Write-only language
|
A write-only language is a programming language with the attribute that programs written in it are more easily scrapped and re-written than modified. Far from being a disadvantage, this tends to avoid the kluge one often gets with modified code.
APL, J and sometimes Perl 5 are common examples.
It's important to note though, that one can write write-only code in any language.