This post originated from an RSS feed registered with Python Buzz
by Hans Nowak.
Original Post: Sawdust
Feed Title: Efectos Especiales
Feed URL: http://www.zephyrfalcon.org/weblog2/rss.xml
Feed Description: Ramblings, rants, musings, ideas and observations. Topics include (but are not limited to): programming (especially Python), books, games (especially CCGs and board games), astrology, design, writing, painting, etc.
See yesterday's post about the namespace split. The decision I made can be grokked from this piece of code: (C:\cvsroot\zeta\python) $ tiny.py Welcome to PyZetalisp 0.1.5 >>> (let ((+ 3)) (+ + +)) 6 Once the interpreter is a bit more usable (currently it doesn't have lambda or if, to name a few things), I will upload it. ... [227 words]