[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Roman numeral hacking.
- To: common-lisp@sail.stanford.edu
- Subject: Roman numeral hacking.
- From: rauen@CLS.LCS.MIT.EDU (James R. Rauen)
- Date: Wed, 20 May 87 22:07:31 edt
How about just throwing more M's in front? (6666 = MMMMMMDCLXVI).
The case I'd worry about is zero. The Romans didn't have a zero;
maybe (format nil "~@R" 0) should return "".
--Jim