[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What order should Lua be ported in?
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 19 Dec 2014 12:42:40 +0200
On Fri, Dec 19, 2014 at 4:45 AM, Steven Degutis <sbdegutis@gmail.com> wrote:
> My plan is to first transliterate it, since Lua is written in such
> vanilla C that it should produce nearly equivalent Swift code.
Would not an ObjC port make more sense? It provides the special
interop sauce you need, and already is a C superset. Besides, I get
the feeling that Swift is not really living up to its name yet ;)