taviso / ctypes.sh

A foreign function interface for bash.
MIT License
2.11k stars 92 forks source link

Consider busybox support? #49

Open crazychenz opened 5 years ago

crazychenz commented 5 years ago

I'd love to use ctypes.sh in my embedded platforms, but they all use Busybox and ash (Almquist Shell) due to size constraints. Have you considered supporting Busybox's ash?

I think it would be great to be able to have the ctypes.sh capability on the embedded platform to marry shell scripting and the compiled code ... but without the bloat of full bash.

Regardless of what you decide, I'll probably look into it downstream.