Mike Anderson

Results 141 issues of Mike Anderson

Love the library! It is proving very useful. Quick question.... SITUATION: I'm writing some custom generators for data structures that potentially need to generate multiple nested structures of the same...

Placeholder issue to consider usage of core.async in task for e.g. the following: - Triggers for timed tasks - Cancellation of tasks - Notifications of task completion

Should be long term goal to support this.

enhancement

core.async would probably make a better framework for the top level events / UI handling

To make this more generally useful, the FFT algorithm should be separated from the Overtone demo code.

Some colour space function shere maybe worth incorporating into Imagez: https://gist.github.com/scottdw/3342067

enhancement

One key goal of Kiss is to allow efficient static compilation using type information. It is also a key goal to maintain the dynamic nature of Clojure. So we want...

Kiss should have a REPL. Ideally this should integrate with Clojure's nREPL toolchain

EPS appears to be a more general way of creating a macro system and it appears that it would be a good fit for the Kiss model https://cs.au.dk/~hosc/local/LaSC-1-1-pp53-75.pdf

Currently Kiss uses the Clojure reader. This will probably need be replaced with a custom reader to support type syntax at some point