Skip to content

Instantly share code, notes, and snippets.

@shirok
Created January 21, 2018 19:34
Show Gist options
  • Save shirok/3c8a7c0f3faa3f58e401299c6785ac1f to your computer and use it in GitHub Desktop.
Save shirok/3c8a7c0f3faa3f58e401299c6785ac1f to your computer and use it in GitHub Desktop.
gosh> (describe 64)
64 is an instance of class <integer>
(#x40, #\@ as char, 1970-01-01T00:01:04Z as unix-time)
gosh> (describe 1234567890)
1234567890 is an instance of class <integer>
(#x499602d2, ~ 1.2Gi, 2009-02-13T23:31:30Z as unix-time)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment