Skip to content

Instantly share code, notes, and snippets.

@martintrojer
Created March 14, 2012 14:12
Show Gist options
  • Save martintrojer/2036735 to your computer and use it in GitHub Desktop.
Save martintrojer/2036735 to your computer and use it in GitHub Desktop.
frinj examples
user=> (use 'frinj.repl)
user=> (str (fj 10 :thousand :SEK :to :GBP)) ;; standard currency conversion
"937.1075201531269 [dimensionless]"
user=> (str (fj :Gold :per :Silver)) ;; Gold vs Silver price
"49.95612708018155 [dimensionless]"
user=> (str (fj :Milk))
"0.3659673552268969 dollar kg^-1 [price_per_mass]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment