While in the past we had OS-platforms where Smalltalk provided VM solutions. Then there was/is .NET and Java as platform. Nowedays the browser becomes the next platform with bootable stuff directly on top of JavaScript. http://bellard.org/jslinux/ http://copy.sh/v24/ (Try to boot visual Colibri OS) http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki/D... CogVM with Pharo or SqueakNOS on top of JavaScript anyone ;) Bye T.
On 6 November 2013 15:25, Torsten Bergmann <astares@gmx.de> wrote:
While in the past we had OS-platforms where Smalltalk provided VM solutions. Then there was/is .NET and Java as platform. Nowedays the browser becomes the next platform with bootable stuff directly on top of JavaScript.
http://copy.sh/v24/ (Try to boot visual Colibri OS)
http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki/D...
CogVM with Pharo or SqueakNOS on top of JavaScript anyone ;)
I took a 2-hour stab at trying to make an Interpreter VM with emscripten. It's more complicated than it might seem. (As in, two hours later I'd fixed a few issues, but had nothing running.) frank
Bye T.
Let us know if you retry because I would like to add that to the pharo topics. Stef On Nov 6, 2013, at 4:32 PM, Frank Shearar <frank.shearar@gmail.com> wrote:
On 6 November 2013 15:25, Torsten Bergmann <astares@gmx.de> wrote:
While in the past we had OS-platforms where Smalltalk provided VM solutions. Then there was/is .NET and Java as platform. Nowedays the browser becomes the next platform with bootable stuff directly on top of JavaScript.
http://copy.sh/v24/ (Try to boot visual Colibri OS)
http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki/D...
CogVM with Pharo or SqueakNOS on top of JavaScript anyone ;)
I took a 2-hour stab at trying to make an Interpreter VM with emscripten. It's more complicated than it might seem. (As in, two hours later I'd fixed a few issues, but had nothing running.)
frank
Bye T.
Will do! frank On 9 November 2013 00:54, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Let us know if you retry because I would like to add that to the pharo topics.
Stef
On Nov 6, 2013, at 4:32 PM, Frank Shearar <frank.shearar@gmail.com> wrote:
On 6 November 2013 15:25, Torsten Bergmann <astares@gmx.de> wrote:
While in the past we had OS-platforms where Smalltalk provided VM solutions. Then there was/is .NET and Java as platform. Nowedays the browser becomes the next platform with bootable stuff directly on top of JavaScript.
http://copy.sh/v24/ (Try to boot visual Colibri OS)
http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki/D...
CogVM with Pharo or SqueakNOS on top of JavaScript anyone ;)
I took a 2-hour stab at trying to make an Interpreter VM with emscripten. It's more complicated than it might seem. (As in, two hours later I'd fixed a few issues, but had nothing running.)
frank
Bye T.
participants (3)
-
Frank Shearar -
Stéphane Ducasse -
Torsten Bergmann