On 3/10/17, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Hi!
Is there a simple way to translate Pharo code into Javascript? There is Pharo JS, but I cannot load it in Pharo 6. There is the amber compiler, but I cannot find a version for Pharo.
Amber takes the approach of translating everything into JavaScript, including the Smalltalk object model. While this is great for fan of bootstrapping images, it produces large javascript code.
Is there a kind of Slang for JavaScript? I am looking for something minimal.
Cheers, Alexandre
Hello Alexandre Something like this https://github.com/ympbyc/LittleSmallscript or http://wiki.squeak.org/squeak/5860 which refers to http://www.squeaksource.com/@xxu3r2Ma7SbqJi3E/1j-SgMCf (74000 downloads). People have used it successfully. There is probably a Pharo port. --Hannes