About using squeak to script...

Andreas Raab andreas.raab at gmx.de
Tue Aug 15 17:17:05 UTC 2006


stéphane ducasse wrote:
>> What for? Just FFI printf() and friends.
> 
> How do I do that?

Something like here:

puts: aString
     <cdecl: void 'puts' (char*)>
     ^self externalCallFailed

printf() itself is more complex since it's a varargs call and we don't 
support that out of the box.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list