Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for snail_‭

Type On... Excerpt Status Date
Comment Post #286363 Can you count each character as one byte?
(more)
about 2 years ago
Comment Post #283012 Multiple other answers use an array of lines as the art input.
(more)
over 2 years ago
Comment Post #284994 Fixed, and made the code shorter :)
(more)
over 2 years ago
Comment Post #279167 [down to 44 bytes](https://tio.run/##KypNqvz/P81W1y5bp6I6W684syrVztA@O9ogVjstOjvaUE9P1zBWpyJWq8IqOxrIrP1fUFpSrJCmpwGUM4jVUTC0MNLkQhbTUTACS5ggCRvpmcKEDfRMsajXUTAGESYQI4FK/gMA) You should just use a lambda `f=->k,x{}` since it's s way shorter. You call a Proc like `f[args]` instead of `f(args)`. Als...
(more)
over 2 years ago
Comment Post #282736 Feel free to submit your own answer, since this approach is different enough from my own. I only feel good about taking small golf improvements.
(more)
over 2 years ago
Comment Post #283972 [21 bytes](https://tio.run/##KypNqvz/v6C0pFjJIzUnJ19HQbk6PbWkuFZR6f//4rzEzBwA) Don't need to use parens on function calls if you don't provide arguments.
(more)
over 2 years ago
Comment Post #283966 The challenge doesn't specify that output has to be on standard output. Is that a requirement?
(more)
over 2 years ago
Comment Post #283103 I can agree with making this rule a requirement on specific challenge types, or allow authors to specify it in the rules, but I'm not sure if the concerns apply universally. Also, I didn't see the default loophole you refer to. Do you have a link/quote?
(more)
almost 3 years ago
Comment Post #280829 @Moshi don't want to change the rules now, you should change your answer
(more)
about 3 years ago
Comment Post #280739 Question: does the strings being different lengths make the question more interesting or just more complicated?
(more)
about 3 years ago
Comment Post #279645 Input is pushed to the stack one character at a time. When it's printed the last character is the top of the stack, so it's popped and printed first.
(more)
over 3 years ago