Posts tagged lua

May10

Lua Day 1: So near yet so far

ruby lua | comments

So far Lua is strikingly similar to ruby. This of course only appears to be the case for very simple scripts.

Some common things so far:

  1. Condition expressions accepts any value, and false / nil are the only things which are failures. 0 and "" are both true.
Continue reading »