Why Decker is worth learning, with a quick live-coding demo https://lobste.rs/s/cvp9yn #video #apl
https://www.youtube.com/watch?v=8hz888us3wI
Object Pascal bindings for J https://lobste.rs/s/ckrxef #apl
https://github.com/tangentstorm/jlang-pascal/
Beginner J: Dealing Cards https://lobste.rs/s/jgaxxy #video #apl
https://www.youtube.com/watch?v=eXGKK8BkCkg
Extended Connectivity Fingerprint in APL
https://butwhyisthat.substack.com/p/ecfp
#APL #Programming #Tech
Paolo Amoroso
@amoroso@oldbytes.space
Astronomy, space, retrocomputing, Lisp, Linux, coding. No stock photos, SEO, marketing, clickbait, ads, or calls to action. I Just enjoy sharing my geeky interests. #Lisp #Interlisp #CommonLisp
oldbytes.space
AP8L is an APL-inspired language for the PICO-8.
https://www.lexaloffle.com/bbs/?tid=152582
Of course there's also a Lisp:
https://github.com/Siapran/parens-8
#apl #pico8 #lisp
Who needs a real-time database? https://lobste.rs/s/advkuj #apl #databases
https://dataintellect.com/blog/who-needs-an-rdb/
Personal Anthology of Goal Code https://lobste.rs/s/jgftsd #apl
https://goalprogramming.info/personal-anthology.html
Personal Anthology of Goal Code
https://goalprogramming.info/personal-anthology.html
#Programming #Code #APL
Pedemontana, cinque anni di perdite.
La Corte dei Conti richiama i conti di Autostrada Pedemontana Lombarda: perdite per 101 milioni e lavori fermi al 44% del valore previsto.
@ambiente
https://www.monza-news.it/news/287566630406/pedemontana-cinque-anni-di-perdite-il-richiamo-della-corte
#Lombardia #RegioneLombardia #Pedemontana #APL #AutostradaPedemontanaLombarda
Elias Mårtenson
@loke@functional.cafe
Lisp, Emacs, APL and a bunch of other stuff. From Sweden, living in Singapore. I always work on a bunch of projects. My current major ones are: A graphical frontend to Maxima: https://github.com/lokedhs/maxima-client Kap: An APL-based programming language: https://codeberg.org/loke/array #lisp #commonlisp #apl #retrocomputing #linux #kap #climaxima #emacs #atari #fedi22
functional.cafe
Inspired by the call by @jwildeboer@social.wildeboer.net for posts about things we do, here's a little update on my project.
Part of my goal with Kap is to make it into something different from just a programming language. I like making the comparison to Excel which by all definitions is a programming language, but it's also a system with which the user works with and presents data.
I already built a spreadsheet-like tool to edit data, but I haven't done much in the way of presenting information. I'm now working on a simple way to define forms, which can be rendered as a native UI, using HTML or even in a terminal. Once I've gotten further, I'll share a screencast, but for now, here's a screenshot.
#kap #apl #programming
Skred is now a MIDI aware synth and drum machine construction kit https://lobste.rs/s/xhjzmc #apl #c #vibecoding
Dictionaries and Tables | DefconQ https://lobste.rs/s/qp6s8s #apl
https://www.defconq.tech/docs/concepts/dictionariesTables
Dictionaries and Tables | DefconQ
https://www.defconq.tech/docs/concepts/dictionariesTables
#Programming #DataStructures #APL
Let's build a simple interpreter for APL https://lobste.rs/s/skiumt #apl
https://mathspp.com/blog/lsbasi-apl-part1