1
0
Fork 0
mirror of https://github.com/Lyxal/Keta.git synced 2024-08-14 23:53:13 +00:00
Keta/Examples.md

14 lines
294 B
Markdown
Raw Normal View History

2019-12-26 05:23:33 +00:00
Operators shown here are purely for design experimentation and maynot reflect the final system of operators
2019-12-26 05:19:18 +00:00
## Make me a square!
Keg got 11 bytes on this challenge.
2019-12-26 05:23:33 +00:00
P[DD+s}S3
2019-12-26 05:19:18 +00:00
2019-12-26 05:20:25 +00:00
Expands to:
2019-12-26 05:19:18 +00:00
2019-12-26 05:23:33 +00:00
Shape(Palindromise(Add(Double(Double(input)), Space)), 3)
2019-12-26 05:20:25 +00:00
2019-12-26 05:23:33 +00:00
9 bytes (Ket) vs 11 bytes (Keg) .