-
```
First let me say that this project is very nice. A group of religious
studies students at UNC Chapel Hill wanted to create a timeline based on
the Simile code, and so I'm trying to adapt this for …
-
```
First let me say that this project is very nice. A group of religious
studies students at UNC Chapel Hill wanted to create a timeline based on
the Simile code, and so I'm trying to adapt this for …
-
```
First let me say that this project is very nice. A group of religious
studies students at UNC Chapel Hill wanted to create a timeline based on
the Simile code, and so I'm trying to adapt this for …
-
```
First let me say that this project is very nice. A group of religious
studies students at UNC Chapel Hill wanted to create a timeline based on
the Simile code, and so I'm trying to adapt this for …
-
Chapel can't infer the return type of the following function:
```Chapel
proc fib(x: int) {
if x
-
Since Chapel supports conditionals without parentheses like other languages, it can be a common mistake to have these extra parentheses in code.
For example:
```chapel
if (someCondition) { }
w…
-
With some (low but unsettling) frequency, we have been getting reports from users of the form:
```
/usr/bin/ld: cannot find -lstdc++: No such file or directory
clang: error: linker command failed…
-
-
Zastanawiałem się, co znaczą "obiekty religijne". Wyszukujesz tylko `amenity=place_of_worship`, tak?
Bo jeśli tak, to bardziej odpowiednią nazwą będzie "świątynie" lub "miejsca kultu".
Bo obiektami …
-
I accidentally wrote something like the following last week:
```Chapel
class C {
var arr: [1..10] int;
proc ref getArrayElt() ref : int {
return arr;
}
}
var c = new …