Talk:Lasso (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

popular (sic)[edit]

The given source "mentions" Lasso, but demonstrates the reverse: it is not a "popular" language. Another source is needed, to replace this one. TEDickey (talk) 22:18, 26 October 2013 (UTC)[reply]

The link does not directly articulate popularity. However, as a comparable scripting language Server-side scripting, Lasso would be the 7th most popular native web language in the world (after PHP, Python, Perl, ASP, Coldfusion, Lua and Ruby - according to this particular site, quoted by the author on the LassoLab talk page as an indicator of popularity). The 7th most popular car company is Bugatti (https://en.wikipedia.org/wiki/List_of_best-selling_automobiles#Brand_bestsellers). The 7th most popular spoken language is Bangali (http://listverse.com/2008/06/26/top-10-most-spoken-languages-in-the-world/). Perhaps we should delete those from Wikipedia? ;) --Seanstephens (talk) 01:25, 27 October 2013 (UTC)[reply]

The charts in the given site illustrate what the developers of that site conceived as popularity. If you would like to invent a new meaning for the term, be aware of WP:OR as a guideline TEDickey (talk) 01:35, 27 October 2013 (UTC)[reply]
I'm not sure the authors of that site explicitly state popularity, except that the language should register in "most of our existing data sources". By that specified indicator, the authors of the site are including all languages listed as "popular" - which follows from the site title "Programming Language Popularity". By inclusion on this site, a language can therefore be defined as "popular" - Popularity.--Sean Stephens (talk) 01:52, 27 October 2013 (UTC)[reply]

Suggest replacing "popular" with "widely used". Popular is a very vague and subjective term, and we programmers like precision and clarity. Stevepiercy (talk) 04:52, 27 October 2013 (UTC)stevepiercy[reply]

I'll buy that. It's also how other languages are described - without citation - so it stands to reason that this description can be used in this context as well. I say, make it so! --Sean Stephens (talk) 12:43, 27 October 2013 (UTC)[reply]
Alternatively - as no other languages on Wikipedia describe popularity or usage other than Python (which, I will note, uses "widely used" citing links where "widely used" does not appear) - I suggest we remove the subjective "popular" and/or "widely used" from the initial sentence altogether. --Sean Stephens (talk) 13:13, 27 October 2013 (UTC)[reply]
Widely-used should be quantifiable (comparing with the obvious https://www.google.com/search?as_filetype=lasso#psj=1&q=filetype:html and https://www.google.com/search?as_filetype=lasso#psj=1&q=filetype:php - among others, even if google's result counts were useful - shows lasso as an insignificant fraction of what google reports). langpop uses google for 3 of the 8 charts, by the way. TEDickey (talk) 21:22, 27 October 2013 (UTC)[reply]
You seem to be applying your own definition of "widely used". If you would like to invent a new meaning for the term, be aware of WP:OR as a guideline. By your own admission, https://www.google.com/search?as_filetype=lasso#q=filetype:lasso (17MM) is one fifth of https://www.google.com/search?as_filetype=lasso#q=filetype:py (78MM) (the file extension for Python, where the words are used uncontested - you are confusing Python and PHP, methinks). So, using the uncontested article for Python as the basis - you would agree that Lasso would be, under this definition, "widely used". --Sean Stephens (talk) 00:56, 28 October 2013 (UTC)[reply]

As a matter of cleaning up the article for readibility and consistency, I propose (and am WP:BOLD) just removing the references to popularity. --Sean Stephens (talk) 00:54, 29 October 2013 (UTC)[reply]

Citing change to LAMP Architecture from MacOS[edit]

I'm not sure how to find a citation for this fact, as per WP:COMMON. If you check the definition of this;

https://en.wikipedia.org/wiki/LAMP_(software_bundle)

You'll see that it classically involves Linux, Apache, MySQL and a middleware language. By Lasso being released on Linux, Apache and MySQL (and Apple's OSX also inheriting this environment), it's more of a fact than something that can be cited. Trying to cite a source for this would contribute nothing to its reliability while acting as a detriment to its readability (Wikipedia:Citation overkill). Ergo, I propose removing the citation request or rewording this sentence to something that doesn't require citation. It's not fallacious. It's just an obvious fact to a developer, and part of history. — Preceding unsigned comment added by Seanstephens (talkcontribs) 14:14, 27 October 2013 (UTC)[reply]

Lacking a source giving the analysis, it's needless editorializing. About 2/3 of the section suffers from this problem. TEDickey (talk) 08:18, 28 October 2013 (UTC)[reply]

Lasso 8 as most popular (sic)[edit]

I'm not sure there is a basis in literature (or fact) that Lasso 8.x is the most popular language, by the definitions stated above in section "popular (sic)". There are, to my knowledge, not enough historical records to assert such a claim. Ergo, am changing the text to reflect various products introduced by Omnipilot - and a note about the longevity of the product (Lasso 8 was, by simple math, the longest interval between version releases). --Sean Stephens (talk) 15:17, 27 October 2013 (UTC)[reply]

coding samples versus open-source[edit]

Referring to the product as partially open-source is misleading, given the provided source. Many proprietary/closed-source products provide coding samples to support their documentation. TEDickey (talk) 21:27, 27 October 2013 (UTC)[reply]

The (now broken) link references the central repository for Lasso's source files, not "code samples". The link is here: [1]. If you click the links, you'll see you can only get to 70% of it or so (which changes as people edit the repos). --Sean Stephens (talk) 01:11, 28 October 2013 (UTC)[reply]
That's the same link. What people expect for "open source" is information regarding their ability to reuse the information presented separately from the product. There is none that I see; it looks like coding samples, making the introduction of "open source" both superfluous and misleading. TEDickey (talk) 08:00, 28 October 2013 (UTC)[reply]

As per request, added an example of open-source contributions based on linked source, so as not to be superfluous or misleading.--Sean Stephens (talk) 15:21, 28 October 2013 (UTC)[reply]

I think the description as partially open source is apt. The link [2] to Lasso 9's source provides the code for many structures that would generally be considered to be "built-in" to a language or to its standard library. The source includes code for the boolean type, integer type, decimal type, string type, array type, database manipulation, and more. These are non-trivial foundation level types in the object hierarchy. It is possible to radically alter the language by branching the source and redefining basic actions like string comparisons or array inserts. Users can and have crafted completely different methodologies such as an object oriented method of database manipulation which is actually faster than the built-in procedural methods [3] Fletc3her (talk) 17:36, 28 October 2013 (UTC)[reply]

that's not responsive: you're referring to a term which has acquired a fairly specific meaning, but your source lacks one of the characteristics. TEDickey (talk) 23:11, 28 October 2013 (UTC)[reply]
Most of the files have no license or copyright. Some do, such as this, which grants no rights to use (other than fair use, which would not suffice for developers) TEDickey (talk) 23:19, 28 October 2013 (UTC)[reply]
Given the link provided, the best recommendation is to simply remove the comment about open source. TEDickey (talk) 23:19, 28 October 2013 (UTC)[reply]
As per the definition by WP of Open Source, I would agree - Lasso is not Open Source (capital "O", capital "S"), but rather allows access to its source, more akin to Shared Source. Perhaps change to "allows partial access to its source code", which is correct and certainly not superfluous or misleading. This point - the mix of source-code availability and licensing structure - is a regularly questioned point and differentiates Lasso from other comparable popular scripting languages. --Sean Stephens (talk) 00:36, 29 October 2013 (UTC)[reply]
It's not Shared source either - that has again a well-defined meaning (licensing). I don't see any links to the "regularly questioned point" (and Wikipedia isn't the repository for answers - those belong someplace where they can be discussed as reliable sources TEDickey (talk) 00:47, 29 October 2013 (UTC)[reply]
Sorry - I think you missed my suggestion. I'll WP:BOLD and make the change - let me know what you think. --Sean Stephens (talk) 01:23, 29 October 2013 (UTC)[reply]

Needless Editorializing[edit]

I am on a mission to ensure this article is free from needless editorializing and follows WP:NPOV explicitly. I may care about Lasso - but I also care about keeping faith with the standards of Wikipedia. I'll be making edits as I recognize them to ensure the philosophy of WP:EDITORIALIZING has been held to the highest standard. Suggestions welcome!--Sean Stephens (talk) 01:54, 1 November 2013 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just added archive links to 15 external links on Lasso (programming language). Please take a moment to review my edit. You may add {{cbignore}} after the link to keep me from modifying it, if I keep adding bad data, but formatting bugs should be reported instead. Alternatively, you can add {{nobots|deny=InternetArchiveBot}} to keep me off the page altogether, but should be used as a last resort. I made the following changes:

When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—cyberbot IITalk to my owner:Online 11:35, 31 March 2016 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Lasso (programming language). Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 19:23, 17 December 2017 (UTC)[reply]