Profile for
Omar Rizwan.
Username @omar, social.omar.website.
Role: admin
About
"The program should, in some way, expand the concept of what computer paint programs are, as well as what mark making can be."
Joined on Dec, 2022.
760 posts.
Followed by 271.
Following 145.
:=)
🙂
it's funny/interesting/weird how Tcl's treatment of variables is kinda based on how file paths work in Unix -- like it's a pretty consistent system, but it's not the lexical scope system that you've learned to expect from basically every other programming language
spent like 5 hours yesterday debugging a SIGBUS when I accessed arr[0] in a callee that didn't happen when I accessed the same arr[0] in the caller right before (it was a float alignment issue……)