Showing posts with label lua. Show all posts
Showing posts with label lua. Show all posts

Friday, October 03, 2008

Clicked Clicked Clicked... Clicked

I was happily programming today, not stopping, not looking back, and then I noticed I wrote something weird. I looked at it. I looked again.

No, it was OK and it did what it should do:

local clicked = FFTEMPL.args.clicked
if clicked then
    require("clicked")
    CLICKED.clicked(clicked)
end

Everything clicked...

Monday, August 18, 2008

Google Code Hosting = Too Good For Me

I moved FFTempl project to Google Code Hosting and discovered it really matured (the Google site, not my project) and looks rather good, offering some extremely interesting features (like Subversion repository and online code review) for your Open Source projects for free.

Of course my tiny project will never use 99% of them...