Hi Alex, > I solved another RosettaCode task with ErsatzLisp, which doesn't need > any call to 'javac': > > http://rosettacode.org/wiki/Animation#Java.2FSwing
Why does your code
(java Label 'addMouseListener
(interface "java.awt.event.MouseListener"
'mouseClicked '((Ev) (setq Dir (if (= 1 Dir) 12 1)))
'mouseEntered nil
'mouseExited nil
'mousePressed nil
'mouseReleased nil ) )
have all those nil cases? Is that necessary?
Cheers,
Tomas
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
