Perelandric
Results
2
issues of
Perelandric
**_EDIT:**_ Skip down to https://github.com/ponylang/ponyc/issues/1118#issuecomment-238431412 to see the most reduced example of the issue. --- I gutted the HTTP server down to this, which I think is a reproduction of...
triggers release
help wanted
bug
The last line of the following code example produces a compile-time error: ``` template test(a: openarray[int]) = for n in a: echo n test([1,2,3]) # This works test([]) # This...
Semantic Analysis