Skip to content

Instantly share code, notes, and snippets.

@yariv
Created June 3, 2014 01:00
Show Gist options
  • Save yariv/4e50a0f0656197c0631c to your computer and use it in GitHub Desktop.
Save yariv/4e50a0f0656197c0631c to your computer and use it in GitHub Desktop.
(defun test ()
(let* ((dog1 (: dog new))
(dog2 (: dict new))
(dog1_2 (dot dog1 'name 'lola))
(dog2_2 (dot dog2 'name 'rocky)))
(list (dot dog1_2 'name)
(dot dog2_2 'name))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment