The Wayback Machine - https://web.archive.org/web/20220318102158/https://github.com/topics/dyalog
Here are
83 public repositories
matching this topic...
Remote IDE for Dyalog APL
Updated
Mar 7, 2022
JavaScript
A novel approach to finding your way in APL
Updated
Mar 16, 2022
HTML
Updated
Feb 13, 2022
Jupyter Notebook
A Jupyter kernel for Dyalog APL
Updated
Dec 15, 2021
Python
Jupyter notebooks for Dyalog APL
Updated
Feb 28, 2022
Jupyter Notebook
A simple "columnar database" based on memory-mapped files, written in APL
Advent of Code 2020 solutions in Dyalog APL
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
APL-based web service framework supporting JSON or REST
This is the source code for TryAPL.org
Updated
Mar 2, 2022
JavaScript
A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
Thin covers for Dyalog APL's ⎕R and ⎕S
Dyalog APL implementation of a 3D ray tracer
Updated
Oct 31, 2019
Jupyter Notebook
Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
Run Dyalog APL under Docker
Updated
Sep 17, 2021
Shell
Advents of Code in Dyalog APL
Updated
Jan 4, 2021
Jupyter Notebook
Updated
Feb 22, 2022
Jupyter Notebook
Winning solution for the APL Problem Solving Competition 2020
HTML, CSS, and Markdown for Dyalog APL
Advent of Code 2019 solutions in Dyalog APL
TryAPL API client written in Elm
Code presented in the APL Quest
Dyalog User Interface - HTML-based cross-platform UI for Dyalog APL
An interactive simulation demonstration game
Improve this page
Add a description, image, and links to the
dyalog
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
dyalog
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.