Skip to content

devehe/foreclojure-android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4Clojure for Android

This is the source code for unofficial 4Clojure Android application. The app is a client for 4clojure.com, which is a website for solving Clojure koans (short programming problems). 4Clojure for Android allows solving these koans on your mobile phone, without entering the browser, in both online and offline mode.

Features so far:

  • Full synchronization with server (new problems and solutions are downloaded automatically)
  • Full offline support (network is not required to solve problems, solutions can be synchronized later)
  • In-client registration
  • Acceptable code editor (with highlighting and indentation)

Plans for future:

  • Code golf
  • Integration with Clojail

How to build

Set :sdk-path in :android map in project.clj. Execute lein droid doall inside the repository.

For more information on Clojure-Android initiative check clojure-android.info and lein-droid tutorial.

Acknowledgments

I thank 4clojure.com team for developing and maintaining this great resource, and for allowing me to base the application upon their work.

License

Copyright © 2015 Alexander Yakushev. Distributed under the Eclipse Public License, the same as Clojure. See the file LICENSE.

4clojure.com data (both embedded into app and downloaded later) and logo are available under the EPL v 1.0 license.

Green check icon is taken from iconbug.com and is provided under CC BY-ND 3.0.

About

Unofficial Android client for 4clojure.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 82.4%
  • Java 17.6%