Re: (not really) randon ideas

2006-03-27 Thread Tim Roberts
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >regarding the constants, this is more for the "vm" (and type safety). >actually enums, constants and symbols can prolly be implemented more or >less the same. Ewww. For some reason, there's just something about the vulgar construct "prolly" that r

Re: (not really) randon ideas

2006-03-25 Thread [EMAIL PROTECTED]
regarding the constants, this is more for the "vm" (and type safety). actually enums, constants and symbols can prolly be implemented more or less the same. -- http://mail.python.org/mailman/listinfo/python-list

Re: (not really) randon ideas

2006-03-25 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, oluoluolu wrote: > I have been programming in Python for many years, and I generally have > run into alot of the same problems repeatedly. > > What is the consensus on these ideas please? > > * enums There's a cookbook recipe: http://aspn.activestate.com/ASPN/Cookbook/P

(not really) randon ideas

2006-03-25 Thread oluoluolu
I have been programming in Python for many years, and I generally have run into alot of the same problems repeatedly. What is the consensus on these ideas please? * enums * constants * an imagefile ala smalltalk * symbols ala lisp/scheme thx in advance -- http://mail.python.org/mailman/listinf