Smalltalk is an object-oriented, dynamically typed reflective programming language.
apt update ; apt-get install gnu-smalltalk -y
whereis gst ; which gst
gst --version
nano helloworld.st
"Hello world Program"
'Hello World!' printNl !
gst helloworld.st
Smalltalk interactive mode - gst -q
'Hello World!' printNl !
________________________________________________________________________________________
No comments:
Post a Comment