Search Results

1
vote

Using C in a shared multi-platform POSIX environment.

Launching a Python interpreter instance just to select the right binary to run would be much heavier than you need. I'd distribute a shell .rc file which provides aliases. In /shared/bin, …