Re: What is -> in Nim?

2020-05-29 Thread tmsa04
Thank you, that is very helpful.


Re: What is -> in Nim?

2020-05-29 Thread kaushalmodi
I have some notes on that "proc type" syntactic sugar `->` here: 
[https://scripter.co/notes/nim/#proc-type-sugar](https://scripter.co/notes/nim/#proc-type-sugar)


Re: What is -> in Nim?

2020-05-29 Thread juancarlospaco
[https://nim-lang.github.io/Nim/sugar.html#-%3E.m%2Cuntyped%2Cuntyped](https://nim-lang.github.io/Nim/sugar.html#-%3E.m%2Cuntyped%2Cuntyped)

Syntax sugar for a function, it is an arrow. 


What is -> in Nim?

2020-05-29 Thread tmsa04
Example:

proc cloneRepositories(config: Config, targets: seq[BaseTarget],
update: (int, int) -> void): (List[CloneResult], seq[string]) =

... I guess it could be casting a proc parameter to void here but there is 
nothing quite like it in the Nim manual or tutorial, although there is some 
mention of arrow operators in precedence.


Re: what happened to Nim community survey 2018?

2018-10-03 Thread dom96
Yeah, sorry, I simply didn't get a chance to do the write up yet.


what happened to Nim community survey 2018?

2018-10-03 Thread timothee
  * 
[https://nim-lang.org/blog/2018/06/23/community-survey-2018.html](https://nim-lang.org/blog/2018/06/23/community-survey-2018.html)
 was launched in june



## links

  * 
[https://docs.google.com/forms/d/e/1FAIpQLSdWY315uYcL-5H0DD3T9_IqMKfHONTW45uZt5FvjfaYJK7kNA/closedform](https://docs.google.com/forms/d/e/1FAIpQLSdWY315uYcL-5H0DD3T9_IqMKfHONTW45uZt5FvjfaYJK7kNA/closedform)