Measures Concepts
GitHub icon

TOM object-oriented

TOM object-oriented - Programming language

< >

TOM object-oriented is an open source programming language created in 1999.

#1444on PLDB 25Years Old

TOM was an object-oriented programming language developed in the 1990s that built on the lessons learned from Objective-C. The main purpose of TOM was to allow for "unplanned reuse" of code via a well-developed extension mechanism. This concept was introduced seemingly by accident in Objective-C and later proved to be of wide use, and was applied aggressively in TOM. Read more on Wikipedia...


Example from Wikipedia:
implementation class HelloWorld int main Array argv { [[[stdio out] print "Hello, world!"] nl]; } end; implementation instance HelloWorld end;

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout