Re: Embeddable and Extensible Languages

lhf@csgpwr1.uwaterloo.ca (Luiz Henrique de Figueiredo)
14 Jan 2005 00:42:47 -0500

          From comp.compilers

Related articles
Embeddable and Extensible Languages petela@gocougs.wsu.edu (PlayDough) (2005-01-12)
Re: Embeddable and Extensible Languages jm@bourguet.org (Jean-Marc Bourguet) (2005-01-14)
Re: Embeddable and Extensible Languages petasis@iit.demokritos.gr (Georgios Petasis) (2005-01-14)
Re: Embeddable and Extensible Languages lhf@csgpwr1.uwaterloo.ca (2005-01-14)
Re: Embeddable and Extensible Languages Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2005-01-14)
Re: Embeddable and Extensible Languages thant@acm.org (Thant Tessman) (2005-01-14)
Re: Embeddable and Extensible Languages hombre@gmail.com (Tom Verbeure) (2005-01-15)
Re: Embeddable and Extensible Languages petela@gocougs.wsu.edu (PlayDough) (2005-01-15)
Re: Embeddable and Extensible Languages kenrose@tfb.com (Ken Rose) (2005-01-15)
Re: Embeddable and Extensible Languages petela@gocougs.wsu.edu (PlayDough) (2005-01-15)
[7 later articles]
| List of all articles for this month |

From: lhf@csgpwr1.uwaterloo.ca (Luiz Henrique de Figueiredo)
Newsgroups: comp.compilers
Date: 14 Jan 2005 00:42:47 -0500
Organization: University of Waterloo
References: 05-01-040
Keywords: interpreter
Posted-Date: 14 Jan 2005 00:42:47 EST

PlayDough <petela@gocougs.wsu.edu> wrote:
>So far, I've narrowed it down to Lua and Python. [...]
>Both have the problem of not being capable of running
>multiple contexts (outside of the interpreter).


I'm not sure what you mean by the last sentence, but Lua can run multiple
independent states and multiple related states, with support for coroutines.
--lhf



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.