Danny's Tech: Where West and East Intersect

Tuesday, July 18, 2006

Hi and Lo Languages

I found "Debunking the Myth of High-Level Language" to be very interesting. The past 18+ years, I've been programming mostly C and assembly so I understand the ins and outs of low level coding. I've also worked on a Java Virtual Machine source code so I knew the internals of at least one version of JVM. And have done my share of "high-level" programming.

I personally think a high level programming with low level control is the best way to go. Exactly what that should look like is what I don't know (I'd be working on it if I did).