no_defun_allowed wrote
Reply to comment by Moonside in Test Thread by Moonside
three backticks, language, code, three tildes.
like this but with backticks:
'''haskell
I = TheSon && TheHeir
'''
Moonside OP wrote (edited )
It's beautiful ;_;
magic :: String -> String
magic x = turingMachine x
no_defun_allowed wrote (edited )
Not as noice as this.
(defun magic (x)
(declare (string x))
(the string (turing-machine x)))
Moonside OP wrote
Can you eta reduce
magic :: String -> String
magic = turingMachine
no_defun_allowed wrote (edited )
throws smoke bomb and switches Lisp dialect
(define magic turing-machine)
Maybe.
Viewing a single comment thread. View all comments