please visit my blog for my writing, or see below for contact info and other details.
-- ./vivshaw.dhall{- what i'm called -}let handle ="vivshaw"{- prelude -}let prelude ="i'm a functional programming fan, and jack-of-all-trades. my background is in webdev, but i'm happy to explore anything."{- my personal data -}letPersonal= { name :Text, city :Text, email :Text, web :Text, twitter :Text, pgp :Text }
let personal =Personal { name ="Hannah Vivian Shaw"
, city ="Burlington, Vermont"
, email ="hvivianshaw 'at' gmail.com"
, website ="vivshaw.github.io"
, twitter ="@vvvivshaw"
, pgp ="1AD2C043CC62805FD666FE9B86A802CADB0AF8CD"
}
{- bio and interests -}letBio= { role :Text, interests :ListText, languages :ListText, leisure :ListText }
let bio =Bio { role ="frontend"
, interests = [ "web dev", "functional programming", "type systems", "React", "Rails" ]
, languages = [ "TypeScript", "Ruby", "Haskell", "Scala", "Java" ]
, leisure = [ "DJing house and techno", "road cycling", "photography", "synthesis" ]
}



