apl

Tag

Cards List
#apl

Extended Connectivity Fingerprint in APL

Lobsters Hottest · 2026-07-24 Cached

A blog post implementing the Extended Connectivity Fingerprint (ECFP) in APL, with references to the original Rogers and Hahn paper and several other resources.

0 favorites 0 likes
#apl

AP8L - apl

Lobsters Hottest · 2026-07-21 Cached

AP8L is an APL-inspired programming language embedded inside PICO-8, supporting APL-like functions and basic graphics.

0 favorites 0 likes
#apl

Let's build a simple interpreter for APL

Lobsters Hottest · 2026-07-10 Cached

This blog post starts a series on building an APL interpreter in Python, covering tokenization and parsing of basic APL expressions with numbers, functions, and operators.

0 favorites 0 likes
#apl

Convolutional Neural Networks in APL (2019)

Lobsters Hottest · 2026-06-28

An article exploring the implementation of convolutional neural networks using the APL programming language, from 2019.

0 favorites 0 likes
#apl

Enhancements in Dyalog v20.0: Arrays, Namespaces, Composition, Inline Tracing - Asher Harvey-Smith

Lobsters Hottest · 2026-06-26 Cached

Dyalog v20.0 introduces array notation, inline tracing, and the behind composition operator, significantly enhancing the APL coding experience and debugging efficiency.

0 favorites 0 likes
#apl

Mastering Dyalog APL

Hacker News Top · 2026-05-24 Cached

An updated online version of the Mastering Dyalog APL book is being developed from Jupyter Notebooks to provide an interactive, modern learning experience for the APL programming language.

0 favorites 0 likes
#apl

Saying Goodbye to one line of APL

Hacker News Top · 2026-05-11 Cached

The author reflects on a single line of APL code used in their voxel game to check exposed chunk faces, explaining its inspiration from Conway's Game of Life and its performance.

0 favorites 0 likes
#apl

A principled rethinking of array languages like APL

Lobsters Hottest · 2026-05-10 Cached

The article proposes a principled rethinking of array languages like APL by modeling variables as functions of input dimensions, aiming to improve readability and error checking compared to traditional approaches.

0 favorites 0 likes
#apl

Relational modeling and APL

Lobsters Hottest · 2026-05-10 Cached

The author explores combining relational modeling with APL-style array languages using constraint logic and equational rewrite rules, discussing how properties can be defined as bidirectional deductions rather than simple assignments.

0 favorites 0 likes
← Back to home

Submit Feedback