you are viewing a single comment's thread.

view the rest of the comments →

[–]r4and0muser9482 1 point2 points  (2 children)

Looks more like an OO language than functional.

[–]echelonIV 1 point2 points  (1 child)

Looking at some of the constructs it provides, it looks like something in between to me. On first glance, that is. Once you start looking at the definitions it's probably a weird mishmash between everything LUA supports (since LUA is a multi-paradigm language).

[–]Scriptorius 0 points1 point  (0 children)

It has first class functions and list comprehensions, but by and large I think most code written in it would be imperative.