Tagged Questions

39
votes
17answers
2k views

Function which returns itself

As a purely academic exercise (read "because I have no life"), I'm trying to write a function f which accepts another function g, executes g for its side effect, and returns itself. So I have this: ...
1
vote
3answers
257 views

A puzzle - a program printing its own source

Blast from the past. This is one of the puzzles from my early days: Can you write a method (a function) which when called outputs its own source - literally including all the quotes, indentations, ...