Alexander Bandukwala
@bandukwala.me
680 followers 720 following 1.4K posts
💻 Pursuing the Future of Computing 🔬 PhD Student @ University of Michigan (Future of Programming Lab) 🪄 Building Hazel: Live Functional Programming & Malleable Systems 🐾 Dog Parent 🛠️ Ex-Software Engineer 🌟 Computing Maximalist
Posts Media Videos Starter Packs
Pinned
Tell me who to add to this #ProgrammingLanguages go.bsky.app/KPyf9X8
Is this how you fizzbuzz?
Hazel screenshot:

```hazel
case ^^probe(take(buzzed, 4))
| [a, b, c, d] => a + b + c + d
| rest =>  
end
```

There's a probe on the take(buzzed, 4) showing [1, 2, "Fizz", 4].

And there's a dynamic error on `c` since c is a string not an int.
It’s that time of the year in Ann Arbor. I need to look up at the trees when I walk because they’re changing colors.
Giving me css animations was a mistake
All the information is on the task
Reposted by Alexander Bandukwala
I'm teaching 𝗪𝗿𝗶𝘁𝗲 𝘆𝗼𝘂𝗿 𝗼𝘄𝗻 𝘁𝗶𝗻𝘆 𝗽𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝘀𝘆𝘀𝘁𝗲𝗺(𝘀)! again. I'll be posting the videos & tasks on YouTube too.

In the first lecture, I explain what's a tiny system, why write one and show plenty of demos!

🎞️ Playlist: www.youtube.com/playlist?lis...
👉 More info: d3s.mff.cuni.cz/teaching/npr...
Write your own tiny programming system(s)! - YouTube
The goal of this course is to teach how fundamental programming language techniques, algorithms and systems work by writing their miniature versions. The cou...
www.youtube.com
The capitalization consistency of a company with a trillion dollars of assets under management
Market movers Current strategy
Personal Strategy Net worth cash flow
Turns out I’m a third Canadian
Ancestry.com showing I’m 34% Acadia from French Canada
We don't need reproducibility where we're going
we need a package manager manager
When you inherit a Jupyter notebook
I didn’t google this at all before I said it so it’s possibly already done 😅
The type abbreviation is cyclic 😒
Cool will try it out. Thanks!
I still can’t tell if I find it very useful. If I ended up paying for it, it probably is.
We’ll see if I put my money where my mouth isn’t
“Your free GitHub copilot access is ending soon”
And I thought bandukwala was violent
Screenshot from deli boys with the subtitle: “I already called the Murderwalla to handle the body”
Only discrimination is those who hate chocolate
I can finally do some real work.
Hazel programming language with a parsed csv and table of pokemon