Search for Erel on that page...
So, the number of projects/lines of code is part of the rating or not?But if you take into account that there are in total more than 50 million projects "written" in Scratch and each month 1 million new Scratch projects are added, ..
It is important to note that the TIOBE index is not about the best programming language or the language in which most lines of code have been written.
Erel Uziel suggested to add the programming language B4X to the index. B4X meets all criteria, so it has been added. B4X debuts at position #118.
No. Only search results are counted.So, the number of projects/lines of code is part of the rating or not?
I made this suggestion a couple of months ago too to this list but never heard anything after that. It looks like you are pulling more weight!Search for Erel on that page
B4X deserves to be on any development tools list...
It doesn't measure the number of searches. It measures the number of results. For example on Google: https://www.google.com/search?clien...hUKEwixj6SS--nnAhUCUBUIHUVPBNYQ4dUDCAo&uact=5Ok, so during this long lockdown we just need to do some googling for "B4X Programming" to climb the list.
Go Language is an open source language created by google for its servers.Good morning B4X developers,
I receive a lot of these top 10/20 ect development language list in my Google news feed, but this one appears to be completely out of touch with other lists that I've seen lately.
So I was wondering what your thoughts are about about this particular list, I found it quite interesting as this is the only list that I've seen where VB.Net is actually in the list (top 10), err actually classic VB is also in the list (top 20).
But I really find this list out of touch because Python is not first or even second. Python is third in this list when all other list and charts that appears have Python first or second but NOT third.
And also what is Go programming language?
It would be good to know how all these firms gather their data for these lists...
hmm, if i click on your query then google finds 6.350 results.There are about 30k results. The number is not very stable.
Thank you for responding Salvatore.Several companies I have seen use it. Why cheap and fast and a syntax very similar to C
func main() {
fmt.Println(SumIt(2, 4));
Message("B4X rocks...")
}
func SumIt(a int, b int) int {
var Value int = 7
Value += a + b
return Value
}
func Message(Msg string) {
fmt.Println(Msg)
}
Exactly the same results here...hmm, if i click on your query then google finds 6.350 results.
I would like to learn it and use it as a second language after B4X (let's not get angry @Erel ? )Thank you for responding Salvatore.
After you said it was open source and created by Google, I did a quick search and jumped onto the website. On the landing page there is a box that allows for some basic text code to be entered. After a couple of attempts I got the following code example to work without searching on the web for anything.
Surprisingly it appears that you can use 'Go' with or without the line terminator character ;
B4X:func main() { fmt.Println(SumIt(2, 4)); Message("B4X rocks...") } func SumIt(a int, b int) int { var Value int = 7 Value += a + b return Value } func Message(Msg string) { fmt.Println(Msg) }
Exactly the same results here...
Surprisingly it appears that you can use 'Go' with or without the line terminator character ;
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?