COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220515173430/https://github.com/topics/apl
Here are
234 public repositories
matching this topic...
PragmataPro font is designed to help pros to work better
Updated
Oct 14, 2021
Rich Text Format
An APL-like programming language. Self-hosted!
Updated
May 15, 2022
KakouneScript
APL Compiler targeting a typed array intermediate language
Updated
Mar 21, 2021
Standard ML
Remote IDE for Dyalog APL
Updated
Apr 27, 2022
JavaScript
APL385 Unicode font evolved
A novel approach to finding your way in APL
Updated
May 10, 2022
HTML
Updated
Oct 16, 2021
Java
Updated
Apr 22, 2022
Jupyter Notebook
APL is the greatest language ever
A Jupyter kernel for Dyalog APL
Updated
Dec 15, 2021
Python
bug
Things not working as they should.
good first issue
For simple(r) issues that are easy to tackle.
Consolidated J language code referenced in my blog Analyze the Data not the Drivel
Alexa Skill Template with clean code (eslint, sonar), testing (unit tests, e2e), multi-language, Alexa Presentation Language (APL) and In-Skill Purchases (ISP) support. Updated to ASK-CLI V2.
Updated
May 26, 2021
JavaScript
CoSy APL NoteComputing environment in open x86 Reva Forth
Updated
Feb 19, 2020
Forth
Jupyter notebooks for Dyalog APL
Updated
Feb 28, 2022
Jupyter Notebook
Simple Neural Network Examples in 8 lines APL
An APL interpreter written in JavaScript. Runs in a browser or NodeJS.
Updated
Jan 19, 2021
JavaScript
A simple "columnar database" based on memory-mapped files, written in APL
Advent of Code 2020 solutions in Dyalog APL
A C++20 array / expression template library with some J/APL features
Advent of Code 2018 solutions in Dyalog APL
JavaScript language bars, keyboard layout key-bindings, and character compositions for entering APL characters
Updated
Jan 10, 2022
HTML
The de facto standard for people who are looking to learn Dyalog APL from a book. This updated version is a work in progress.
Updated
Apr 7, 2022
Python
APL-based web service framework supporting JSON or REST
Updated
Aug 11, 2021
ActionScript
Conway's Game of Life in APL in FORTH: how to implement a weird programming language using another weird programming language
Updated
Jul 4, 2020
Forth
Updated
May 13, 2022
TypeScript
silly-k is an experimental hobby language inspired by K and APL
Updated
Jun 8, 2017
Scheme
Improve this page
Add a description, image, and links to the
apl
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
apl
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When opening #11, in the middle of the tracebacks I noticed there is a
DeprecationWarningregarding the usage of thecollectionsabstract base classes directly, that should be imported fromcollections.abc, instead.