You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
staticNAME:&'staticstr = "Nathan";staticCOMPANY:&'staticstr = "Townhouse";staticMY_WEBSITE_AND_BLOG:&'staticstr = "https://nathankleyn.com/";staticCOMPANY_WEBSITE:&'staticstr = "https://townhouse.co.uk/";staticTWITTER:&'staticstr = "https://twitter.com/nathankleyn";staticEMAIL:&'staticstr = "mail/at/nathankleyn.com";staticSITEPOINT_PROFILE:&'staticstr = "https://www.sitepoint.com/author/nkleyn/";fnmain(){println!("{}", github_readme());}fngithub_readme() -> String{format!("I'm {}, and I currently work for [{}]({}) as the Head of Software Development, \ writing Ruby by day and functional Rust and Scala by night. \ [I write for SitePoint about Ruby]({}), and \ [I'm writing interesting thoughts about all sorts on my blog]({}). \ You can also find me on [Twitter]({}) and of course here on GitHub. \ If you want to email me the old fashioned way, you can get in touch with me at {}.",NAME,COMPANY,COMPANY_WEBSITE,SITEPOINT_PROFILE,MY_WEBSITE_AND_BLOG,TWITTER,EMAIL)}