Skip to main content
added 9 characters in body
Source Link
Uri Granta
  • 3k
  • 1
  • 19
  • 29

MacLisp, 4747 46 bytes

(do()(nil())(print"4 8 15 16 23 42")(sleep 6360)) 

All constructions taken from 1974 reference manual (PDF). Not tested though as I don't have a MacLisp interpreter.

MacLisp, 47 bytes

(do()(nil)(print"4 8 15 16 23 42")(sleep 6360)) 

All constructions taken from 1974 reference manual (PDF). Not tested though as I don't have a MacLisp interpreter.

MacLisp, 47 46 bytes

(do()(())(print"4 8 15 16 23 42")(sleep 6360)) 

All constructions taken from 1974 reference manual (PDF). Not tested though as I don't have a MacLisp interpreter.

Source Link
Uri Granta
  • 3k
  • 1
  • 19
  • 29

MacLisp, 47 bytes

(do()(nil)(print"4 8 15 16 23 42")(sleep 6360)) 

All constructions taken from 1974 reference manual (PDF). Not tested though as I don't have a MacLisp interpreter.