Activity for lyxal
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #279213 |
Post edited: |
— | about 4 years ago |
Edit | Post #279154 |
Post edited: |
— | about 4 years ago |
Comment | Post #279189 |
I've asked a meta question regarding whether or not we should import the FAQ questions from SE, which includes a comprehensive definition of a valid quine. (more) |
— | about 4 years ago |
Edit | Post #279213 |
Post edited: |
— | about 4 years ago |
Edit | Post #279213 | Initial revision | — | about 4 years ago |
Question | — |
Should we import our old policy posts? Over on codegolf.stackexchange.com, we have numerous meta posts outlining loopholes answers can't break, validity of output/input methods and other rule-type posts. Some examples: https://codegolf.meta.stackexchange.com/q/1061/78850 https://codegolf.meta.stackexchange.com/questions/2447/d... (more) |
— | about 4 years ago |
Edit | Post #279190 |
Post edited: |
— | about 4 years ago |
Edit | Post #279190 |
Post edited: |
— | about 4 years ago |
Edit | Post #279190 | Initial revision | — | about 4 years ago |
Answer | — |
A: Obligatory Quine Challenge Vyxal/Keg , 8 bytes `:.,`:., Try it online! (Keg) The explanations are the same for both languages, seeing as how Vyxal is heavily based on Keg. Explained `:.,` # Push the string ":.," :., # Duplicate it, print it raw and then print it nice (more) |
— | about 4 years ago |
Edit | Post #279166 |
Post edited: |
— | about 4 years ago |
Edit | Post #279166 |
Post edited: |
— | about 4 years ago |
Edit | Post #279166 |
Post edited: |
— | about 4 years ago |
Edit | Post #279166 |
Post edited: |
— | about 4 years ago |
Edit | Post #279166 |
Post edited: |
— | about 4 years ago |
Edit | Post #279166 | Initial revision | — | about 4 years ago |
Answer | — |
A: Evaluate a single variable polynomial equation Vyxal, 6, 5, 4 bytes ``` Źe∑ ``` Try it Online! Takes input in the format `coeffs, x` Explained ``` Źe∑ Ź # Generate range [0, len(coeffs)) e # Calculate x [0, len(coeffs) (vectorising) # Multiply the coefficients by the exponated x's. The lists are extended with 0s... (more) |
— | about 4 years ago |
Edit | Post #279154 | Initial revision | — | about 4 years ago |
Answer | — |
A: "Hello, World!" Vyxal, 2 bytes KH This pushes the string "Hello, World!" to the stack and automatically prints it. Also, this is the first answer on the site! Woo! (more) |
— | about 4 years ago |
- ← Previous
- 1
- 2
- Next →