Lua out of Top-20 in coding preferences

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Lua out of Top-20 in coding preferences

Post by coffee »

Just facts and fait-divers and nothing that will shake our Lua Love right? But always interesting to know. Checking RedMonk statistical balance Lua seems to be loosing adepts and/or not resisting to other new trends. Lua lost this time 2 spots from last ranking.

Comparing to stats three years ago:
Lua -3 (Dropped out of the Top 20)
Read more: http://redmonk.com/sogrady/2012/09/12/l ... ings-9-12/
http://techcrunch.com/2012/09/12/javasc ... m-redmonk/
language-ranking-0912.png
language-ranking-0912.png (45.31 KiB) Viewed 1411 times
User avatar
Inny
Party member
Posts: 652
Joined: Fri Jan 30, 2009 3:41 am
Location: New York

Re: Lua out of Top-20 in coding preferences

Post by Inny »

That's fine. Lua's always been a bit esoteric as an embedded scripting language. In that regard, it's kind of like watching Tcl fall out of favor. Plus if you look at the Top 20, the majority of them are Web and Smartphone languages (Java, Javascript, Coffeescript, Python, Perl, PHP, Ruby, Obj-C, Actionscript) and that's where the money is at these days. When there's money in embedded scripting languages, then Lua will balloon in popularity ^_^
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: Lua out of Top-20 in coding preferences

Post by qaisjp »

Inny wrote:That's fine. Lua's always been a bit esoteric as an embedded scripting language. In that regard, it's kind of like watching Tcl fall out of favor. Plus if you look at the Top 20, the majority of them are Web and Smartphone languages (Java, Javascript, Coffeescript, Python, Perl, PHP, Ruby, Obj-C, Actionscript) and that's where the money is at these days. When there's money in embedded scripting languages, then Lua will balloon in popularity ^_^
Love is actually quite useful outside of games too, I have a cool idea for a video editor made in Love - I just don't have the skill to interact with the video files and manage codecs etc.
Lua is not an acronym.
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

Re: Lua out of Top-20 in coding preferences

Post by Roland_Yonaba »

qaisjp wrote:Love is actually quite useful outside of games too
VLC :awesome:
qaisjp wrote:I have a cool idea for a video editor made in Love - I just don't have the skill to interact with the video files and manage codecs etc.
Video.mjpeg and Love video ?
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: Lua out of Top-20 in coding preferences

Post by qaisjp »

Roland_Yonaba wrote:
qaisjp wrote:Love is actually quite useful outside of games too
VLC :awesome:
qaisjp wrote:I have a cool idea for a video editor made in Love - I just don't have the skill to interact with the video files and manage codecs etc.
Video.mjpeg and Love video ?
About the first part, I said "Love" not "Lua"; iirc VLC does use Lua in some places.
About the second part, I meant like a video editor. My idea was like to be able to create/modify videos using Lua (within the Love "game"), so opening the program, clicking a couple of buttons, browsing to the video file and clicking EDIT and then an edit box would appear, then you could type this:

Code: Select all

-- master is predefined as the final output
local sources = video.getSources() -- returns a table of imported videos
local transitions = video.getTransitions() -- returns a table of videos (transitions)
local timeline = video.newTimeline(master) -- creates a newtimeline, this can be used to easily manage scenes etc
local snip = video.newGroup() -- creates a new subgroup that can be added to a timeline
snip:addVideo(sources[1])
snip:addVideo(transitions[123])
snip:addVideo(sources[2])
timeline:addGroup(snip)
then you could see preview the output.. anyway sorry for hijacking this topic with an offtopic rubbish..


Is there any real tool made using Love?
Lua is not an acronym.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest