Trending

#ArrayProgramming

Latest posts tagged with #ArrayProgramming on Bluesky

Latest Top
Trending

Posts tagged #ArrayProgramming

Registration is now open for DYNA26

Registration is now open for DYNA26

Registration is now open for DYNA26. This free, one-day, in-person event for existing and potential users of Dyalog will take place on Monday 27 April 2026 in New York City. Spaces are limited, so register now. See dyna.dyalog.com

#dyna #dyalog #apl #ArrayProgramming #NYCTech

0 0 1 0
Array Cast Logo

Array Cast Logo

The ArrayCast is back and now it's broadcast live! Join Conor Hoekstra, Adám Brudzewsky, and guests. The next episode, "FIXAPL with Jacob Lockwood", will take place on Monday 16 February at 15:00 UTC – see www.youtube.com/@arraycast/ #APL #ArrayProgramming #ArrayCast

3 1 0 0
Original post on mathstodon.xyz

I implemented org-babel support for 3 array languages I like a lot: Goal¹, BQN² and growler/k³. These languages are great for data munging so I find it very handy to use them in #OrgMode to process data stored in org tables. You can grab my implementations from my Emacs configuration at […]

0 1 0 0
Outperforming Nested Arrays with Classic APL Techniques – Part 1 / Asher Harvey-Smith

Outperforming Nested Arrays with Classic APL Techniques – Part 1 / Asher Harvey-Smith

In our latest blog post – www.dyalog.com/blog/2026/01... – Asher explores the performance implications of choosing a flat representation rather than a nested one for your data.

#Dyalog #APL #ArrayProgramming

3 0 0 0

And a very special thanks to @codereport.bsky.social for introducing me to this paradigm in the first place. Not sure how many people end up in the ADSP -> ArrayCast -> Dyalog conference pipeline, but I highly recommend it
@dyalog.bsky.social #arrayprogramming #apl

1 1 0 0

HN discussed Klong, a simple array language. Debate centered on its terseness vs. readability, the array paradigm shift, and comparison to tools like NumPy. Is conciseness worth the learning curve for specific problems? 🤔 #ArrayProgramming 1/6

0 0 1 0
What does the following monadic mathematical function compute when given any numeric argument? 

(=∘⌊⍨*∘0.5) 

V20.0 will also support: 

(⌊⍛=*∘0.5)

What does the following monadic mathematical function compute when given any numeric argument? (=∘⌊⍨*∘0.5) V20.0 will also support: (⌊⍛=*∘0.5)

This is just perfect… #APLMonday #Dyalog #APL #ArrayProgramming #Dyalog20

Experiment using TryAPL: tryapl.org?clear&q=%28%...

0 0 0 0
DYNA Fall 2025 - Monday 29 and Tuesday 30 September 2025

DYNA Fall 2025 - Monday 29 and Tuesday 30 September 2025

Save the date! DYNA Fall 2025 will take place Monday 29 and Tuesday 30 September 2025. See dyna.dyalog.com for more information and to register to be notified as details are confirmed. #DYNA #Dyalog #APL #ArrayProgramming

0 0 0 0
What does the following monadic mathematical function compute when given a numeric array? (+/,)

What does the following monadic mathematical function compute when given a numeric array? (+/,)

Continuing last week’s theme… #APLMonday #APL #ArrayProgramming #Dyalog

0 0 0 0
A black 3.5-inch floppy disk with a silver metal shutter and a white label. The label has handwritten text reading “Dyalog v1.0 (April '83)” in black ink. The background is a gradient of orange and yellow tones with soft lighting and geometric shapes, giving the image a retro-tech aesthetic.

A black 3.5-inch floppy disk with a silver metal shutter and a white label. The label has handwritten text reading “Dyalog v1.0 (April '83)” in black ink. The background is a gradient of orange and yellow tones with soft lighting and geometric shapes, giving the image a retro-tech aesthetic.

On this day in 1983, at the APL83 conference in Washington D.C., the world was introduced to Dyalog v1.0. Today we celebrate Dyalog reaching the milestone age that is the ultimate answer to Life, the Universe, and Everything! #Dyalog #APL #DontPanic #ArrayProgramming

6 3 0 0
What does the following monadic function determine when given a numeric matrix argument? {⍵≡⍵×∘.≤⍨⍳≢⍵}

What does the following monadic function determine when given a numeric matrix argument? {⍵≡⍵×∘.≤⍨⍳≢⍵}

This one might have you cornered...

What does the following monadic function determine when given a numeric matrix argument? {⍵≡⍵×∘.≤⍨⍳≢⍵}

Let us know what you think! Test your solutions at https://tryapl.com

#APLMonday #APL #Dyalog #LearnAPL #ArrayProgramming

3 1 1 0
What does the following monadic structural function compute when given any rank 3 array argument? {⍉⍪⍉⍵}

What does the following monadic structural function compute when given any rank 3 array argument? {⍉⍪⍉⍵}

It might look drunk, but can be handy...

#APLMonday #APL #LearnAPL #ArrayProgramming #Dyalog

For more APL fun, try challenge.dyalog.com

2 1 0 0

This is an example of "Tacit Programming" in APL. The arguments are implied "tacitly" through function combinators, aka "Function Trains". If you see three functions in a row without arguments (⍺ being left arg, ⍵ being right), it's tacit.

Spoilers and breakdown below:

0 0 0 0
What does the following monadic set function determine when given a any array argument? (0∊≠)

What does the following monadic set function determine when given a any array argument? (0∊≠)

Try your hand on this unique train...

Let us know what you think in the comments. You can try solutions out at tryapl.com

For more #APL fun, try challenge.dyalog.com

#APLMonday #Dyalog #LearnAPL #ArrayProgramming #Programming

2 0 1 0
What does the following dyadic structural function compute when given an integer vector left argument and any vector right argument? {⍵⊆⍨⍸⍺}

What does the following dyadic structural function compute when given an integer vector left argument and any vector right argument? {⍵⊆⍨⍸⍺}

You have your work cut out for you this #APLMonday...

Let us know what you think in the comments. You can try solutions out at tryapl.com

For more #APL fun, try challenge.dyalog.com

#Dyalog #LearnAPL #ArrayProgramming #Programming #SoftwareDeveloper

5 1 2 0
∆←{⎕A[⍵]} ⋄ ∆ 8 1 16 16 25 ⋄ ∆ 2 9 18 20 8 4 1 25 ⋄ ∆ 11 5 14

∆←{⎕A[⍵]} ⋄ ∆ 8 1 16 16 25 ⋄ ∆ 2 9 18 20 8 4 1 25 ⋄ ∆ 11 5 14

Today we celebrate 104 years since the birth of Ken Iverson, creator of APL. Discover more about this visionary and Turing Award winner at en.wikipedia.org/wiki/Kenneth...

#APL #Dyalog #ArrayProgramming #Programming #ComputerScience #TechHistory

5 1 1 0
Preview
a man is putting a wedding ring on another man 's finger ALT: a man is putting a wedding ring on another man 's finger

Failing at social media, I probably need more #Haskell, #BQN, #FunctionalProgramming, #ArrayProgramming, #J for that #Engagement

2 0 0 0
Dyalog '24 Videos, Week six: Remembering the “Old”, Welcoming the “New”

Dyalog '24 Videos, Week six: Remembering the “Old”, Welcoming the “New”

The final set of recordings from Dyalog '24 is now available. Read Morten's blog post, and watch (or rewatch!) presentations that honour our past while embracing our future at www.dyalog.com/blog/2024/11... #Dyalog24 #Dyalog #APL #ArrayProgramming

2 1 0 0
Dyalog '24 Videos week two: New Functionality

Dyalog '24 Videos week two: New Functionality

The next set of recordings from Dyalog '24 is now available. Read Morten's blog post, and watch (or rewatch!) presentations on new functionality, some of which is coming in Dyalog v20.0 and some that's been recently added, at www.dyalog.com/blog/2024/11... #Dyalog24 #Dyalog #APL #ArrayProgramming

1 1 0 0
Dyalog '24 Videos: Week One - Welcome to the Dyalog '24 Presentations

Dyalog '24 Videos: Week One - Welcome to the Dyalog '24 Presentations

The first recordings from Dyalog '24 are now available. Read Morten's blog post, and watch (or rewatch!) the introductory talks and a few other presentations at:

www.dyalog.com/blog/2024/10...

#Dyalog24 #Dyalog #APL #ArrayProgramming

2 2 0 0