diff --git a/LEARN.md b/LEARN.md index b3fd787..58a0a77 100644 --- a/LEARN.md +++ b/LEARN.md @@ -91,6 +91,7 @@ CLOG "The Framework" (Code Tutorials) - [28-tutorial/](tutorial/28-tutorial) - CLOG Builder Hello - A minimalist CLOG Builder project - [29-tutorial.lisp](tutorial/29-tutorial.lisp) - Presentations (and jQuery) - linking lisp objects to clog objects - [30-tutorial.lisp](tutorial/30-tutorial.lisp) - Instant websites - clog-web-site +- [31-tutorial.lisp](tutorial/31-tutorial.lisp) - Database and Authority based websites - clog-web-dbi and clog-auth CLOG Demos - Learn through Projects diff --git a/README.md b/README.md index 20859bc..565309d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Some potential applications for CLOG: * Cross-platform GUIs and Reports * Secure websites and complex interactive web applications -* Mobile software +* Mobile software (CLOG Runs native on Android and iOS) * Massive multiplayer online games * Monitoring software for embedded systems * A fun way to teach programming and advanced multi-tasking @@ -201,7 +201,7 @@ Here is a sample CLOG app: Other samples of CLOG on the web: [CLOG + cl-collider](https://github.com/byulparan/clog-collider-experience) - +[CLOG on iOS and Android](https://www.reddit.com/r/lisp/comments/tl46of/would_it_be_cool_to_run_a_clog_app_on_mobile_you/) CLOG Builder Tutorials