next | previous | forward | backward | up | top | index | toc | home

Thing -- the class of all things

Description

Everything in Macaulay 2 is a thing. This includes numbers, strings, and lists. More complicated things such as polynomials, groups, rings, and chain complexes are implemented as hash tables. See Type for information about what types of things there are.

Types of thing :

Functions and methods returning a thing :

Methods that use a thing :

For the programmer

The object Thing is a type, with no ancestor class..