Best wishes, Tomaz
Hi, as far as I know UFFI can call DLLs, that means that your code
should be compiled and linked into a DLL. So maybe the line to pursue is
to look for a C interpreter (like in
https://stackoverflow.com/questions/584714/is-there-an-interpreter-for-c)
and call it via UFFI.
- [Pharo-users] Want to run C code in Pharo using UFFI shawon58
- Re: [Pharo-users] Want to run C code in Pharo using UFF... Tomaž Turk
- Re: [Pharo-users] Want to run C code in Pharo using UFF... Rob van Lopik