Clément Bera wrote: >What is PharoJS ? Are you talking about Pharo on top of the Bert's SqueakJS VM >? >If so, it starts, but some primitives fail making it freeze after a short >while as you describe. >It would be fun to have it running even though most of the Pharo folks went >into the Amber direction for Pharo on Javascript.
Yes there is SqueakJS from Bert https://bertfreudenberg.github.io/SqueakJS/ and I would have expected "PharoJS" to be the same for Pharo. At least I would "reserve" the name for the case Pharo images work on it as well. Unfortunately Noury Bouraqadi now took this "PharoJS" name for his Pharo -> JavaScript compiler http://car.mines-douai.fr/2015/07/develop-in-pharo-run-on-javascript/ leading a little bit to this confusion. I would have called the project "Pharo JavaScriptBridge" like the config and the repo http://smalltalkhub.com/#!/~noury/JavaScriptBridge I loaded the config from the SmalltalkHub repo and then: ConfigurationOfJavaScriptBridge loadBleedingEdge tried JbClientControllerBridge startOn:80 but were hit by several errors. In my opinion a minimal HOWTO would be required. Thanks Torsten