Archive for October, 2009

Dice Roller, Sentance Generator, and Morse Code Translator

Saturday, October 3rd, 2009

Multiple Functions (programs) in one script integrated with the project script from code emersion.

type (s) to generate a sentance

type (d [sides on dice] [rolls to make])  to roll dice of any type

type (morse ‘[one letter]) converts to morse code  :: Example :: (morse ‘a)

I am working on improving the morse translator so it can do strings and not single chars. My eventual goal is to be able to call (morse (s)) to generate a sentence and immediately translate it into morse code.

Code here –>  project <–