timotheecour / D_vs_nim

comparison of D vs nim
Apache License 2.0
63 stars 14 forks source link

Update syntax paragraph #7

Closed mratsim closed 6 years ago

mratsim commented 6 years ago

No recursive import (yet) in Nim so -1 There is an official style guide, however given how Nim allows foo(a, b), a.foo(b), a.foo b, foo a b I'm not sure how you would rate that. I put 0, feel free to comment.

timotheecour commented 6 years ago

/cc @mratsim

No recursive import (yet) in Nim so -1

is that a planned feature? or is that still debated?