Ceige
ceigey.bsky.social
Ceige
@ceigey.bsky.social
Christian Meredith. Australian Software Developer. Work with Python, Kotlin, TypeScript, interested in BEAM and FP.

Language, history, paleontology, video games, world building, cats etc all cool too.

我在学习中文,会有点说。

Personal site: ceigey.com
Very Meteor-esque, nice
May 24, 2025 at 2:08 PM
I agree, too much code reduplication per file, hardly pythonic!

import a
import b

gns = globals()

for k, v in (a.__dict__ | b.__dict__).items():
gns[k] = v

(I assume this works. I mean, mechanically, not ethically)
November 21, 2024 at 12:42 AM