lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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