What If Python Replaced Elisp?
Darrell
darrell at dorb.com
Fri Mar 10 21:19:58 EST 2000
More information about the Python-list mailing list
Fri Mar 10 21:19:58 EST 2000
- Previous message (by thread): What If Python Replaced Elisp?
- Next message (by thread): EBCDIC translation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Not so fast. I've written Forth interpreters that assume the stack holds C++ objects all derived from a common base class. '+=' was defined on the base class and had meaning for strings. ."Hi" ."By" += . Hi By What does this have to do with the conversation, I have no idea. --Darrell "Samuel A. Falvo II" wrote: > What about FORTH compilers? I don't see how Forth fits into this discussion > at all. Forth is an extremely static language, for all its dynamic > features. +, for example, will *only* produce meaningful results when fed > integers. As a result, it doesn't even make sense to perform type > inferencing with Forth. :) >
- Previous message (by thread): What If Python Replaced Elisp?
- Next message (by thread): EBCDIC translation?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list