« Transactions | Main | More web gimmicks »

Work Today

Spent some time hacking on Links:

  • Attempted to convert our manual (in POD format) into LaTeX. In the end I felt that it's easier to work with POD format as long as we don't need any fancy stuff like formulae.
  • Added a naive dead-code-elimination optimization.
  • Spent some time experimenting with converting the CPS translation (for the JS target) into a one-pass conversion. Although this was a good exercise and revealed some bugs and opportunities for optimization, I think a true one-pass translation is still beyond me.