Ian Lopshire
  • Home
  • About

Golang

A collection of 2 posts

9 Aug 2020

An (Idiomatic?) Go Future Implementation

The future pattern is almost ubiquitous in software development, but you don't often see it in Go. I think there are a number of good reasons for this  – one being the lack of support in the standard library or any good community supported packages. Flawed ApproachesMost articles and packages dealing

28 Aug 2015

Euler Golang #4 – Largest Palindrome Product

The Problem A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Find the largest palindrome made from the product of two 3-digit numbers. This problem is easily solvable with brute force; I could just find all

  • Home
  • About
Published with Ghost