next up previous
Next: 10 Miscellaneous Up: Differences between Sather-1.0 and Previous: 8 Iterators/Streams

9 Handling of built-in methods

 

In S1, there are no predefined methods in every class. In SK, there are a variety. In general, the S1 policy was to place suspect methods in the tex2html_wrap_inline604 class so they would be easily noticed (as in Oberon).

Built-in Methods:

This list is not exhaustive.

Observations for S2: both languages manage to accomplish the same things in slightly different ways, with the exception of converting pointers to hashable integers (important for performance).