Kbd VS array

Compare Kbd vs array and see what are their differences.

Kbd

Alternative unified APL keyboard layouts (AltGr, Backtick, Compositions) (by abrudz)

array

Simple array language written in kotlin (by lokedhs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Kbd array
8 6
27 45
- -
1.8 0.8
about 2 years ago about 1 year ago
APL Kotlin
MIT License 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.

Kbd

Posts with mentions or reviews of Kbd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Dyalog APL Keyboard Layouts
    2 projects | news.ycombinator.com | 28 Oct 2023
    Should you wish to type them on a normal keyboard:

    https://abrudz.github.io/lb/apl has a browser bookmarklet which adds an APL language bar to the top of any web page so you can type in any input box with backtick prefixes.

    https://github.com/abrudz/Kbd has a Windows Input Method Editor (IME) that adds system-wide RightAlt+letter combos.

  • Ask HN: Do I need a special keyboard layout to learn array programming?
    1 project | news.ycombinator.com | 27 Oct 2023
    :d) https://github.com/abrudz/Kbd
  • APL has the highest percentage of trans programmers for the 2nd year in a row, according to Stack Overflow survey
    1 project | /r/transprogrammer | 5 Aug 2022
    I use setxkbmap -layout us,apl -variant ,dyalog -option grp:switch on Linux and https://github.com/abrudz/Kbd on Windows.
  • Ngn/k (free K implementation)
    17 projects | news.ycombinator.com | 12 May 2022
    This might have been true a couple of years ago but it is totally untrue now.

    I'm not sure why you couldn't use the student version of Dyalog? Sounds like it would have been fine. There are also many more FOSS implementations of array languages now, such as ngn/k and April. https://github.com/phantomics/april

    'only available for Linux' - not true https://github.com/abrudz/Kbd/ and others (also different input modes like `w for ⍵)

    'no community support' - on the contrary there is a big and helpful APL community https://aplwiki.com/wiki/Chat_rooms_and_forums that is (imo) more useful than stackoverflow

    'Dynamic scoping...' - Dyalog's (and other APL's) dfns have lexical scope.

    'The language is extremely terse' - is this meant to be a bad thing?

    'The code tends to be very hacky' - maybe if you write bad code or try and write C in APL (it won't work)

  • Use TAB entry style in Dyalog for Mac?
    3 projects | /r/apljk | 14 Nov 2021
  • Learning APL
    3 projects | news.ycombinator.com | 6 Aug 2021
    In general programming I like to use a keyboard layout which allows typing APL glyphs with Right Alt: https://github.com/abrudz/Kbd

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 Kbd and array you can also consider the following projects:

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

kalamine - Keyboard Layout Maker

ride - Remote IDE for Dyalog APL

pdp11.jl - PDP-11 Simulator written in Julia

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

dyalog-apl-extended - Dyalog APL Extended

j-prez

aoc2017 - ngn/k

jelm - Extreme Learning Machine in J

PDP_11_Simulator - PDP11 Simulator written in APL

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