A basic introduction to the classfile API in Java

33 pointsposted a day ago
by ahhh_ife

1 Comments

elric

a day ago

Nice writeup. Liking the API. I've created a couple of DSLs for internal use of the years, some of them compile down to Java, others are interpreted and call Java at runtime. Never liked the existing bytecode tools much, but it looks like it might be fun to revise some of those DSLs.