Skip to main content
Commonmark migration
Source Link

#Vitsy, 19 16 bytes

Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO] (implicit input) D Peek n, push n. 1 Push 1. H Pop x, pop y, push range(x, y) } Reverse, pop n, reverse, push n. \[ ] Pop n, do bracketed items n times. \[ ] Pop n, do bracketed items n times. '*'O Output the character *. aO Output a newline. 

Think of it as though I'm iterating through a list (1 through n) and popping out the number of *s according to the currently selected list item.

Explanation soon.

#Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO] (implicit input) D Peek n, push n. 1 Push 1. H Pop x, pop y, push range(x, y) } Reverse, pop n, reverse, push n. \[ ] Pop n, do bracketed items n times. \[ ] Pop n, do bracketed items n times. '*'O Output the character *. aO Output a newline. 

Think of it as though I'm iterating through a list (1 through n) and popping out the number of *s according to the currently selected list item.

Explanation soon.

Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO] (implicit input) D Peek n, push n. 1 Push 1. H Pop x, pop y, push range(x, y) } Reverse, pop n, reverse, push n. \[ ] Pop n, do bracketed items n times. \[ ] Pop n, do bracketed items n times. '*'O Output the character *. aO Output a newline. 

Think of it as though I'm iterating through a list (1 through n) and popping out the number of *s according to the currently selected list item.

Explanation soon.

added 7 characters in body
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91

#Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO]   (implicit input) D Peek n, push n. 1 Push 1. H Pop x, pop y, push range(x, y) } Reverse, pop n, reverse, push n. \[ ] Pop n, do bracketed items n times. \[ ] Pop n, do bracketed items n times. '*'O Output the character *. aO Output a newline. 

Think of it as though I'm iterating through a list (1 through n) and popping out the number of *s according to the currently selected list item.

Explanation soon.

#Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO] 

Explanation soon.

#Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO]   (implicit input) D Peek n, push n. 1 Push 1. H Pop x, pop y, push range(x, y) } Reverse, pop n, reverse, push n. \[ ] Pop n, do bracketed items n times. \[ ] Pop n, do bracketed items n times. '*'O Output the character *. aO Output a newline. 

Think of it as though I'm iterating through a list (1 through n) and popping out the number of *s according to the currently selected list item.

Explanation soon.

added 7 characters in body
Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91

#Vitsy, 1919 16 bytes

Yeah this needs some reducing. I'm out of practice!

0v\['*'v1+Dv\DXarZ]D1H}\[\['*'O]aO] 

Explanation soon.

#Vitsy, 19 bytes

Yeah this needs some reducing. I'm out of practice!

0v\['*'v1+Dv\DXarZ] 

Explanation soon.

#Vitsy, 19 16 bytes

Yeah this needs some reducing. I'm out of practice!

D1H}\[\['*'O]aO] 

Explanation soon.

Source Link
Addison Crump
  • 11.3k
  • 1
  • 45
  • 91
Loading