Post History
Uiua, 19 bytes $"[_]"⊏⊙"-|">÷⟜⇡50÷ pad $"[_]"⊏⊙"-|">÷⟜⇡50÷...
Answer
#3: Post edited
# Uiua, 21 bytes- ```
$"[_]"⬚@-↙50↯⊙@|⌊×50÷- ```
[pad](https://uiua.org/pad?src=0_14_0-dev_1__RiDihpAgJCJbX10i4qyaQC3ihpk1MOKGr-KKmUB84oyKw5c1MMO3CuKnuyAkICQiW19dIuKsmkAt4oaZNTDihq_iiplAfOKMisOXNTDDtwokbGVuCgpGIDMgMgpGIDIgMQpGIDMwMCAyMzQKRiA1MCA1Cg==)- ```
$"[_]"⬚@-↙50↯⊙@|⌊×50÷÷ # divide numerator and denominator⌊×50 # count 50ths↯⊙@|⌊ # that many |s⬚@-↙50 # take 50, filling with -s$"[_]" # format with square brackets- 💎
- ```
Created with the help of [Luminespire](https://vyxal.github.io/Luminespire).
- # Uiua, 19 bytes
- ```
- $"[_]"⊏⊙"-|">÷⟜⇡50÷
- ```
- [pad](https://uiua.org/pad?src=0_14_0-dev_1__RiDihpAgJCJbX10i4oqP4oqZIi18Ij7Dt-KfnOKHoTUww7cK4qe7ICQgJCJbX10i4oqP4oqZIi18Ij7Dt-KfnOKHoTUww7cKJGxlbgoKRiAzIDIKRiAyIDEKRiAzMDAgMjM0CkYgNTAgNQo=)
- ```
- $"[_]"⊏⊙"-|">÷⟜⇡50÷
- ÷ # divide arguments
- ÷⟜⇡50 # range from 0 to 1 in steps of 1/50
- > # are greater than?
- ⊏⊙"-|" # select using booleans: - if false and | if true
- $"[_]" # format with square brackets
- 💎
- ```
- Created with the help of [Luminespire](https://vyxal.github.io/Luminespire).[]()[]()
#2: Post edited
- # Uiua, 21 bytes
- ```
- $"[_]"⬚@-↙50↯⊙@|⌊×50÷
- ```
[pad](https://uiua.org/pad?src=0_14_0-dev_1__RiDihpAgJCJbX10i4qyaQC3ihpk1MOKGr-KKmUB84oyKw5c1MMO3CuKnuyAkICQiW19dIuKsmkAt4oaZNTDihq_iiplAfOKMisOXNTDDtwokbGVuCgpGIDMgMgpGIDIgMQpGIDMwMCAyMzQKRiA1MCA1Cg==)
- # Uiua, 21 bytes
- ```
- $"[_]"⬚@-↙50↯⊙@|⌊×50÷
- ```
- [pad](https://uiua.org/pad?src=0_14_0-dev_1__RiDihpAgJCJbX10i4qyaQC3ihpk1MOKGr-KKmUB84oyKw5c1MMO3CuKnuyAkICQiW19dIuKsmkAt4oaZNTDihq_iiplAfOKMisOXNTDDtwokbGVuCgpGIDMgMgpGIDIgMQpGIDMwMCAyMzQKRiA1MCA1Cg==)
- ```
- $"[_]"⬚@-↙50↯⊙@|⌊×50÷
- ÷ # divide numerator and denominator
- ⌊×50 # count 50ths
- ↯⊙@|⌊ # that many |s
- ⬚@-↙50 # take 50, filling with -s
- $"[_]" # format with square brackets
- 💎
- ```
- Created with the help of [Luminespire](https://vyxal.github.io/Luminespire).