Skip to content

Wukix/mocl-example-lisp-contacts-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is an example iOS app to demonstrate what a mocl application looks like. It is a simple contact list satisfying the CRUD basics (create, read, update, delete).

Note: mocl is required to build this application. It cannot run on its own. But, you can still see what the code looks like without it.

The application works as follows:

  • Zach Beane's vecto (actually the Wukix fork) renders the contact list itself, as well as the detail view of each contact.
  • The UI navigation and edit form layout is defined using Xcode's Interface Builder.
  • Lisp is used to manage the contact data (sorting the list, reader/printer for storage persistence, etc.).

Video (from mocl ECLM 2013 presentation):

There is also an Android version which uses the exact same app.lisp file: https://github.com/Wukix/mocl-example-lisp-contacts-android

About

mocl Example: Contact list application for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages