show/hide this revision's text 4 shorter 2nd example

Common Lisp:

(prog1' or' "Hello, World" "dlroW ,olleH" '1gorp)

...and, to make everybody happy: ro)

Both shortest and simplest one? SBCL + Slime:

#--#"dlroW 

"dlroW ,olleH""Hello, World"#--#
World"
show/hide this revision's text 3 added SBCL + Slime version

Common Lisp:

(prog1' "Hello, World" "dlroW ,olleH" '1gorp)

...and, to make everybody happy: SBCL + Slime:

#--#"dlroW ,olleH""Hello, World"#--#
show/hide this revision's text 2 formatting

Common Lisp:

(prog1' "Hello, World" "dlroW ,olleH" '1gorp)
    Post Made Community Wiki by Community
show/hide this revision's text 1