Ali M

@deadmarshal
5 Followers
57 Following
158 Posts
The Weekly Challenge - 362 #Perl #RakuLang
Task 1: Echo Chamber
Task 2: Spellbound Sorting
https://theweeklychallenge.org/blog/perl-weekly-challenge-362
The Weekly Challenge - 362

The Weekly Challenge - 362

Please checkout the latest edition of Perl weekly newsletter.
https://perlweekly.com/archive/760.html
Perl Weekly Issue #760 - Async Perl

The Weekly Challenge - 361 #Perl #RakuLang
Task 1: Zeckendorf Representation
Task 2: Find Celebrity
https://theweeklychallenge.org/blog/perl-weekly-challenge-361
The Weekly Challenge - 361

The Weekly Challenge - 361

The Hare programming language

Hare 0.26.0 released
February 13, 2026 by Drew DeVault
https://harelang.org/blog/2026-02-13-hare-0.26.0-released/

#harelang #harelangblog

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

#CommonLisp #lisp #screenshots

Common Lisp Screenshots

Today's Common Lisp applications in action

Compilation Using Two Stage Code Emission

2026-02-14

The Weekly Challenge - 360 #Perl #RakuLang
Task 1: Text Justifier
Task 2: Word Sorter
https://theweeklychallenge.org/blog/perl-weekly-challenge-360
The Weekly Challenge - 360

The Weekly Challenge - 360

Last video of 2025! The Beauty of Algorithms! 🍾🎊 https://www.youtube.com/watch?v=MI-Si9RUx-k
The Beauty of Algorithms

YouTube

Lem news: #treesitter support for JSON, YAML, Markdown, Nix, WAT.

https://lem-project.github.io/development/tree-sitter/

with AI in the loop.

#lisp #commonlisp

Tree-sitter Integration

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.

Lem