-
I've been trying to learn DSim to do animation using Quil. While going through the docs, there is a mention of Quil integration and how animation is one of the things DSim can help with:
> When it …
-
The functions `get-key` and `get-key-blocking` are giving you all keys pressed. But they don't seem to recognise the Control, Alt & super (and on Mac Command) keys.
For instance, `get-key` returns '…
-
Hi @anmonteiro , I was wondering if it's possible to use `lumo` on the `RPi` platform and whether you would consider including that in the future releases?
-
Hello,
I do not want to spoil your issues but I am stuck with getting from .clj to .c. Is there a place I could send some questions ?
Thanks,
Balazs
-
I like to be able to add some sound effects and audio to my unix scripts. I am thinking of daemonizing an Overtone process and making a CLI client that feeds it code that it evals. Is there some prior…
-
Hi. I have some beginner question, but readme does not cover it. The docs say:
> wisp does not depend on the JVM and is completely self-hosted
Does this mean that `wisp` does not require its own run…
-
It's easy to generate sourcemaps for most compiled languages. Unfortunately, this seems very hard for Lisp. I was hoping you had any ideas.
Consider:
```
(def foo (x)
(when x
(+ x 1)))
…
-
a feature Counterclockwise had is completion for java interop calls.
e.g. ".toSr" would get suggestions for ".toString", etc.
There are several things to discuss about the detail.
Side note: ques…
-
So dug around, and discovered the reason for failures - the `summary` is not coming back through `HtmlUnit` because `cljs.test/run-tests` no longer has a return value. (http://dev.clojure.org/jira/bro…
-
The functions in against-background around :contents are evaluated even when you filter out the tests when autotesting.
```
(fact-group :integration
(against-background
…