This website is deprecated and no longer actively maintained.
Visit my new website:
Hi, I'm Juan!
I'm a software developer from Colombia. I like functional programming and use Haskell most of the time. I've worked at Stack Builders since 2014.
Posts
-
Elm is a simple and functional language that compiles to JavaScript. These are my notes about getting started with Elm using a small but complete application to get the current location of a device and update it based on movement.
-
Every Haskell package has a Cabal file, which contains metadata about the package. Have you ever wondered what a minimal Cabal file looks like? In other words, what is the minimum amount of data you absolutely need to include in a Cabal file so that it yields a fully functional Haskell package?