Ian Lopshire
  • Home
  • About

Golang

A collection of 2 posts

9 Aug 2020

An (Idiomatic?) Go Future Implementation

The future pattern [https://en.wikipedia.org/wiki/Futures_and_promises] 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

28 Aug 2015

Euler Golang #4 – Largest Palindrome Product

The Problem [https://projecteuler.net/problem=4] > 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

  • Home
  • About
Published with Ghost