Activity for Lundinâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #279386 |
With that rationale, what prevents me from just posting a `stuff()` function call as an answer to everything and claim that the implementation of that function is found in another part of the project? Because a single function containing nothing but a function call to another function is very valid i... (more) |
— | about 4 years ago |
Comment | Post #279382 |
As for the "hello world" example in C, it is a perfect example. On SE code golf you have `main(){puts("Hello, World!");}` highly up-voted. But it will not compile on a single reasonable C compiler ever made, because it lacks `#include <stdio.h>`. Furthermore, it will not compile on any modern standar... (more) |
— | about 4 years ago |
Comment | Post #279382 |
First of all: says who? Where is this written? I can't find anything in a help file anywhere. Specifically, we can't use silent or written community consensus of some other (non-Codidact) community as basis for how to ask questions on this new community here. (more) |
— | about 4 years ago |
Edit | Post #279375 | Initial revision | — | about 4 years ago |
Question | — |
What are the rules of programming language compliance? Code Golf seems like a fun idea to me, since I'm a programmer by trade and "language lawyer" nerd as a hobby. But every time I checked the code golf site on SE, I dismissed it as nonsense, because the vast majority of all programs that were posted & highly up-voted there won't even compile on the... (more) |
— | about 4 years ago |