Seven Languages
I’m considering trying to study something about one of the seven languages I mentioned each day. So if I switch languages each day, then I will be studying or learning something about each of those languages once a week.
I’m also thinking about taking each project Euler problem and trying to write up a solution to it in each language I am looking at that day.
So with this scheme, each day I would hopefully learn something new about one of these "favorite" languages, and each day I would have a little practice with a not entirely trivial coding expression.
Lua: Hello World
hello.lua:
----------
print("Hello World!")
That’s it, run it with
$ lua hello.lua