[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: What order should Lua be ported in?
- From: Steven Degutis <sbdegutis@...>
- Date: Thu, 18 Dec 2014 17:59:25 -0600
If someone were to port Lua (i.e. src/*.{c,h}) to another language
besides C, in a piecemeal way and by porting minimally sized chunks of
code at a time, so that at every step the incomplete port would be
able to at least compile, in what order should such a person port the
source files? Any advice on this would be over-enthusiastically
appreciated.
-Steven