Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Craig Latta
Hi Torsten-- > > The next big step is getting a WebAssembly version of Cog running. > > Anyone known already to work on such a beast? Yes, I'm working on it. > Another path could be to run on a Linux booting in the browser: > > https://bellard.org/jslinux Blech! :) -C -- Craig Lat

[Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Torsten Bergmann
Craig Latta wrote >The next big step is getting a WebAssembly version of Cog running. Anyone known already to work on such a beast? Or is this question better asked on vm-dev? Another path could be to run on a Linux booting in the browser: https://bellard.org/jslinux/ Regards T.

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-20 Thread Craig Latta
Hi Sean-- > > https://tinyurl.com/y727fz4a > > Cool! > > A few things: > - There is a very noticeable lag (e.g. ~5 seconds to open an "About" > window). Any idea what it would take to deliver performance levels > that feel more native? The next big step is getting a WebAssembly version of C

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-19 Thread Sean P. DeNigris
Craig Latta wrote > For more details, see https://tinyurl.com/y727fz4a Cool! A few things: - There is a very noticable lag (e.g. ~5 seconds to open an "About" window). Any idea what it would take to deliver performance levels that feel more native? - I wonder how Tether compares to Denis' Seamles

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Pavel Krivanek
If I understand it well, for a local copy we need: clone repository: git clone g...@github.com:ccrraaiigg/ccrraaiigg.github.io.git inside the clone to run a webserver, e.g.: python -m SimpleHTTPServer 9090 then go to: http://localhost:9090/pharo/squeakjspharo.html -- Pavel 2017-06-29 18:56 GMT

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Sven Van Caekenberghe
> On 29 Jun 2017, at 19:14, Pavel Krivanek wrote: > > WOW!!! +10 > Thank you all very much for this effort. > > -- Pavel > > > > 2017-06-29 18:56 GMT+02:00 Craig Latta : > > Well, that didn't take as long as I thought. :) Probably due to > progress Bert made since we looked at it at

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Pavel Krivanek
WOW!!! Thank you all very much for this effort. -- Pavel 2017-06-29 18:56 GMT+02:00 Craig Latta : > > Well, that didn't take as long as I thought. :) Probably due to > progress Bert made since we looked at it at ESUG 2016. > > For more details, see https://tinyurl.com/y727fz4a > (t

Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-06-29 Thread Craig Latta
Well, that didn't take as long as I thought. :) Probably due to progress Bert made since we looked at it at ESUG 2016. For more details, see https://tinyurl.com/y727fz4a (thiscontext.com). Let the bugfixing begin. :) thanks again, -C -- Craig Latta Black Page Digital Amsterdam

Re: [Pharo-users] Pharo on the SqueakJS virtual machine (was "PharoJS")

2017-06-29 Thread Craig Latta
Hi Aik-Siong-- > Great news for Pharo. I presume it will be after you are done with > Squeak running on SqueakJS. Now that I've gotten a release of Caffeine out[1], and written some blog posts about it[2], I've turned my attention to Pharo in web browsers. I also want Squeak and Pharo in we