<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=OrdinalObjects</id>
	<title>OrdinalObjects - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.wikiworld.com/index.php?action=history&amp;feed=atom&amp;title=OrdinalObjects"/>
	<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=OrdinalObjects&amp;action=history"/>
	<updated>2026-05-06T15:44:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://www.wikiworld.com/index.php?title=OrdinalObjects&amp;diff=1913&amp;oldid=prev</id>
		<title>imported&gt;Import: Imported current content</title>
		<link rel="alternate" type="text/html" href="https://www.wikiworld.com/index.php?title=OrdinalObjects&amp;diff=1913&amp;oldid=prev"/>
		<updated>2026-01-28T11:54:25Z</updated>

		<summary type="html">&lt;p&gt;Imported current content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;[[OrdinalObjects|OrdinalObject]]: An object that represents itself. The object and its value are the same thing.&lt;br /&gt;
&lt;br /&gt;
Stings and numbers in [[ObjectWiki]] are ordinal objects.  That means they represent themselves.  The Word &amp;quot;dog&amp;quot; has the value &amp;quot;dog&amp;quot;.  The Number 123 has the value 123.&lt;br /&gt;
&lt;br /&gt;
These ordinal objects are built in to [[ObjectWiki]].  We don&amp;#039;t need to say:&lt;br /&gt;
&lt;br /&gt;
 class: [[WikiObject]]&lt;br /&gt;
 class: Word&lt;br /&gt;
 name: dog&lt;br /&gt;
 value: dog&lt;br /&gt;
&lt;br /&gt;
since strings simply represent themselves.&lt;br /&gt;
&lt;br /&gt;
Ordinal objects are immutable, they cannot be modified.  If you send the message &amp;quot;+ 1&amp;quot; to the object 123, a different object, 124 is returned, the object 123 cannot be changed because it represents itself.&lt;br /&gt;
&lt;br /&gt;
Note, this implies that Strings also cannot be changed.  And yet, except for Symbols, which only stand for themselves, we often seek to modify Strings. In [[ObjectWiki]], we can provide for this by defining update methods invoked on a String which will mutate the String into a Text object with an attribute value of the string which may be changed to another string (except Symbols which are Strings that forbid changes).&lt;br /&gt;
&lt;br /&gt;
In [[ObjectWiki]] we make little distinction between instances, classes and meta-classes.   An object can inherit from any object.  In other words you can use any existing object as a model for making a new object.&lt;/div&gt;</summary>
		<author><name>imported&gt;Import</name></author>
	</entry>
</feed>