User loginNavigation |
archivesGood syntax for single argument methods?I'm looking for good non-brace syntax for a single argument method call. I can't use space since it is already taken for infix operations (e.g. x + y vs. draw circle(...)). I was thinking about using hash; e.g. draw#circle(....) where circle is a method that produces a circle shape to draw. Are there any better options that have been tried before? As for why I don't just go with braces, I'm looking for a special syntax to capture "verb on what" in a way that can more easily be read left to right without nesting. |
Browse archivesActive forum topics |
Recent comments
3 days 6 hours ago
3 days 6 hours ago
4 days 10 hours ago
4 days 14 hours ago
4 days 16 hours ago
4 days 16 hours ago
4 weeks 4 days ago
5 weeks 1 day ago
10 weeks 2 days ago
10 weeks 3 days ago