# HG changeset patch # User Karl Berry # Date 1374356288 25200 # Node ID 09c1c72dfe8036b6785263e2a38c8e0c00714064 # Parent 1d151e47d4d4b14b7e9fdb3dde05ae8c218dece9 autoupdate diff -r 1d151e47d4d4 -r 09c1c72dfe80 doc/standards.texi --- a/doc/standards.texi Sat Jul 20 07:03:38 2013 -0700 +++ b/doc/standards.texi Sat Jul 20 14:38:08 2013 -0700 @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -@set lastupdate July 19, 2013 +@set lastupdate July 20, 2013 @c %**end of header @dircategory GNU organization @@ -292,10 +292,12 @@ When you want to use a language that gets compiled and runs at high speed, the best language to use is C. C++ is ok too, but please don't -make heavy use of templates. Other languages commonly used in the -free software community, such as Java, Python and Ruby, are ok too. -Please implement the GNU configure and make interface no matter which -language you use. +make heavy use of templates. So is Java, if you compile it. + +When highest efficiency is not required, other languages commonly used +in the free software community, such as Python and Ruby, are ok too. +We encourage use of Lisp and Scheme as well. Please implement the GNU +configure and make interface no matter which language you use. Many programs are designed to be extensible: they include an interpreter for a language that is higher level than C. Often much of the program