array-programming
There are 41 repositories under array-programming topic.
uiua-lang/uiua
A tacit array programming language
breandan/kotlingrad
🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types
iczelia/kamilalisp
A functional, flexible and concise Lisp.
PDLPorters/pdl
Scientific computing with Perl
bugsbugsbux/understanding-j
An introduction to the J programming language that gets to the point.
cratelyn/j
💐 j is a subset of J, and an essay.
SciScala/NDScala
N-dimensional / multi-dimensional arrays (tensors) in Scala 3. Think NumPy ndarray / PyTorch Tensor but type-safe over shapes, array/axis labels & numeric data types
cmh25/gk
k interpreter
mechanize-systems/bqnpad
Online REPL for BQN
BobMcDear/aplearn
APL machine learning library
gitonthescene/ngnk-mode
emacs major mode for working with ngnk
Ovyerus/kamex
A basic Lisp interpreter implemented in Elixir.
crmsnbleyd/uiua-mode
Emacs mode for uiua, a stack-based array language
Beliavsky/Calc
Interpreter in Fortran that can handle scalars and 1D arrays, with access to intrinsics and statistical functions and plotting with gnuplot
BobMcDear/ada
Source-to-source autodiff for APL
davidbrowne/dsga
C++20 library that mostly implements the vector and matrix transparent basic types from GLSL Spec 4.6
ap29600/odin-mdspan
An n-dimensional array library for the Odin programming language
semperos/ari
Ari: Goal Programming + SQL
razetime/AOC2021-BQN
new repository is at razetime/aoc.
sohang3112/apl
Solutions of various problems in array programming languages: APL, J
jpneto/topicsInPython
Jupyter notebooks about Programming, Statistics and Math
razetime/decks
Decker decks, modules and scripts written in Lil.
niallang/Nial_Website
The Nial Array Language Website
rikifunt/cgp-vec
Vectorized Cartesian Genetic Programming library
CyberSphinxxx/Sum-Of-All-Array
This C program computes the sum of all elements in an array provided by the user.
JordyAaldering/bachelor-thesis
A new semantics for array programming languages; how to introduce some laziness without being lazy
tcallred/a-stack-based-language
A stack-based language in Rust
tommyip/aoc2022_uiua
Advent of Code 2022 with Uiua
voidwyrm-2/muoa
A purely ASCII array programming language
9146887137/java-programming
all java programs here
JordyAaldering/paper-flattening-records
Flattening Combinations of Arrays and Records
JordyAaldering/paper-type-patterns
Type Patterns: Pattern Matching on Shape-Carrying Array Types
mrwilson/uiua-scratch-pad
A dump for my uiua code.
semperos/goal_jupyter_kernel
Jupyter kernel for the Goal array programming language
touhidahmedtuhin/ArrayForEveryone
A beginner-friendly collection of array examples, patterns, and logic in JavaScript. Designed to help anyone understand, visualize, and master arrays—step by step.