User loginNavigation |
Good 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. By Sean McDirmid at 2015-06-16 03:04 | LtU Forum | previous forum topic | next forum topic | other blogs | 4873 reads
|
Browse archives
Active forum topics |
Recent comments
16 hours 4 min ago
1 day 20 hours ago
1 day 21 hours ago
6 days 21 hours ago
6 days 22 hours ago
6 days 22 hours ago
4 weeks 14 hours ago
4 weeks 5 days ago
4 weeks 6 days ago
5 weeks 14 hours ago