Assembly language (not the one you think!)

made by danmccandless, submitted by Mai
A programming language written in Go that uses legalese and parliamentary language to encode operations.

anneal

made by danmccandless, submitted by porterjamesj
An implementation of simulated annealing (https://en.wikipedia.org/wiki/Simulated_annealing) for arbitrary Go types.

A Concurrent Sudoku Solver with Channels

made by danmccandless, submitted by nicholasbs
An overview of modeling the solution to a Sudoku puzzle as a number of independent deductive steps and building a concurrent solver.