Calligraphy for the modern day
Medieval calligraphy often features different colours of ink used as accents, for a variety of reasons too numerous to get into here. We don't often see this technique used in print today, though one obvious inheritor is the red lettering in certain Bibles to highlight Jesus' words.
One place that accent colours are often used, though, is syntax highlighting. Text editors such as jEdit and even emacs use different colours to make code easier to read on the screen. So, what about taking a short piece of code -- say, a LISP implementation of the Sieve of Eratosthenes, or a Python version of Dijkstra's algorithm -- and rendering it on parchment in all its syntax-highlighted glory?
One place that accent colours are often used, though, is syntax highlighting. Text editors such as jEdit and even emacs use different colours to make code easier to read on the screen. So, what about taking a short piece of code -- say, a LISP implementation of the Sieve of Eratosthenes, or a Python version of Dijkstra's algorithm -- and rendering it on parchment in all its syntax-highlighted glory?

<< Home