[Glass] GemStone compiler errors

BrunoBB via Glass glass at lists.gemtalksystems.com
Thu Nov 24 12:28:26 PST 2016


lautarox,

Well all Smalltalk compiler are different (there is no standart) and very
related to specifics of the VM.
For example in Dolphin Smalltalk you have:
##(<static expression>)
To tell the compiler this is a fixed value and always return the same value
(without evaluating each time). 

In GemStone (and all Smalltalks) double single quotes are used to represent
single quotes inside a string.
For example:
'3' evaluate. "answer anInteger"

But how to evaluate a String ? --> double single quotes
'''3''' evaluate. "answer a String"

A for the other question, what do you want to achieve ?

You have a lot of messages in GemStone (Object class):
#perform:withArguments:

But do you want to execute a aGsMethod ?

regards,
bruno



--
View this message in context: http://forum.world.st/GemStone-compiler-errors-tp4924387p4924636.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list