theunnamed.hashnode.devI Analyzed Every Open Issue in CPython. Here's What I Found.What does it look like to read through 7,154 open issues and 42,089 comments on the world's most popular programming language? It looks like 23 MB of raw discussion text. It looks like bug reports from January 2003 that are still open. It looks like ...Feb 14·23 min read
theunnamed.hashnode.devPython to Clojure: A Gentle Guide for Pythonistastitle: "Python to Clojure: A Gentle Guide for Pythonistas" published: true description: "A comprehensive comparison of Python and Clojure, walking through every topic in the official Python tutorial and showing how Clojure approaches the same problem...Feb 14·16 min read
theunnamed.hashnode.devPython to Hy: What If Python Wore a Lisp Costume?title: "Python to Hy: What If Python Wore a Lisp Costume?" published: true description: "A comprehensive comparison of Python and Hy — the Lisp that compiles to Python. Walking through every topic in the official Python tutorial, showing how the same...Feb 14·17 min read
theunnamed.hashnode.devPython to Wisp: The Lisp That Stole Python's Indentationtitle: "Python to Wisp: The Lisp That Stole Python's Indentation" published: true description: "A comprehensive comparison of Python and Wisp — the indentation-sensitive Scheme that reads like Python but thinks like Lisp. Walking through every topic ...Feb 14·19 min read
theunnamed.hashnode.devPython to Basilisp: Clojure's Brain in Python's Bodytitle: "Python to Basilisp: Clojure's Brain in Python's Body" published: true description: "A comprehensive comparison of Python and Basilisp — the Clojure dialect that compiles to Python bytecode. Immutable data structures, macros, and the entire Py...Feb 14·19 min read