[ prog / sol / mona ]

prog


APL.

1 2021-07-24 02:34

Please redpill me on APL.
Does it have modern relevance?

2 2021-07-25 14:30

J is more used now, I think. You don't have to use the weird symbols. It's a nice language, probably the last stage of autism.

3 2021-07-25 21:12

I still write APL programs. It's a good way to concisely express some algorithms, and helps one think of problems differently. It frees me from one at a time thinking; it's a good language that is truly non-von Neumann in principle, at least for the most part. Read Can Programming Be Liberated from the von Neumann Style? by John Backus. It has modern relevance for the programmers who care about their craft, the hackers.

4 2021-07-26 04:44 *

>>2

probably the last stage of autism

Far off.

Mixing λ calculus symbols and ∇pl functional symbols in lithp for personal combinators.

(⟵ ∇ ( λ (X) (X X)))
(⟵ ⍢ ( λ () (∇ ∇)))
(⍢ ⍢)

Not close either.

5 2021-07-29 10:12

Malbolge.

6 2021-08-02 00:43

There's aplwiki.com (which covers a lot of array language topics), r/apljk (which has links to various podcasts/videos/articles as well as q&a on array languages).

7


VIP:

do not edit these