Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Also, You may want to take a look at Mariano's excellent post on compiling your on VM. http://marianopeck.wordpress.com/tag/vmmaker/ His blog is great and full of very interesting posts (thanks Mariano for sharing all this). cheers N. *Lic. Ignacio Sniechowski, MBA* On Tue, Nov 12, 2013

Re: [Pharo-users] Pharo Source Code

2013-11-12 Thread Ignacio Matías Sniechowski
Hi What do you mean by non-Smalltalk "source code" for Pharo? :=) Pharo is 100% Smalltalk, you have to take a look at the VM's source code which is compiled and platform specific. There you will find the answers, like i.e. primitive tables, etc. Hope this answer your question. best regards Nacho

Re: [Pharo-users] Pharo Source Code

2013-11-11 Thread p...@highoctane.be
https://github.com/pharo-project/pharo-vm https://github.com/pharo-project/pharo-core (Smalltalk still) https://github.com/SquareBracketAssociates Phil