Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Hristo Gueorguiev

@HristoGueorguie
  • Adding GOTO statement to Python *cue eveil laughter*

    Cover page
    Made with Python

    You guys remember basic.

    Just what it sounds like, a decorator that patches the bytecode of a decorated function to allow variable assignments to specific string constants to be treated as GOTO/JUMP statements and LABELS to jump to.

    Just in case it needs to be said, yes this is a joke and has no actual uses, nor should anyone use it for anything real other than having fun.

    Recent comments (0)
  • FizzBuzz Solver without conditional logic

    Cover page
    Made with HTML, CSS, JS

    A FizzBuzz solver that uses an array and array index calculation to map the correct answer.

    Recent comments (0)
  • Whats more readable ...

    Cover page
    Made with Python

    What statement would you prefer to encounter in a code base ?

    Recent comments (0)
All Repls