Two years ago, as part of a small project designed to test a few things (execution time, etc.), I chose the content of the Livecode forum: "Getting Started with LiveCode - Complete Beginners" as my data source.
This was the forum with the highest number of topics and posts (8669 at the time of my test).
It seems to me that the result of the compilation carried out during this work is interesting to share today. It shows a clear decline in the number of topics posted on the forum dedicated to beginners from 2013 to the present day (with a slight upturn in 2020, a very likely consequence of the pandemic).
This a compilation of the results :

- Forum Complete Beginners, 2006-2022
The question now is how to interpret this data?
The first hypothesis is that there are still just as many beginners, but that they no longer wish to write in this forum, either out of fear, ignorance of the possibility offered or because they have found other, more "modern" channels for expressing their difficulties.
Second hypothesis: all the problems have already been dealt with, and all that's left is to tap into this formidable knowledge base. This is a possibility.
The third hypothesis, however, seems to me more credible: the number of beginners - and therefore of new users - would be in constant decline since 2013. Even if we accept the idea that novice users are now experienced, this would still mean that there is no renewal among neophytes.
I confess that intuitively, I thought I'd see an increase in the number of topics covered when the "Community" version of LiveCode went online. But the exact opposite happened.
Looking at the graphs above, it's easy to understand the team's decision not to continue down this path, which doesn't seem to have had the desired effect...
But I'm not convinced that the current path will change the direction of the curve. I hope I'm very wrong!
Renaud
To complete this topic, I'm posting the modalities that led to the results.
The most tedious part was to extract, manually, all the topics posted on this forum by copying and pasting from the html pages to a file in text-only format. The raw result is as follows:
Android SDK & Java SDK
by FxTradeX6 » Fri Dec 26, 2014 6:25 am
2
Replies
1628
Views
Last post
by FxTradeX6
Sat Dec 27, 2014 4:54 am
New to Coding. Stuck now.. Need help
by prajeesh K » Wed Dec 24, 2014 5:16 pm
6
Replies
1502
Views
Last post
by prajeesh K
Thu Dec 25, 2014 2:09 pm
Then, in Livecode, I wrote a little script to clean up the lines and retain only the information I was interested in (script available on request for novice livecoders).
Result:
Android SDK & Java SDK FxTradeX6 Fri Dec 26, 2014 6:25 am 2 1628
Becomes
Android SDK & Java SDK FxTradeX6 14 2 1628
This extracts the year (14, in this example) which will become the new sort key from which to create the pivot table.
To do this, I used a tool I created a long time ago, which can be found here (
http://rg75.free.fr/hyperespace.T_AlK.fr.htm).