-
AFAIK Crystal allows to bind C libraries; according to the benchmarks in README, current implementation is kinda slow. Maybe reimplement with C bindings?
-
Hi! I've written a library of bindings for GLFW in Crystal called [LibGLFW](https://github.com/calebuharrison/LibGLFW). Please let me know if there's anything I can do to make it more suitable for i…
-
I was able to "reduce" the random crash that sometimes happens on travis and CI.
To reproduce, compile this file:
```crystal
require "compiler/crystal/**"
def compile
compiler = Crystal::…
-
From the first looks on the website, can i say that **"crystal is to ruby, what cython is for python"** ?
If it is right statement then probably it can be put into FAQ, so that **programmers coming fr…
-
Unless I'm reading the documentation wrong, it implies that the value of the hash argument can be any value, but the encode method throws an error if the values in the hash are anything but a string.
…
-
I, like some others, decided to shun HomeBrew since the (questionable) decision to add google analytics with an opt-out option (rather then opt-in, if at all).
Could you provide OS X install instruct…
-
Exactly what it says on the tin.
I still serve Monocypher from my [web site](http://loup-vaillant.fr/projects/monocypher/), but I now also have a [GitHub mirror](https://github.com/LoupVaillant/Mon…
-
Crystal lang posible to install ini old Mac OS?
I'm using mac OS 10.6.8 32bit
Tying with homebrew cant found the source.
Please help
-
Hi!
I created new project with intellij and copy-paste your ping example, then I attempts to build jar file, but receive following error:
```
19:43:28.662 [main] INFO i.p.core.task.ParallelTas…
-
I have noticed that the GC collects reachable toplevel local variables (EDIT: not only toplevel, see comment below), but only when building using `crystal build --release`. This causes problems when u…
pgkos updated
7 years ago