DEV Community

Discussion on: What are your programming goals for 2018?

Collapse
 
prestongarno profile image
Preston

I have 2:

  1. Learn Haskell and Go. I got a book on Haskell today and really want to learn how to use monads and applicatives, and then goroutines

  2. Use my pet OSS project in production and also promote it for others. It's a GraphQL client written in kotlin and uses delegated properties and DSL builders to query/mutate rather than traditional java builder-style like most libraries. I've been working on it for 6 months now and the only major feature missing is nullable types! Check it out: kotlinq.org

Collapse
 
ghayoub profile image
Ayoub Gharbi

Very nice dude x)