Hacker News new | ask | show | jobs
by krallja 3272 days ago
Perhaps before diving into FFI, you could write a small runtime library with the basic I/O you need (`readline` and `puts`, perhaps?)
1 comments

I did exactly the same last night and you don't need the echo $? hack anymore.