Adriano Zambrana Marchetti
Adriano Zambrana Marchetti
Crashes the carp interpreter with version 0.5.5 ``` (reduce &(fn [(Pair x y) elm] (Pair (+ x 1) y)) (Pair 0 0) &(Array.repeat 16 &(fn[] ()))) ``` Not sure if...
Thank you for taking the time.
After a long time not using the language, I came back to it for funsies, stumbled upon this bug again, and decided to reduce the code further. Here's an updated...
I don't know if this code is valid at all, but it surely shouldn't crash the interpreter/compiler
I haven't checked as of yet, but similar bugs could be hidden in the other control functions.
Got it. I'll test it a little bit before submitting the PR
Can confirm this happens in a MATE installation of ubuntu, but weirdly not in the previous lxqt environment I used. It's obviously a Qt-related issue, but the fact that it...
#111 would be covered by this
There is a library called gtk-layer-shell which allows you to call this interface through python. [Here's an example that could be adapted to fit into this](https://github.com/wmww/gtk-layer-shell/blob/master/examples/simple-example.py)
In any case while porting hidamari to GTK4 is plausible and probably for the best, gtk-layer-shell offers versions of the library for both GTK-3 and GTK-4, so that porting Hidamari...