Re: core features and functions required in modern programming languages



The language features wanted would depend on problem domain.

As somebody else has pointed out, a FFI (Foreign Function Interface)
to C, is always a good idea, since C is like a high level assembly
language.

--
Regards,
Casey
.