foreclojure-android icon indicating copy to clipboard operation
foreclojure-android copied to clipboard

Unofficial Android client for 4clojure.com

Results 8 foreclojure-android issues
Sort by recently updated
recently updated
newest added

The following Roman Numeral decoder (applied here to an argument for testing) works in Replete (repl app), but throws null pointer in 4clojure-android. `((fn [n] (->> n reverse (map #(get...

97. Pascal's Triangle I've tried inlining the function to remove defn, no improvement. Was iterate added more recently than the servers version of clojure perhaps? `(fn pascal [n] (defn nxt...

Instead of having to tap run, then "next problem". (On a tablet, these buttons are quite distant to each other)

A toast or messagebox would be helpful :)

The following is my solution for problem 50. The app marks this solution as correct, but warns that it was rejected by server. I have not had this issue with...

When I get something wrong I can only see the unit test failed. It would be perfect if I can see the actual return value of my function run with...

Add sliding right drawer from which one may specify difficulty levels

In api/login, password and username are sent to the server in plaintext via http (unencrypted). This could be improved by using https instead to establish a secure channel. Otherwise, please...