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 > Extension language
Extension languages allow users, programmers, and third-party developers to add features to a program without having to re-write the program as a whole, and it allows people extending a program to co-operate with each other, without having to expend any extra effort.This is from http://www.gnu.org/software/guile/guile.html from the introduction to GNU's Guile programming language.
Read more »