forked from dalehenrich/PharoGs
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
James Foster edited this page Jul 18, 2019
·
2 revisions
- Numeric literals
-
1e3
is aSmallDouble
in GemStone and anInteger
in Pharo.
-
-
Processor
- In Pharo this is the sole instance of
ProcessorScheduler
- In GemStone this is a class with a very similar class-side API to that on the instance side of
ProcessorScheduler
- An instance of ProcessorScheduler cannot be committed since it contains a
Semaphore
(and relates only to the current session - We use the GemStone class and add class-side methods that redirect to the current scheduler
- In Pharo this is the sole instance of