<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
p.gmail-m-3504913714629177448msoplaintext, li.gmail-m-3504913714629177448msoplaintext, div.gmail-m-3504913714629177448msoplaintext
        {mso-style-name:gmail-m_-3504913714629177448msoplaintext;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle20
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><div><div><p class=MsoNormal style='margin-left:.5in'>I have to admit that that language looks quite interesting, but it is not appropriate for writing an actual VM.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>The point of the Pony language and concurrency model is to be able to write <u>any program</u>, even a VM, at scale and use all of the cores, with minimal programming effort (compared to what the developer must endure when explicitly managing synchronization issues).<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> One thing is having the actor object model for writing an application that scales where it can be a very desirable property, but another thing is writing a  virtual machine where you have time constraints for the just in time compiler in a single CPU to reduce initialization time.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>A VM is a program.  You can write any program you want with Pony.  The heaps are already actor-centric and usually very tiny, just the way we need them for high-performance, real-time apps:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Arial",sans-serif'>Orca: GC and Type System Co-Design for Actor Languages:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><a href="https://www.ponylang.io/media/papers/orca_gc_and_type_system_co-design_for_actor_languages.pdf">https://www.ponylang.io/media/papers/orca_gc_and_type_system_co-design_for_actor_languages.pdf</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Can you be more specific about which program construct cannot be written in Pony or cannot be written to run fast enough?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>You can write as much asynchronous and synchronous code as you wish, where and when you needed it.  The balance point is yours, as the developer, to choose.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> In fact, most of the methods are actually interpreted and they are only compiled after being executed several times for reducing this startup time.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Of course.  But this is not a problem peculiar to Pony (or C or Rust or…).  It’s just another programming task needed in the context of VM design.   Note the comment about using both JIT and AOT, as desired, during development.  In any case, if you use Pony, use a state-machine (which we all should do anyway).  If the developer cannot or will not develop the discipline needed to build state-machines, systematically, Pony or any highly concurrent, actor-based programming model will only thwart and frustrate him.  We can’t efficiently use all these cores without such a programming model.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>I think I would start by using the Pony compiler from a Smalltalk browser (mod the browser to accommodate the actors too).  Source code in files, searching, and scrolling are too inefficient.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> In this problem domain, the actor model and the thread safeness guaranteed by it does not help you at all, and <span style='color:#00B0F0'>deadlocks can always be produced</span>.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>This statement is incorrect in the case of Pony (but we have a terminology problem; see below), and this was the main reason for the post.  Here is the gist again:  <b><u>Deadlocks and data-races are not possible in a Pony program that compiles.</u></b>  This is mathematically guaranteed.  You can glean this fact from the videos or study the details in Pony papers.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> <o:p></o:p></span></p><p class=MsoNormal style='margin-left:.5in'> I did have deadlocks problems with synchronous messages in Erlang<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Pony is not Erlang.  It is like Erlang is many ways, but vastly improved.  My qualified (“in the round, for starters”) comparison was a mistake.  I should have omitted the whole comment.  The Erlang/Pony comparison never goes well.  Pony is a different animal.  And it’s seriously powerful. Forget about Erlang.  Really.  Just forget about it.  Use what was learnt there, and implement it in Pony.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> which forced me to go into using asynchronous messages, but if you do not model your domain state machine you could also end with a deadlock by using asynchronous messages, or even worse, an inconsistent state such as an incomplete credit card transaction in a highly distributed system!<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>We are talking about different, but related things:  you can write a Pony program whose domain-level state-machine is wrong or unfinished and therefore not working correctly.  This is called <i>livelocking</i>.  It’s a domain-level problem, not a system problem (for Pony).  Livelocking is the developer’s problem, not Pony’s.  Compiled Pony code cannot deadlock/data-race.  It’s not possible.  Dealing with livelocking (programming a state machine thoroughly and correctly so that you get the behavior you want and describe in your code) is the subject of a special grammar and tool I’m working on for state-machine based programming.  This would supplement or replace the system browser.  Right now my approach to state-machine creating is a grammatical discipline that works very well for me.  I use it in Smalltalk, increasingly, and tend not to code without it anymore.  I don’t want to be limited to green threads, however, and definitely don’t want explicit concurrency management.  I don’t have that much time to waste, and hope everyone reading this has been burnt badly enough by concurrency bugs to have a similar view.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> You even need to model network and power failures in your state machine. So the programming language may help you a lot with you concurrent, distributed and fault tolerant system programming, but they are not a silver bullet that guarantees that your system is actually going to be correct.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>See above concerning the difference between livelock and deadlock.  <o:p></o:p></span></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal style='margin-left:.5in'>Going back to the task of developing a VM, you also need to be able to perform dangerous memory accessing operations for at least the following three tasks:<o:p></o:p></p></div><div><p class=MsoNormal style='margin-left:.5in'>1. Implementing the garbage collector.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Actually no; there is nothing dangerous here.  In Pony, a separate heap exists for each actor.  These are generally tiny, and come and go quickly.   If they are not tiny or at least very simple/uniform in structure, they should be made so by refactoring actor scope, until they are.  Smallness and clarity of purpose are the main criteria for determining whether you’ve written an actor well.  Those two properties also greatly ease debugging of the actor.  If you have a big actor not factored as a network of smaller ones, you’ve done something wrong, or you’ve just started your state machine, and have some factoring yet to do.  You still have classes, but these are an organizational tool for synchronous code used by Actors and their asynchronous behaviors.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'>2. Direct access to object slots for implementing the bytecode interpreter.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Not a problem.  It’s just a program feature.   So we write it as it needs to be.   <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'>3. Copying compiled machine code into executable memory and performing position dependent relocations.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Doable.  The Pony FFI works well even at this early stage.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> The machine code generation and installation can be separated in two stage (the current VM just generates the code directly into the executable memory), and in fact having these two separated stages for compilation and installation is a requirement for operating systems that enforce W^X page level permissions, specially if you want a concurrent VM.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Then do that.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> You need to install the executable code in an atomic way, so you need to suspend the threads while changing the executable permission into the writable permission. You may get away of this restriction if you are allowed to map the same physical memory into different virtual addresses ranges with different permissions (one writeable, and one executable).<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>…as needed.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Pony is changing quickly:  <a href="https://ponylang.zulipchat.com/">https://ponylang.zulipchat.com/</a>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>It’s being improved weekly.  The Pony group are also working on a security model (to deal with attacks via FFI and other sources), but this will be some time coming.  Feel free to contribute.  The language is highly moldable, especially at this stage.  I think the version is 0.33.  If you need a feature or convenience not present, request it.  The group is very responsive, and eager to improve the tool.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>If there were no Smalltalk, I would certainly use Pony before C, Rust, or Go, even at this early pre-1.0 stage. <o:p></o:p></span></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal style='margin-left:.5in'>For these reasons, you need an unsafe language such as C/C++ for at least these tasks, or a language that allows you to turn off the type and memory safeness net. I heard that Rust has an unsafe pointer that you could also for these purposes.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>The Pony FFI will work here.  C libs are sometimes needed, and operations in C code are of course not guaranteed to be safe, in any case.  <o:p></o:p></span></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal style='margin-left:.5in'>The Pharo team is going with the existing virtual machine for quite a while. You cannot just replace something that is not well documented by something new, specially when you do not have that many resources for making a new vm. <o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>One of the main drivers in the choice of Pony is to reduce the resources needed to create a highly performant, simple VM.  One notable, Pharo/Smalltalk-related problem for high-speed apps is stop-the-world GCing in the one large system heap.  This won’t work for high-performance, highly concurrent, highly scalable apps, especially not for for real-time ones, and <u>must go away</u>, if latencies approaching deterministic are to be achieved.  Pony has already solved this problem with per-actor heaps.  That design feature is very interesting because it represents much hard work that need not be done.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'>You first need to document completely the existing one, the semantics of the bytecodes, how they are implemented, and also the same with the primitives.<o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Agreed.  I’m not claiming that VM development is easy or trivial, generally or via Pony.  VMs are arguably one of the most complicated things that humans create (<i>not a compliment</i>).  But Pony solves more concurrency-related problems at compile-time than any other available tool.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>How complete is the documentation on the current Pharo VM?  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal style='margin-left:.5in'>As for myself, I am putting my bets on another language that I am developing (Sysmel: <a href="https://github.com/ronsaldo/sysmel">https://github.com/ronsaldo/sysmel</a> ), and in full ahead-of-time compilation, but my problem domain is video game programming, low-level operating system, driver development and embedded programming where I actually want to have control of the machine.<o:p></o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>I’ve read some on Sysmel.  It appears to be an outstanding tool.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Does Sysmel implement multicore concurrency, and guarantee no deadlocks/data-races on compile?<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Pony, the language and concurrency model, will not stop us from doing anything that can be done with the machine and OS.  The Pony language is not as interesting to me as its concurrency model.  Don’t like Pony syntax (and I don’t)?  Then fork and change it.  You have all the source.  (I’d prefer to see keyword selectors everywhere, even without the usual attendant polymorphism.  Seriously.)  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'> Since I have written my compiler in Pharo, I can just reuse the Opal Compiler for doing AST to AST translation and just compile Pharo (with some limitations, for example no thisContext) into my runtime environment. If I want a more dynamic environment, I can also serialize a Pharo CompiledMethod, send it through a socket and then interpret it on the Sysmel side: <a href="https://github.com/ronsaldo/sysmel/blob/master/module-sources/Sysmel.Core/Smalltalk-Bootstrap/InterpretedMethod.sysmel">https://github.com/ronsaldo/sysmel/blob/master/module-sources/Sysmel.Core/Smalltalk-Bootstrap/InterpretedMethod.sysmel</a> by just reusing the existing language semantics. Currently although I am just supporting Linux, and Windows support is coming in a couple of weeks after getting a proper module system working for reducing compilation times. For the backend I am using LLVM, wasm is not yet supported because I am generating some IR that are not supported by the wasm backend <o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Wasm and WASI will be good when they are ready.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal style='margin-left:.5in'>(vtable layouts, and some intrinsics that I am using for non-local returns), but they should not be that complicated to fix.<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Can Sysmel manage many threads on many cores (running actor threads in parallel, not just green-thread-concurrently on one core), whilst guaranteeing no data-races, and switch automatically between actor-threads, without blocking (no wasted CPU cycles), in 5 to 15 ns?  Pony can do that now.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>If Sysmel cannot do those operations, or cannot do them as fast, can you add the abilities cost-effectively?  They already work in Pony, and a very active team drives the effort.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Best,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Shaping</span><o:p></o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal><o:p> </o:p></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>El lun., 6 abr. 2020 a las 6:05, Shaping (<<a href="mailto:shaping@uurda.org">shaping@uurda.org</a>>) escribió:<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#1F497D'>I should have initially posted this to the Pharo-dev list, as well.</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#1F497D'> </span><o:p></o:p></p><div><div style='border:none;border-top:solid windowtext 1.0pt;padding:3.0pt 0in 0in 0in;border-color:currentcolor currentcolor'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><b>From:</b> Pharo-users [mailto:<a href="mailto:pharo-users-bounces@lists.pharo.org" target="_blank">pharo-users-bounces@lists.pharo.org</a>] <b>On Behalf Of </b>Shaping<br><b>Sent:</b> Friday, 3 April, 2020 14:05<br><b>To:</b> 'Any question about pharo is welcome' <<a href="mailto:pharo-users@lists.pharo.org" target="_blank">pharo-users@lists.pharo.org</a>><br><b>Subject:</b> Re: [Pharo-users] Latest PharoJS Success Story; Wasm/WASI; very keen on Pony for the Pharo VM<o:p></o:p></p></div></div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>All:<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>> Brain Treats got stuck during launch on my LG.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>Which android version are you using ?<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>The phone is old and this is likely the problem.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Android version:  4.4.2</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Kernel version:  3.4.0</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>> Is there a plan to move PharoJS to Wasm/WASI?<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>Dave and I talked about it a long time ago. This sounds like a good idea.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>Actually, Dave has a very ambition idea = turn PharoJS into Pharo* where * can be different targets.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext style='margin-left:.5in'>But, there's a lot to do before reaching this goal. So, don't expect it any time soon.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Not to change the topic too much, but the following is related and I often think of it…</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Consider writing the pharo VM in Wasm or, better, with <b><u>Pony</u></b> (which can emit Wasm, as needed).  Pony’s reference-capability-based (ref-cap) concurrency-model guarantees provably that no data-races or deadlocks can happen if the code compiles; this solves a very large class of extremely ugly concurrency problems that no one ever wants to face. </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Pony gives high-performance concurrency (5 to 15 ns actor-thread switching time, depending on platform), and solves the most difficult class of synchronization problems at compile time.  It runs as fast as C.  It runs faster than C, as concurrency scales.  You can’t scale a highly concurrent app efficiently in C, and really shouldn’t try if you wish to remain happy and mentally healthy.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Pony is still pre-1.0, but the group is very active and competent.  I think we should consider using it to build the VM.  Have a look.  Some videos for your amusement and information:</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'><a href="https://www.youtube.com/watch?v=ODBd9S1jV2s" target="_blank">https://www.youtube.com/watch?v=ODBd9S1jV2s</a></span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'><a href="https://www.youtube.com/watch?v=u1JfYa413fY" target="_blank">https://www.youtube.com/watch?v=u1JfYa413fY</a></span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'><a href="https://www.youtube.com/watch?v=fNdnr1MUXp8" target="_blank">https://www.youtube.com/watch?v=fNdnr1MUXp8</a></span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'><a href="https://www.ponylang.io/" target="_blank">https://www.ponylang.io/</a></span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>There are many others.  I mentioned the Pony concurrency architecture around the holidays, but there was no interest from the list—not a good time perhaps.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>The tentative plan is to do what Google does with Flutter:  have the JIT in support of the usual dynamicity a Smalltalker needs for rapid development; and have AOT, fully optimized compiling for production or speed-related reality checks, presumably needed less often during development.  There are other possibilities.  </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Anyone interested?   </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>I have some ideas for simplifying use of the six ref caps in the context of Pharo/Smalltalk.  If this path is chosen, one must commit to strict state-machine-based algorithm development, without exception.  This should have happened anyway by now, broadly in the programming space, but didn’t.  I’m working on a programming graphical tool and associated grammar (in VW) that make state-machine development easy and attractive.  This , besides efficient use of machine resources, is the other reason for pushing in this direction.  </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>A Pony program is built from a net of asynchronously communicating actors.   You change the state of your program with asynchronous messaging between actors.  There is no blocking--no mutexes or semaphores—and therefore no wasted CPU cycles or mushrooming program complexity, as you try to use mutexes in a fine-grained way (a very bad idea).  And as mentioned, there are never deadlocks or data-races.  All cores on all CPUs stay busy, always, until the program goes idle or exits.  The Pony group is also working on extending the model to the network level, so that all machine nodes in the network stay busy.  In the round, as a start, think of Pony as Erlang/OTP, but much faster, with no legacy bugs, and provably no-deadlocking on compile. </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>The asynchronous actor model is the programming pattern that Kay had in mind when he said “object-oriented.”  It’s the one I want to implement in Pharo.  The green threads are light, but don’t efficiently use the cores, and a net of VMs with their respective images still communicate too slowly.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>I your time permits, please study Pony for a bit, before rejecting the idea as too big a change in direction or too complicated.  Using Pony looks like the ideal VM simplification strategy, if our aim is efficient use of networks of machines, each with at least one CPU (often more), each, in turn, with many cores (whose numbers are still increasing).  This pattern in hardware probably won’t be changing much, now that speeds are topping out.  Winning the performance game is therefore about efficiently using many cores at once, <u>without burdening the programmer</u>.  I don’t see a better way to do this now than with Pony.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Thoughts and suggestions are welcome.</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'> </span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext><span style='color:black'>Shaping</span><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> -----Original Message-----<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> From: Pharo-users [<a href="mailto:pharo-users-bounces@lists.pharo.org" target="_blank"><span style='color:windowtext;text-decoration:none'>mailto:pharo-users-bounces@lists.pharo.org</span></a>] On <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Behalf Of N. Bouraqadi<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Sent: Tuesday, 28 January, 2020 12:18<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> To: Any question about pharo is welcome <<a href="mailto:pharo-users@lists.pharo.org" target="_blank"><span style='color:windowtext;text-decoration:none'>pharo-users@lists.pharo.org</span></a>><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Subject: [Pharo-users] Latest PharoJS Success Story<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> The latest PharoJS-powered smartphone app is now live.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Development has been made using Pharo.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Then, javascript code is generated using PharoJS.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Last, the app is built to target both iOS and Android thanks to Apache <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Cordova.<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Learn more and Download at<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <a href="https://nootrix.com/projects/brain-treats-app/" target="_blank"><span style='color:windowtext;text-decoration:none'>https://nootrix.com/projects/brain-treats-app/</span></a><o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> Noury<o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext>> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p><p class=gmail-m-3504913714629177448msoplaintext> <o:p></o:p></p></div></div></blockquote></div></div></body></html>