Skip to content

Instantly share code, notes, and snippets.

@oubiwann
Last active August 29, 2015 14:25
Show Gist options
  • Save oubiwann/c1e25a348a49afdb13a8 to your computer and use it in GitHub Desktop.
Save oubiwann/c1e25a348a49afdb13a8 to your computer and use it in GitHub Desktop.
Demonstrating spaces in function names
;; In the LFE REPL:
> (defun |hello world| (x)
(io:format "Hello, ~s~n" `(,x)))
|hello world|
> (|hello world| "Robert")
Hello, Robert
ok
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment