As a python coder that has changed to Pharo I can tell you that the answer to your questions is "no". Its actually much better because cpython is not a live coding environment but Pharo is.
iPython tries to compensate , Pharo of course lacks some of the features of iPython but overall Pharo's ability to do true live coding really shines here. Live coding means the ability to code your application while it runs without every need to stop it and restart it to correct an error.
Pharo lacks the existence of a pure mathematical library like numpy however it offers not only Nativeboost that gives full access to C libraries similar to ctypes for Python , Nativeboost also is an inline assembler. In theory that means access to raw speed.
Matplotlib I am not very familiar with but Pharo has a set of library called Moose which contain several libraries for visualisations one of them is Roassal which is easy enought to use for several kinds of Graphs and illustrations, there is even Roassal3d if 3d graphics is your thing.
[+] [-] fritz_vd|12 years ago|reply
[+] [-] kilon|12 years ago|reply
iPython tries to compensate , Pharo of course lacks some of the features of iPython but overall Pharo's ability to do true live coding really shines here. Live coding means the ability to code your application while it runs without every need to stop it and restart it to correct an error.
Pharo lacks the existence of a pure mathematical library like numpy however it offers not only Nativeboost that gives full access to C libraries similar to ctypes for Python , Nativeboost also is an inline assembler. In theory that means access to raw speed.
Matplotlib I am not very familiar with but Pharo has a set of library called Moose which contain several libraries for visualisations one of them is Roassal which is easy enought to use for several kinds of Graphs and illustrations, there is even Roassal3d if 3d graphics is your thing.
Roassal: http://objectprofile.com/Roassal.html
examples of Roassal: http://forum.world.st/attachment/4692028/0/image.png http://www.highoctane.be/images/RoassalWorldMap.png http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/a...
examples of Roassal3d: http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/a... http://objectprofile.com/photos/3.png
I give a general idea of what Pharo is in my "Why Pharo" video tutorial
http://www.youtube.com/watch?v=Ol5ivaEATLQ
[+] [-] _mhr_|12 years ago|reply
A bit off-topic, but would it be possible for Pharo's windows to look native?
[+] [-] estebanlor|12 years ago|reply
[+] [-] mark_l_watson|12 years ago|reply
I have a NLP library on github for Pharo or Squeak. Hopefully thus will motivate me to update it.
[+] [-] mark_l_watson|12 years ago|reply
There is not much there: just my FastTag part of speech tagger.
[+] [-] seandenigris|12 years ago|reply
[+] [-] rasur|12 years ago|reply
[+] [-] emaringolo|12 years ago|reply
[+] [-] bromagosa|12 years ago|reply
[+] [-] svc|12 years ago|reply
Thank you.
[+] [-] shizzy0|12 years ago|reply
[+] [-] smokescreen|12 years ago|reply
[+] [-] philippeback|12 years ago|reply
[+] [-] hilaire|12 years ago|reply