Lua

13 views
Skip to first unread message

Abhinav Singh

unread,
Mar 1, 2013, 2:05:50 PM3/1/13
to jii...@googlegroups.com
this is tutorial to the language lua
very good indeed and the language is pretty easy .

http://www.lua.org/pil/contents.html

P.S : there is no need of main function :)


Tavish Naruka

unread,
Mar 2, 2013, 12:54:21 AM3/2/13
to jii...@googlegroups.com


--
--
You are a proud member of JIIT-LUG Community.
Have something to share, send an email to jii...@googlegroups.com
To unsubscribe from this group, send email to
jiitlug+u...@googlegroups.com
Check out for more options: http://groups.google.com/group/jiitlug?hl=en?hl=en
 
---
You received this message because you are subscribed to the Google Groups "JIIT-OSDC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jiitlug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Regards
Tavish Naruka

Supreet Sethi

unread,
Mar 2, 2013, 4:10:13 PM3/2/13
to jii...@googlegroups.com

I commend the effort in posting informative tutorial. However, merit of a programming language goes beyond following certain idiom like use of *main*. Some languages are domain specific like php for web, some more general purpose. Additionally it matters more what you can achieve with a with the code rather than what you code in.
Having said that, in many languages including perl, python, ruby, main is not a necessity.

As far as experimenting goes, I would highly recommend readers to start with python because of highly understandable nature of code and  immensely helpful documentation.

Vaidik Kapoor

unread,
Mar 3, 2013, 3:14:54 PM3/3/13
to JIIT OSDC Mailing List
+1 to Supreet sir's point.

The idea is not to learn a language which does not have, for example, "main".

Generally, for me, the motivations to learn a new language are:
  1. How easy is the language to quickly hack something?
  2. How readable is  it?
  3. What all can I achieve/do with it?
  4. An overall idea about technicalities like performance. For example, many would compare Ruby vs. Python for their speed. However, IMHO I believe it doesn't really matter in most of the cases when you just want to get things done. When you work on those cases where you do need to drill down, you would know that you do need to drill that down.
As far as I know about Lua, it is a really really fast interpreted language and is used in a lot of projects - Redis, Nginx, etc. Its still young but as I hear and read, the community is growing. 

If you are interested in Python, there are multiple good resources to get started with. For example, https://python-guide.readthedocs.org/en/latest/.

Best regards,
Vaidik Kapoor
www.vaidikkapoor.info

Supreet Sethi

unread,
Mar 3, 2013, 8:27:50 PM3/3/13
to jii...@googlegroups.com

+1 vaidik
Adding a bit more, I would look at best high level abstraction as single most important criteria. In lay terms, less the number of lines to write, less to debug.

Reply all
Reply to author
Forward
0 new messages