[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
nobody@nowhere.com
nobody@nowhere.com
Thu, 19 Sep 2002 10:29:38 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#2-4
---------------
Here is an overview of Zope's
scripts:
Python-based Scripts -- You can use Python, a general purpose
scripting language, to control Zope objects and perform other
tasks. These Scripts give you general purpose programming
facilities within Zope.
Perl-based Scripts -- You can use Perl, a powerful text processing
language, to script Zope objects and access Perl
libraries. These scripts offer benefits similar to those of
Python-based Scripts, but may be more appealing for folks who
know Perl but not Python, or who want to use Perl libraries for
which there are no Python equivalents.
% Anonymous User - Sep. 19, 2002 10:29 am:
comment