timotheecour / Nim

Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
http://nim-lang.org/
Other
2 stars 0 forks source link

Recursion Limit should be Documented #786

Open juancarlospaco opened 3 years ago

juancarlospaco commented 3 years ago

Recursion Limit should be documented (in the Manual?), mention if it is inclusive or not, how to change it.