Another scripting language implemented into Python itself?
Terry Reedy
tjreedy at udel.edu
Mon Jan 24 20:36:56 EST 2005
"Roy Smith" <roy at panix.com> wrote in message
news:roy-97DBC5.19403124012005 at reader1.panix.com...
> In article <mailman.1231.1106610969.22381.python-list at python.org>,
> Quest Master <zainalam at gmail.com> wrote:
>
>> So, my question is simply this: is there an implementation of another
>> scripting language into Python?
>
> Python *is* a scripting language. Why not just let your users write
> Python modules which you them import and execute via some defined API?
That was my thought also, with the note that you only need to document as
much users will need, including specific modules (if any) to import.
Terry J. Reedy
More information about the Python-list
mailing list