Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
[headius @ cnutter:~/projects/duby] ◆ bin/dubyc -e "a = 1; a; 1; puts a" [headius @ cnutter:~/projects/duby] ◆ javap -c dash_e Compiled from dash_e public class dash_e extends java.lang.Object{ public static void main(java.lang.String[]); Code: 0: iconst_1 1: istore_0 2: getstatic #12; //Field java/lang/System.out:Ljava/io/PrintStream; 5: iload_0 6: invokevirtual #18; //Method java/io/PrintStream.println:(I)V 9: return }
This paste will be private.
From the Design Piracy series on my blog: