Differences between version 48 and revision by previous author of ProgrammingLanguages.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 48 | Last edited on Saturday, October 25, 2003 12:14:42 pm | by StuartYeates | Revert |
Older page: | version 46 | Last edited on Friday, October 24, 2003 8:06:39 am | by CraigBox | Revert |
@@ -45,8 +45,10 @@
; [Erlang] : a simple FunctionalLanguage used for writing distributed real time systems, particularly telecommunications systems.
; [Prolog] : a declarative language based on predicate logic. Very useful for grammars, eg natural language processing (give it rules such as nouns and verbs, and it can validate simple sentences...)
+
+; [Eiffel] : an ObjectOriented langauge designed for building large systems. The first general-puorse language to support [PreCondition]s and [PostCondition]s natively.
----
!!! Special Purpose