Penguin

Differences between current version and previous revision of YAML.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Monday, September 26, 2005 2:35:28 am by AristotlePagaltzis
Older page: version 3 Last edited on Saturday, November 27, 2004 4:37:38 am by AristotlePagaltzis Revert
@@ -1,3 +1,5 @@
 A [recursive | RecursiveAcronym] [Acronym] for [YAML] __A__in't __M__arkup __L__anguage. 
  
-[YAML | http://www.yaml.org/] is a straightforwardly parsable [Serialisation] format designed to be very human-readable, easy to implement, and computationally powerful, and optimized for data [Serialisation], configuration settings, log files, Internet messaging and filtering. It uses the host languages' native data structures, has a consistent information model, and enables stream-based processing. Implementations are available for many [ ProgrammingLanguage] s, including [Java], JavaScript, [OCaml], [Perl], [PHP], [Python], [Ruby], and others more. 
+[YAML | http://www.yaml.org/] is supposed to be a straightforwardly parsable [Serialisation] format designed to be very human-readable, easy to implement, and computationally powerful. It is optimized for data [Serialisation], but was intended to be directly applicable for storing configuration settings, log files, Internet messaging and filtering. It uses the host languages' native data structures, has a consistent information model, and enables stream-based processing. Implementations are available for many ProgrammingLanguage~ s, including [Java], JavaScript, [OCaml], [Perl], [PHP], [Python], [Ruby], and others more.  
+  
+In recent times, the format has gotten very complex, and has acquired features that are somewhat tied to [Perl]. [JSON] is gaining in favour over it