aplette VS array

Compare aplette vs array and see what are their differences.

aplette

This is a new take on an old language: APL. The goal is to pare APL down to its elegant essence. This version of APL is oriented toward scripting within a Unix-style computing environment. (by gregfjohnson)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
aplette array
3 4
87 188
- -
3.4 6.9
about 1 year ago 4 months ago
C C++
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

aplette

Posts with mentions or reviews of aplette. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-04.
  • Boehm-Demers-Weiser Garbage Collector
    4 projects | news.ycombinator.com | 4 Mar 2023
  • Try APL
    7 projects | news.ycombinator.com | 10 Jun 2021
    There is Aplette which supposedly integrates nicely with other Unix tools. It's a port/update of the earlier openAPL source code, which I think was done by Ken Thompson? Here:

    https://github.com/gregfjohnson/aplette

  • The APL Orchard
    1 project | news.ycombinator.com | 4 Feb 2021
    If you're interested in recent developments in array languages, I recommend checking out:

    BQN https://mlochbaum.github.io/BQN/

    ngn/k https://git.sr.ht/~ngn/k/tree/master/item/readme.txt (Previous discussion: https://news.ycombinator.com/item?id=22009241)

    aplette, which is a modernization of Ken Thompson's APL https://github.com/gregfjohnson/aplette (Previous discussion: https://news.ycombinator.com/item?id=21740536)

    I'd also recommend checking out J, which isn't a recent development, but has the best syntax out of all array languages, has the best development environments, is the easiest to learn (it has a way to learn it built into the language itself!), and is the only one that treats making GUIs as a first-class feature: jsoftware.com (Has so many previous discussions I just recommend using HN search to find them.)

    The chat is biased to Dyalog APL, but a lot of the modern additions Dyalog has made to the language make it (in my opinion) worse as a notation, so ideally don't let it turn you off of the concept of array languages entirely if Dyalog doesn't "click" with you.

    If you haven't already, you should also check out Notation as a Tool of Thought, a paper so good it won Iverson the Turing Award:

    https://www.eecg.utoronto.ca/~jzhu/csc326/readings/iverson.p...

array

Posts with mentions or reviews of array. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-02.
  • Benchmarking 20 programming languages on N-queens and matrix multiplication
    15 projects | news.ycombinator.com | 2 Jan 2024
    I should have mentioned somewhere, I disabled threading for OpenBLAS, so it is comparing one thread to one thread. Parallelism would be easy to add, but I tend to want the thread parallelism outside code like this anyways.

    As for the inner loop not being well optimized... the disassembly looks like the same basic thing as OpenBLAS. There's disassembly in the comments of that file to show what code it generates, I'd love to know what you think is lacking! The only difference between the one I linked and this is prefetching and outer loop ordering: https://github.com/dsharlet/array/blob/master/examples/linea...

  • A basic introduction to NumPy's einsum
    13 projects | news.ycombinator.com | 9 Apr 2022
    If you are looking for something like this in C++, here's my attempt at implementing it: https://github.com/dsharlet/array#einstein-reductions

    It doesn't do any automatic optimization of the loops like some of the projects linked in this thread, but, it provides all the tools needed for humans to express the code in a way that a good compiler can turn it into really good code.

What are some alternatives?

When comparing aplette and array you can also consider the following projects:

ngn-apl - An APL interpreter written in JavaScript. Runs in a browser or NodeJS.

optimizing-the-memory-layout-of-std-tuple - Optimizing the memory layout of std::tuple

json - A tiny JSON parser and emitter for Perl 6 on Rakudo

NumPy - The fundamental package for scientific computing with Python.

ride - Remote IDE for Dyalog APL

cadabra2 - A field-theory motivated approach to computer algebra.

APL.jl

alphafold2 - To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released

array - Simple array language written in kotlin

Einsum.jl - Einstein summation notation in Julia

nottinygc - Higher-performance allocator for TinyGo WASI apps

c-examples - Example C code