On Wed, Oct 17, 2018 at 01:38:36PM +0300, Dimitris Chloupis wrote: > About your last part on platforms, I will be providing a way to inline C > code so one can you use C macros to detect the platform and generate code > accordingly.
Smalltalk/X allows inline C. Not sure about macros though, as I don't know whether Smalltalk/X runs the C code through the C preprocessor or does its own compilationn magic. Pierce