Pārlūkot izejas kodu

Added 2 list items to the differences with other smalltalks section

Nicolas Petton 13 gadi atpakaļ
vecāks
revīzija
70ea00a2b5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      documentation.html

+ 1 - 0
documentation.html

@@ -36,6 +36,7 @@ title: Jtalk Smalltalk - documentation
       <li>The collection class hierarchy is simpler compared to most Smalltalk implementations. There is no <code>OrderedCollection</code>, <code>Set</code> or <code>SortedCollection</code>. However, the size of arrays is dynamic, and they behave like an ordered collection. They can also be sorted with the <code>#sort*</code> methods.</li>
       <li>The <code>Date</code> class behaves like the <code>Date</code> <em>and</em> <code>TimeStamp</code> classes in Pharo Smalltalk. Therefore both <code>Date today</code> and <code>Date now</code> are valid in Jtalk.</li>
       <li>Jtalk use solely <code>=</code> to test object equality and not the <code>#hash</code> method.</li>
+      <li>Jtalk misses <code>thisContext</code> and does not support <code>#doesNotUnderstand</code>.</li>
     </ul>
 
     <h3>Committing changes to disk with the web-based IDE</h3>