funcgo icon indicating copy to clipboard operation
funcgo copied to clipboard

Functional Go Programming Language

Results 15 funcgo issues
Sort by recently updated
recently updated
newest added

See [request on Hacker News](https://news.ycombinator.com/item?id=8018113) One possibility would be to allow arbitrary characters in function definitions and invocations, though that might lead to ambiguities in the grammar. ``` go func...

user story

Comments on public functions using the [Go conventions](http://blog.golang.org/godoc-documenting-go-code) become doc strings in the resulting Clojure functions, so that Clojure documentation tools will generate nice API docs.

user story