justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
441 stars 54 forks source link

Q: Python port/workalike of this project #173

Open pfalcon opened 9 years ago

pfalcon commented 9 years ago

Is there a Python port or similar project? Or if there were any people interested in Python work-alike, I'd appreciate any links. Sorry if this is offtopic.

justincormack commented 9 years ago

Hi, it is not offtopic - I am interested in porting to more languages.

I don't know of a Python equivalent.

I am planning to do some work soon to make porting easier - basically take the parts that are encoded is Lua code and turn them into tables of data about the system calls and so on. That way it will be much easier to generate other language implementations.