Schectmar246's comments

Schectmar246 | 5 years ago | on: 50 Years of Pascal and Delphi Is in Power

Hmm, but aren't these languages easily compatible with C and C++. I know in Ada++ you just have to link the library at build time and generate a pkg based on a header file.

func Foo (X : C.int) return C.bool with Import, External_Name => "Foo";

I suppose though that you are right. A majority of modern programmers probably view sophisticated tools and pre-built packages (a la NPM) as necessities and hardly care about performance or code quality.

page 1