diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:15:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 14:15:40 +0800 |
commit | 376fe0ab145cace29b2afb23cbf36d8126910fce (patch) | |
tree | 9d5affcf19662cc92b95273f7f190a751f84c166 /lang/Makefile | |
parent | ca4c67ebdd567b7fdd8065a7769841a5e5a9aaad (diff) | |
download | freebsd-ports-gnome-376fe0ab145cace29b2afb23cbf36d8126910fce.tar.gz freebsd-ports-gnome-376fe0ab145cace29b2afb23cbf36d8126910fce.tar.zst freebsd-ports-gnome-376fe0ab145cace29b2afb23cbf36d8126910fce.zip |
StepTalk is the official GNUstep scripting framework. StepTalk is more
than a scripting framework with an illusion of single objective
environment between objects of scriptable servers or applications.
StepTalk, when combined with the dynamism that the Objective-C
language provides, goes way beyond mere scripting. It is language
independent - it uses languages as separate bundles.
WWW: http://www.gnustep.org/experience/StepTalk.html
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5797a060f5c4..b1dd9fa04bd9 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -298,6 +298,7 @@ SUBDIR += squeak SUBDIR += sr SUBDIR += starlogo + SUBDIR += steptalk SUBDIR += stklos SUBDIR += stldoc SUBDIR += swi-pl |