Tips/lessons learned for writing a Python powered DSL?

Paul Woolcock pwoolcoc at gmail.com
Thu Jul 7 10:40:39 EDT 2011


For me, diving into the data model really helped me grasp some of the
metaprogramming capabilities that python has, which is helping me as I am
implementing my own DSL in python.

http://docs.python.org/reference/datamodel.html

On Thu, Jul 7, 2011 at 10:20 AM, <python at bdurham.com> wrote:

>  Looking for tips and lessons learned (advice on what to do and not do) for
> writing a Python based DSL.
>
>  Googling python dsl yields some wonderful content which I've just started
> to read. If there are specific articles or 3rd party libraries that you used
> to implement a DSL, I would appreciate hearing about them.
>
>  Thank you,
>  Malcolm
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>


-- 
---
Paul Woolcock
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110707/f0643dff/attachment-0001.html>


More information about the Python-list mailing list