Canory

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators. Profile by luboshouska and header by luminas_art.

Canory micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 56/50 words 19s read

    Demonstrate your brilliance by embedding code with impeccable taste and beautiful style.

    lisp
     1;;; Numbers
     2
     39999999999999999999999 ; integers
     4#b111                  ; binary => 7
     5#o111                  ; octal => 73
     6#x111                  ; hexadecimal => 273
     73.14159s0              ; single
     83.14159d0              ; double
     91/2                    ; ratios
    10#C(1 2)                ; complex numbers
    Not too sure what any of this means.
    #docs