Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Pharo

< >

Pharo is an open source programming language created in 2008.

#636on PLDB 16Years Old
Homepage · Leet Sheet · Wikipedia · Twitter

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...


Example from the web:
Object subclass: #Counter instanceVariableNames: ’count initialValue’ classVariableNames: ’’ package: ’MyCounter’
Example from hello-world:
'Hello World' crLog

Language features

Feature Supported Example Token
Strings ✓ 'Hello world' '
Print() Debugging ✓ crLog

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0