manicmaniac / FerretExample

iOS app written in Ferret language (example for writing iOS app with an arbitrary programming language)

Repository from Github https://github.commanicmaniac/FerretExampleRepository from Github https://github.commanicmaniac/FerretExample

Ferret Example

(Maybe the world's first) iOS app written in Ferret language.

This is an example for writing iOS app with an arbitrary programming language.

Install

Since the project includes Ferret languages compiler as Git submodule, you need to install the following tools to build the compiler.

  • Xcode 11.5
  • Emacs (>= 24.5)
  • Java
  • Leiningen

You can install Emacs and Leiningen through Homebrew.

brew install emacs leiningen

Then clone with submodules.

git clone --recursive https://github.com/manicmaniac/FerretExample.git

You can run the app with FerretExample scheme.

About

iOS app written in Ferret language (example for writing iOS app with an arbitrary programming language)

License:MIT License


Languages

Language:Clojure 100.0%