| | TMTOWTDI (was: Re: NQC in Boston University Linux :)) Todd Lehman
| | | (...) I'd like to take a close look at Python someday, but I doubt I'll end up using it if it's got the frustrations of other syntactically challenged languages. (My favorite programming languages are Perl, PostScript, and LISP/Scheme/Logo for their (...) (25 years ago, 7-Apr-00, to lugnet.off-topic.geek)
| | | | | | | | Re: TMTOWTDI (was: Re: NQC in Boston University Linux :)) Matthew Miller
| | | | | (...) Well, in python, that's very easy, since all variables are references. But, for example, to test if 'foo' is a callable object (a function, class, method, etc...), this is the Way: if not callable(foo): sys.exit(1) As I understand it, any (...) (25 years ago, 8-Apr-00, to lugnet.off-topic.geek)
| | | | | | |