Pharo is an open source programming language created in 2008.
#640on PLDB | 16Years Old |
Pharo is an open source dynamic and reflective language inspired from the programming language and integrated development environment (IDE) Smalltalk. Pharo offers strong live programming features such as immediate object manipulation, live update and hot recompiling. The live programming environment is at the heart of the system.. Read more on Wikipedia...
Object subclass: #Counter
instanceVariableNames: ’count initialValue’
classVariableNames: ’’
package: ’MyCounter’
'Hello World' crLog
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | 'Hello world' | ' |
Print() Debugging | ✓ | crLog |