so python totally doesn't have a length limit on variable names
https://gist.github.com/Jess3Jane/d4f2d8a882905077b2698971d26acee0
@catoutofbed gcc totally should of you compile with c89
and anyway, even c99(??) only guarantees the first 31 characters of an identifier to be distinguished upon.
@catoutofbed time to add gdb to the mix, imo 😼
@meena
i want to see if it ever finishes first tbh
20 minutes in still going strong
@meena
gcc compiles it with both c99 and c89
interestingly while testing whether it cares about the rest of the variable i found that gcc gets really upset if they're two different variables (i.e. if they end differently)
as in it's been sitting there for a minute with a core pegged