Cons, Car, Cdr and a little golfing
Explains Lisp's cons, car, and cdr concepts in JavaScript and demonstrates code golfing to minimize their implementation.
Explains Lisp's cons, car, and cdr concepts in JavaScript and demonstrates code golfing to minimize their implementation.
A developer shares their journey solving an extremely challenging JavaScript code golf puzzle with strict line and character limits.
Explains code golf, the art of writing extremely short code, and explores its community, scoring, and esoteric languages.
A tutorial on implementing the classic Rock-Paper-Scissors game in under 10 lines of Julia code, showcasing multiple dispatch.
A deep dive into writing extremely concise Python code, using the creation of a Sudoku solver as an example to explore code golf techniques.
A developer's 2010 entry for the JS1k contest: a compact, canvas-based drawing app created with native JavaScript under 1KB.