survey
Hello All, Is there any survey on scripting languages? I would like to get information on several scripting languages including Python, Perl, Ruby, Tcl, etc. Thanks Dave __ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ -- http://mail.python.org/mailman/listinfo/python-list
Re: survey
I'd like to know how scripts are processed, whether they are compiled into bytecode, how memory is allocated for variables, how scripting languages perform compared to each other, etc. --- Cameron Laird <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Peter Hansen <[EMAIL PROTECTED]> wrote: > >Dave Zhu wrote: > >> Hello All, > >> > >> Is there any survey on scripting languages? I > would > >> like to get information on several scripting > languages > >> including Python, Perl, Ruby, Tcl, etc. > > > >What kind of information? ... > > Precisely. There are whole books http://www.amazon.com/exec/obidos/ASIN/1578700108/002-9216984-6160028 > > > on this subject; there are breezy sketches http://www.itworld.com/AppDev/4061/swol-0202-regex/ > > > you can read in a single setting; and 'most > everything > between. Who wants to know? Is your real interest > to > know what the job market for each language is, or > the > syntax of arithmetic in each language, or which one > has > the best Conferences, or ...? > > http://www.catb.org/~esr/faqs/smart-questions.html > > __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list
Python info
Hello All, I would like to have a broad knowledge on Python. Basically, I would like to know Python is designed, how parsing, compilation, and interpretation take place, how memory management works, how the Python interpreter performs compared to others, etc. I already looked at Python's documentation, but couldn't find any detailed information. Any references would be appreciated. Thank you for your help. Regards, Dave __ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs -- http://mail.python.org/mailman/listinfo/python-list
Symbol Tables
Hello, I would like to know more about Python's symbol tables. How are symbol tables implemented in Python? Hash tables, lists, or arrays? I would really appreciate if there is any documentation that you can provide. Thank you in advance. Dave __ Discover Yahoo! Use Yahoo! to plan a weekend, have fun online and more. Check it out! http://discover.yahoo.com/ -- http://mail.python.org/mailman/listinfo/python-list