he/him

Nerd, programmer, writer. I like making things!

  • 1 Post
  • 87 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle





  • It’s kinda funny that Godot’s custom language GDScript is, at least on a surface level, pythonic (no list comprehensions, context managers, decorators, etc, it’s mostly syntactical similarities). But type hints do make it run faster!

    I was blessed to get to skip most of the old pains in python. I only had a handful of scripts that ever needed to be ported from 2 and they didn’t rely on any libraries. The ecosystem is easy to work with and I’m looking forward to working with Python for the foreseeable future