Skip to content

Commit

Permalink
Small about pharo tweaks (#183)
Browse files Browse the repository at this point in the history
* Word count exercise

* Better expressed alternative solution

* Added some hyperlink for some of the descriptions as I noticed the python page does similar
  • Loading branch information
macta authored Mar 7, 2019
1 parent e172ec3 commit c0889bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Welcome to [Pharo](http://www.pharo.org), an environment and language that embra

It features a world that is:

- **Simple and Powerful:** No constructors, type declarations, interfaces and primitive types. Yet it's a powerful and elegant language with a full syntax that fits on a postcard! The magic is objects and messages all the way down.
- **Simple and Powerful:** No constructors, type declarations, interfaces and primitive types. Yet it's a powerful and elegant language with a full syntax that fits on a [postcard](https://en.wikipedia.org/wiki/File:Pharo_syntax_postcard.svg)! The magic is objects and messages all the way down.
- **Live and Immersive:** Immediate feedback at any moment of your development: Developing, testing, exploring, debugging. Even in live environments, you don't need to wait to compile and deploy!
- **Amazing for Debugging:** The debugger is unlike anything you've seen before. While it lets you step through code, you can also restart the execution of methods, create methods on the fly, and much more!
- **Rich in History but Forward Looking:** Many concepts originated from Smalltalk: MVC, JIT compilation, Live coding, TDD, Refactoring and many more. However we are still looking ahead with moldable tools, GtSpotter, Agile Visualisation, and Pharo MetaLinks to name a few...
- **Active, Friendly, Helpful Community:** Pharo is yours, made by an incredible community, with more than 100 contributors on the last revision and many more constantly contributing with frameworks, libraries and advice.
- **Amazing for Debugging:** The [debugger](https://medium.com/@richardeng/how-to-use-the-pharo-debugger-eb554a2950b6) is unlike anything you've seen before. While it lets you step through code, you can also restart the execution of methods, create methods on the fly, and much more!
- **Rich in History but Forward Looking:** Many concepts originated from Smalltalk: [MVC](http://heim.ifi.uio.no/~trygver/themes/mvc/mvc-index.html), [JIT](https://www.wikiwand.com/en/Just-in-time_compilation) compilation, Live coding, [TDD](https://en.wikipedia.org/wiki/SUnit), [Refactoring](http://www.academia.edu/10644191/A_Refactoring_Tool_for_Smalltalk) and many more. However we are still looking ahead with [moldable tools](https://gtoolkit.com/), [GtSpotter](http://www.humane-assessment.com/blog/introducing-gtspotter), [Agile Visualisation](http://agilevisualization.com/), and [MetaLinks](https://www.slideshare.net/MarcusDenker/lecture-metalinks) to name a few...
- **Active, Friendly, Helpful Community:** Pharo is yours, made by an incredible [community](http://pharo.org/community), with more than 100 contributors on the last revision and many more constantly [contributing](http://pharo.org/contribute) with frameworks, libraries and advice.

Still not convinced? Smalltalk has a rich and fascinating [history](http://worrydream.com/EarlyHistoryOfSmalltalk/), that has influenced most of todays languages and techniques in one form or another. [Learning the source](https://twitter.com/dhh/status/950145591379742727) of these ideas is the road to being a good programmer in any language. But most of all, its just incredibly fun!
Still not convinced? Smalltalk has a rich and fascinating [history](http://worrydream.com/EarlyHistoryOfSmalltalk/), that has influenced most of todays languages and techniques in one form or another. [Learning the source](https://twitter.com/dhh/status/950145591379742727) of these ideas is the road to being a good programmer in any language. But most of all, its just incredibly fun! Why not join in?

0 comments on commit c0889bf

Please sign in to comment.