What is Nostr?
Digital Mark λ 📚 🕹 💾 🥃 /
npub1lwr…38zw
2024-11-22 08:01:42

Digital Mark λ 📚 🕹 💾 🥃 on Nostr: Got a little nerd-sniped by Computerphile https://www.youtube.com/watch?v=Q2UDHY5as90 ...

Got a little nerd-sniped by Computerphile
https://www.youtube.com/watch?v=Q2UDHY5as90

So I went back to look at a little BASIC-plus I was designing, made a prototype in Python just because it is the easiest string processing (I have tools for this in Scheme, but it's more involved).

You know what grinds my gears? There's no case-insensitive compare without creating two garbage strings:
a.lower() == b.lower()
instead of (string-ci=? a b) or the like. Why is Python slow? THIS SHIT.

#programming #python
Author Public Key
npub1lwr6ewhchfc8u4k0fupgl4kvr6vm3fu0aqe8e2msj9032ccmqeeqmu38zw