Last active
August 29, 2015 14:19
-
-
Save jamesandariese/c198f805da457fcf7db3 to your computer and use it in GitHub Desktop.
DC stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Zd!=z]sz # delete top of stack | |
# perform a loop over all numbers running b | |
[lbx1+lax]sa # loop forever running b each time | |
[lpx]sb # logic goes here | |
1 | |
lax |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dense. | |
[[Fizz]P]sf[[Buzz]P]sg[dn]sv[d3%dSp0=fd5%dSp0=gLpLp*0!=v10P1+lpx]sp1lpx | |
# a nicer version | |
[[Fizz]P]sf | |
[[Buzz]P]sg | |
[dn]sv | |
[d3%dSp0=fd5%dSp0=gLpLp*0!=v10P1+lpx]sp # magic | |
1lpx #run lpx starting at 1 | |
#another | |
[[Fizz]P]sf[[Buzz]P]sg[dn]sv[dd3%dsBr5%dlB0=f0=g*0!=v10P1+lpx]sp1lpx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment