Small addition to the bytecode compiler today: decorators! (Just the basics for now...) This just adds a LOAD_GLOBAL and a CALL around the LOAD_CONST and MAKE_FUNCTION we'd see for a basic function definition. Try it here: fromscratchcode.com/bytecode-com... #python #bytecode #buildinpublic
2 likes 0 replies
?