Task 1: Echo Chamber
Task 2: Spellbound Sorting
https://theweeklychallenge.org/blog/perl-weekly-challenge-362
Hare 0.26.0 released
February 13, 2026 by Drew DeVault
https://harelang.org/blog/2026-02-13-hare-0.26.0-released/
Common Lisp Screenshots is a new gallery of screenshots of GUI applications written in Common Lisp and targeted at end users. A great idea by @vindarel
http://www.lisp-screenshots.org
https://lisp-journey.gitlab.io/blog/lisp-screenshots-todays-common-lisp-applications-in-action
Lem news: #treesitter support for JSON, YAML, Markdown, Nix, WAT.
https://lem-project.github.io/development/tree-sitter/
with AI in the loop.
Lem integrates tree-sitter for advanced syntax highlighting and indentation. Tree-sitter provides incremental parsing that can efficiently update syntax trees as you edit, enabling features that understand code structure rather than just patterns. Overview The tree-sitter integration in Lem provides: Syntax Highlighting: Accurate, language-aware highlighting based on AST nodes Indentation: Structure-based indentation using tree-sitter queries Incremental Parsing: Efficient updates without re-parsing entire files Graceful Fallback: Falls back to regex-based highlighting when tree-sitter is unavailable Architecture βββββββββββββββββββ β tree-sitter-cl β β (FFI bindings) β ββββββββββ¬βββββββββ β βββββββββββββββββββ ββββββββββΌβββββββββ β Language Mode ββββββββββββΆβ lem-tree-sitter β β (json, nix.