Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Typesetting Code

Typesetting Code

A casual presentation on typesetting code presented at the Xebia TED-style XKE

Arnout Engelen

September 27, 2016
Tweet

More Decks by Arnout Engelen

Other Decks in Technology

Transcript

  1. 1954: IBM FORmula TRANSlating, FORTRAN Preliminary Report on The IBM

    Mathematical FORmula TRANSlating System, FORTRAN
  2. Fonts public class Elementary { public static void main(String[] args)

    { System.out.println(12345 + 5432l); } } 1) 66666 2) 17777
  3. Fonts public class Elementary { public static void main(String[] args)

    { System.out.println(12345 + 5432l); } } 1) 66666 2) 17777 Java Puzzlers, Bloch & Gafter, 2005