Penguin

Differences between current version and revision by previous author of Guile.

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

Newer page: version 2 Last edited on Wednesday, November 19, 2003 1:07:55 pm by AristotlePagaltzis
Older page: version 1 Last edited on Wednesday, November 19, 2003 9:10:09 am by SamJansen Revert
@@ -1,5 +1,6 @@
 Taken from the [Guile homepage|http://www.gnu.org/software/guile/guile.html]: 
  
-'' Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.''  
+;: Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs. %%% %%% Guile is an interpreter for the [Scheme] programming language, packaged as a library which can be incorporated into your programs. Your users have full access to the interpreter, so Guile itself can be extended, based on the needs of the user. The result is a scripting language tailored to your application.  
  
-''Guile is an interpreter for the [Scheme] programming language , packaged as a library which can be incorporated into your programs. Your users have full access to the interpreter, so Guile itself can be extended, based on the needs of the user. The result is a scripting language tailored to your application.''  
+----  
+CategoryProgrammingLanguages , CategoryFunctionalProgrammingLanguages