Richard Wardin

Results 9 comments of Richard Wardin

Still learning clojure, but would something like [this](https://github.com/Shalmezad/Clojush/commit/aa506915f47c8e9928fdafeb3b1f1a887c22d574) work for what you need?

It looks like `integer_add` [still uses](https://github.com/lspector/Clojush/blob/master/src/clojush/instructions/numbers.clj#L20) `defined_registered`: ``` (define-registered integer_add (with-meta (adder :integer) {:stack-types [:integer]})) ``` Meaning it could still be documented the same way: ``` (define-registered integer_add (with-meta (adder...

Looks like we might be in luck. After some digging through, I found this: https://github.com/openfl/openfl-native/blob/master/flash/display/InteractiveObject.hx Might be able to do something like: ``` //At top, in a #if android: private...

I assume the lime based methods would be both iOS and android. I have xcode on my mac, so I can check on this when I get it working. Still...

I can help test as needed (got a couple devices that I know I can run on), but unfortunately don't have the time to go through and find the fix...

If you need any help testing it on android, let me know.

Don't suppose there's been any update on this in the past 6 months or so?

Got to the point where Kintinuous will attempt to build (got most of the dependencies out of the way). For those looking to get to that point (using homebrew): ###...

No luck, but haven't touched it since.