I used Pharo in my Object Oriented course at the Univeristy (for my CS degree) and I was really surprised for this paradigm. We saw Haskell and Pharo and I was really happy to discover new things from a language point of view. It is hard to say that Java or any other imperative language is OO after seeing Smalltalk/Pharo. About the question if it's used in production, the teacher for that segment of the course was a…
Pharo 11
21–30 of 189 posts
Re: Pharo 11
#22As a rails developer - my introduction to Pharo started with this video: https://youtu.be/HOuZyOKa91o If you're not a ruby/rails developer you can still see how awesome it is, but for rubyists specifically it can really be quite mind blowing.
Re: Pharo 11
#23Does anyone have any insight into this development? What impact on GC performance?
Re: Pharo 11
#24Re: Pharo 11
#25> Ephemerons Production Ready. Does anyone have any insight into this development? What impact on GC performance?
https://github.com/pharo-project/pheps/blob/main/phep-0003.m...
https://thepharo.dev/2021/04/07/a-taste-of-ephemerons/
But I do not know if Guille has some benchmarks.
Re: Pharo 11
#26As a rails developer - my introduction to Pharo started with this video: https://youtu.be/HOuZyOKa91o If you're not a ruby/rails developer you can still see how awesome it is, but for rubyists specifically it can really be quite mind blowing.
Re: Pharo 11
#27The primary challenge with Pharo is the complexity of using this in a multi-user type of environment where the image is shared between people. How does one do that?
Re: Pharo 11
#28I used Pharo in my Object Oriented course at the Univeristy (for my CS degree) and I was really surprised for this paradigm. We saw Haskell and Pharo and I was really happy to discover new things from a language point of view. It is hard to say that Java or any other imperative language is OO after seeing Smalltalk/Pharo. About the question if it's used in production, the teacher for that segment of the course was a…
I'd be interested in some of these industry use case stories if you could share something.
Re: Pharo 11
#29As a rails developer - my introduction to Pharo started with this video: https://youtu.be/HOuZyOKa91o If you're not a ruby/rails developer you can still see how awesome it is, but for rubyists specifically it can really be quite mind blowing.
I switched from Ruby to Smalltalk in 2008 for this specific reason.