Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > 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 and Perl are common examples.
Read more »