~danmccandless
danmccandless’s posts on Joy of Computing
home
about
subscribe
RC
home
about
log in
Subscribe
Atom feed
Recurse Center
log in
Works
Submissions
Wednesday, Nov 11
Assembly language (not the one you think!)
(
permalink
)
made by
danmccandless
, submitted by
Mai
A programming language written in Go that uses legalese and parliamentary language to encode operations.
—
Mai
Monday, Oct 26
anneal
(
permalink
)
made by
danmccandless
, submitted by
porterjamesj
An implementation of simulated annealing (https://en.wikipedia.org/wiki/Simulated_annealing) for arbitrary Go types.
—
porterjamesj
Sunday, Oct 18
A Concurrent Sudoku Solver with Channels
(
permalink
)
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.
—
nicholasbs