Base-60 Clock
A clock that displays the time concisely using base-60.
The goal of this project is to create a simple clock program or set of programs that represent time in base-60, using the numerals 0-9, the letters a-z to represent 10-35, and the Greek letters alpha-omega to represent 36-59. This way, hours, minutes, and seconds can be displayed with a single character each. Basically the functional opposite of a binary clock.