Monday, October 25, 2010

Android App Development in Scheme

You can now develop android apps in Scheme. I find this very exciting because you can develop in a simple functional manner. I have started a tutorial for this here.
http://androidscheme.blogspot.com

Tuesday, September 28, 2010

Fast Track Clojure

Fast Track Clojure is a tutorial I am developing for learning the Clojure language. The objective of the tutorial is to get you developing in Clojure as soon as possible.

Clojure is a Lisp based language, and here I would like to quote Eric Raymond on why you should learn Lisp.

"Lisp is worth learning for the profound enlightenment experience you will have when you finally get it; that experience will make you a better programmer for the rest of your days, even if you never actually use Lisp itself a lot."

You can start with the tutorials here.
http://fasttrackclojure.blogspot.com/2010/09/lesson-1-hello-clojure.html

Thursday, July 01, 2010

Released Eezee MVC

I released Eezee MVC an Easy, Model, View, Controller framework for Google App Engine.
Features

  • Has a Controller Class that does routing, handling and rendering templates
  • Your controllers reside in the controllers folder, views (html Django templates) in views folder,
    models in models folder
  • Allows Controller to recieve GET/POST parameters as function arguments.
  • Use's S Nakajima's excellant gdispatch router
URL: http://eezeemvc.appspot.com/
Project URL: http://code.google.com/p/eezeemvc