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)

array

Simple array language written in kotlin (by lokedhs)
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 6
87 45
- -
3.4 0.8
about 1 year ago about 1 year ago
C Kotlin
- MIT License
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 2022-05-12.
  • Ngn/k (free K implementation)
    17 projects | news.ycombinator.com | 12 May 2022
    In some of the example programs written in KAP (my APL derivative), I tried to write it in a style that makes people unfamiliar with the array style more comfortable.

    This code could of course have been written in a style similar to some of the more extreme examples, and they would have been significantly shorter in that case.

    https://github.com/lokedhs/array/blob/master/demo/advent-of-...

  • Why would a Java prime sieve run at only half its speed _some_ of the times?
    9 projects | news.ycombinator.com | 5 Feb 2022
    This issue isn't directly related to BitSet. I have observed the same thing in my programming language interpreter that runs on the JVM (well, it's written in Kotlin multiplatform so it runs on JS and Natively as well).

    I start the interpreter and measue the time it takes to all all then numbers below 1000000000.

    The first time I run it after starting the interpreter it always takes 1.4 seconds (within 0.1 second precision). The second time I measure the time it takes 1.7, and for every invocation following that it takes 2 seconds.

    If I stop the interpreter and try again, I get exactly the same result.

    I have not been able to explain this behaviour. This is on OpenJDK 11 by the way.

    If anyone wants to test this, just run the interpreter from here: https://github.com/lokedhs/array

    To run the benchmark, type the following command in the UI:

        time:measureTime { +/⍳1000000000 }
  • Is APL Dead?
    7 projects | news.ycombinator.com | 20 Oct 2021
  • Symbolic Programming
    3 projects | /r/apljk | 8 Aug 2021
  • Try APL
    7 projects | news.ycombinator.com | 10 Jun 2021
    I'm the opportunity to mention my project that implements a language that is inspired by, and is mostly compatible with APL. It has some major differences, such as being lazy evaluated and providing support for first-class functions.

    It also supports defining syntax extensions which is used by the standard library to provide imperative syntax, which means you can mix traditional APL together with your familiar if/else statements, etc.

    At this point there isn't much documentation, and the implementation isn't complete, so I'm not actually suggesting that people run out to try it unless they are really interested in APL. I just took this opportunity since APL is mentioned so rarely here.

    https://github.com/lokedhs/array

    There is an example of a graphical mandelbrot implementation in the demo directory, that may be interesting.

  • Why am I wasting time on EndBASIC?
    3 projects | news.ycombinator.com | 23 Jan 2021
    This post mirrors my feeling on this topic as well. Just like the author, I'm also working on a programming language which will not be used by a lot of people.

    In fact, having a lot of users would make things complicated as I would have to stop making incompatible changes if I want to try something new.

    Designing your own programming language is such a nice hobby, and something I believe a lot of programmers do. In fact, I would like to see links to other people's programming languages, just to see what people are playing around with at the moment.

    Here is my project: https://github.com/lokedhs/array

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.

BQN - An APL-like programming language. Self-hosted!

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

ride - Remote IDE for Dyalog APL

APL.jl

j-prez

nottinygc - Higher-performance allocator for TinyGo WASI apps

jelm - Extreme Learning Machine in J

sgcl - Smart Garbage Collection Library for C++