Advertisement
Grrr1337

What does this evaluates to

Jan 29th, 2023
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (eval
  2.   (list 'apply
  3.     (list 'quote
  4.       (list 'quote
  5.         (list (list 'a 'b 'c)
  6.           (list 'a 'b 'c)
  7.         )
  8.       )
  9.     )
  10.     (list  'quote
  11.       (list
  12.         (list
  13.           (list 'f  'l)
  14.           (list 'apply
  15.             (list 'quote 'strcat)
  16.             (list 'f (list 'reverse 'l))
  17.           )
  18.         )
  19.         (list (list 'l)
  20.           (list 'if 'l
  21.             (list 'cons (list  'chr
  22.               (list (list 'quote (list (list  'x) (list  'if  'x  'x 97)))
  23.               (list 'car 'l))) (list 'f (list 'cdr 'l)))
  24.           )
  25.         )
  26.         (list 118 111 110 nil 98 nil 108 nil 66 32 114 105 109 105 100 nil 108 86)
  27.       )
  28.     )
  29.   )
  30. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement