Smalltalk
›
Pharo
›
Pharo Smalltalk Users
Login
Register
Re: Want to run C code in Pharo using UFFI
Posted by
eftomi
on
Jun 18, 2020; 6:35am
URL:
https://forum.world.st/Want-to-run-C-code-in-Pharo-using-UFFI-tp5118686p5118687.html
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.
Best wishes,
Tomaz
Free forum by Nabble
Edit this page