Re: Small Erlang VM
Good luck!! Who knows, maybe you will create a "picoErlang" :)
On Thu, Jul 3, 2008 at 6:22 PM, Alpár Jüttner <
alpar <at> cs.elte.hu> wrote:
On Thu, 2008-07-03 at 12:52 -0400, Edwin Fine wrote:
> I understand why you would want to use Erlang, but instead of writing
> an entire interpreter with all the complexity that entails, would you
> consider using another language that is very good in extremely
> resource-restricted environments? FORTH comes to mind. If you just
> want to Get Things Done, that is;
I don't think so. For example I'm working on a controlling application
which could probably run on the weakest possible hardware, but would be
a great struggle to implement in any sequential programming language
(because I need the various timers and complex scheduling of action and
handing of events).
For these kinds of tasks, Erlang fits extremely well. I think a
lightweight version of the erlang emulator could find a lot of
applications in this area.
Best regards,
Alpar
--
The great enemy of the truth is very often not the lie -- deliberate, contrived and dishonest, but the myth, persistent, persuasive, and unrealistic. Belief in myths allows the comfort of opinion without the discomfort of thought.
John F. Kennedy 35th president of US 1961-1963 (1917 - 1963)
<div>
<p>Good luck!! Who knows, maybe you will create a "picoErlang" :)<br><br></p>
<div class="gmail_quote">On Thu, Jul 3, 2008 at 6:22 PM, Alpár Jüttner <<a href="mailto:alpar <at> cs.elte.hu">alpar <at> cs.elte.hu</a>> wrote:<br><blockquote class="gmail_quote">
<div class="Ih2E3d">On Thu, 2008-07-03 at 12:52 -0400, Edwin Fine wrote:<br>
> I understand why you would want to use Erlang, but instead of writing<br>
> an entire interpreter with all the complexity that entails, would you<br>
> consider using another language that is very good in extremely<br>
> resource-restricted environments? FORTH comes to mind. If you just<br>
> want to Get Things Done, that is;<br><br>
</div>I don't think so. For example I'm working on a controlling application<br>
which could probably run on the weakest possible hardware, but would be<br>
a great struggle to implement in any sequential programming language<br>
(because I need the various timers and complex scheduling of action and<br>
handing of events).<br><br>
For these kinds of tasks, Erlang fits extremely well. I think a<br>
lightweight version of the erlang emulator could find a lot of<br>
applications in this area.<br><br>
Best regards,<br>
Alpar<br><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>The great enemy of the truth is very often not the lie -- deliberate, contrived and dishonest, but the myth, persistent, persuasive, and unrealistic. Belief in myths allows the comfort of opinion without the discomfort of thought.<br>
John F. Kennedy 35th president of US 1961-1963 (1917 - 1963)
</div>