okuoku / yunibase

Yuni library test environment (Scheme implementations build script)
4 stars 1 forks source link

Consider Loko #83

Open okuoku opened 4 years ago

okuoku commented 4 years ago

https://gitlab.com/weinholt/loko (was: https://github.com/weinholt/loko)

Just like Bones ( http://www.call-with-current-continuation.org/bones/ ), it does not have C source to patch-in adding FFI feature. To support FFI on linux, 1) mmap ld-so 2) Write a ELF parser and resolve symbol locations 3) Implement C calling conventions.