[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Getting lua to travel on .NET and the like
- From: "John Hind" <john.hind@...>
- Date: Sat, 5 Sep 2009 11:19:58 +0100
I'm missing something here ...
If what you want is .NET Managed Code, the Microsoft compilers will generate
that from C++ (and therefore from the standard Lua sources which are C++
compatible C). Why do you need to translate to C#?
> -----Original Message-----
> From: lua-bounces@bazar2.conectiva.com.br [mailto:lua-
> bounces@bazar2.conectiva.com.br] On Behalf Of steve donovan
> Sent: 05 September 2009 08:14
> To: Lua list
> Subject: Re: Getting lua to travel on .NET and the like
>
> On Sat, Sep 5, 2009 at 8:44 AM, Raymond Jacobs<raymondj@gmail.com>
> wrote:
> > I agree, just seems no one has undertaken this yet, I wonder why.
>
> Because it's hard ? ;)
>
> Here's a suggestion for someone with the need and some time: work with
> a pure-Java implementation of Lua like Kahlua and translate that to
> C#. A much more natural fit, given the (intended) simularities of the
> languages.
>
> steve d.