Mixed language programs
Frank Adams
franka at mmintl.UUCP
Tue Mar 1 10:01:27 AEST 1988
In article <2215 at bsu-cs.UUCP> dhesi at bsu-cs.UUCP (Rahul Dhesi) writes:
>We have strayed from our punched-card heritage, which gives us all the
>solutions we need. Mixing languages is trivial if we simply go back to
>our roots, and use columns 78-80 of each card to specify which language
>to compile code in.
>
>//EXEC DD * JCL
> if i < 10 then PAS
> { C
>...
Nonsense! Modern methods are quite adequate to the task:
#language JCL
//EXEC DD *
#language Pascal
if i < 10 then
#language C
{
...
Never believe them when they tell you about the good old days.
--
Frank Adams ihnp4!philabs!pwa-b!mmintl!franka
Ashton-Tate 52 Oakland Ave North E. Hartford, CT 06108
More information about the Comp.lang.c
mailing list