Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
For getting actual stuff done: Rust For playing around: Uiua or BQN
Never heard of the last two. Can you tell us more?
BQN is a newer array based language (similar to APL) where you manipulate arrays with different functions and modifiers and compose the modifiers with more modifiers (combinators). Uiua is the same but instead of combinatorics you have a stack that you can manipulate, so it’s a stack based, array oriented language. Here is a nice video about Uiua, and here is a video comparing the two.