Skip to content
Surf Wiki
Save to docs
technology/programming-languages

From Surf Wiki (app.surf) — the open knowledge base

Lasso (programming language)

Cross-platform software created in 1995


Cross-platform software created in 1995

FieldValue
nameLasso
titleLasso
logoLassoSoft and Lasso Logo.png
released
designerKyle Jessup
developerLassoSoft Inc.
latest release version9.3.1
latest release date
latest preview date
typingDynamic with constraints (strict-hybrid), nominative, duck (hybrid)
implementationsLasso 8, Lasso 9
influenced byDylan, Smalltalk, Scala
programming languageC, Lasso
platformCross-platform
operating system(OS X, Windows, Linux)
licenseProprietary
file ext.lasso, .LassoApp
website
paradigmMulti-paradigm: structured object-oriented (multi-dis),

imperative: procedural, concurrent, exp-oriented, Meta: reflective

Lasso is an application server and server management interface designed to develop internet applications. It is also a general-purpose, high-level programming language. Originally a web datasource connection tool{{citation

Lasso includes a simple template system allowing code to control generation of HTML and other content types. Lasso is an object-oriented programming language in which every value is an object. It also supports procedural programming through unbound methods. The language uses traits and multiple dispatch extensively.

Lasso has a dynamic type system, where objects can be loaded and augmented at runtime, automatic memory management, a comprehensive standard library, and three compiling methodologies: dynamic (comparable to PHP-Python), just-in-time compilation (comparable to Java or .NET Framework), and pre-compiled (comparable to C). Lasso also supports Query Expressions,{{cite web|url=http://msdn.microsoft.com/en-us/library/bb384065.aspx Lasso includes full Unicode character support in the standard string object, allowing it to serve and support multi-byte characters such as Japanese and Swedish, and supports transparent UTF-8 conversion when writing string data to the network or file system.

Lasso is often used as a scripting language, and also used in a wide range of non-scripting contexts. Lasso code can be packaged into standalone executable programs called "LassoApps", in which folder structures are compiled into single files.

The Lasso Server application server runs as a system service and receives requests from the web server through FastCGI. It then hands the request off to the appropriate Lasso Instance, which formulates the response. Multiple individual instances are supported, allowing one server to handle multiple sites, each as separate processes. The server uses a high performance IO-based green threading system designed for multi-core systems.

Lasso can be compared to the server-side scripting languages PHP{{cite web|url=http://www.mactech.com/articles/mactech/Vol.22/22.07/PHPvsLasso/index.html

History

Lasso began in the mid-1990s when early web developers were attempting to build database-backed websites using Apple's FileMaker Pro. On the Mac platform, there were two solutions: Eric Bickford's WEB-FM, and Russell Owens' FileMaker CGI (ROFM) - both built in AppleScript and requiring the use of FileMaker Pro calculation fields for formatting. (WEB-FM was subsequently rewritten in C).

In the fall of 1995, independent developer Vince Bonfanti wrote a new CGI based on ROFM, using C/C++ for improved performance, and using the notion of HTML-based "templates" instead of relying on calculation fields. This proved very popular in the FileMaker community, and was brought to the attention of Bill Doerrfeld, owner of Blue World Communications Inc., a print and website development firm based out of Issaquah, Washington, who bought the source code.

At this time, Blue World experimented with improvements for the CGI in the Frontier scripting environment, which inspired the name "Lasso". Further need for improvement drove the creation of a C-based CGI which was later released as "Lasso 1.0". At this point Lasso only worked with FileMaker Pro 3.x and WebSTAR, and only ran on Apple Mac OS 8 and above.

Lasso's usage grew notably from reviews in print publications and Blue World's hosting of and participation in many email discussion lists, many of which specifically pertained to FileMaker Pro. Blue World also made frequent appearances and was known as a leading company at MacWorld conferences.{{citation

Following the release of the Lasso 1.2 lineup in January 1997, Blue World and the Bonfantis entered private talks with Claris, the software division of Apple Computer, and owner of FileMaker Pro. Claris eventually licensed the post-version-1.2 Lasso source code, and with the help of Vince and Paul Bonfanti released the FileMaker Web Companion as a component of FileMaker Pro 4.0. FileMaker Web Companion's language, CDML (Claris Dynamic Markup Language), differed from Lasso 1.2's LDML (Lasso Dynamic Markup Language), but was close enough as to offer an easy transition for developers looking to serve from FileMaker Pro through third-party servers and offered more compelling features.{{cite web|url=http://www.creative-wisdom.com/computer/FMP/intro_FMP.shtml

Including the Lasso-like Web Companion in FileMaker 4.0 also stimulated growth of Lasso within the Macintosh web development community. Blue World continued developing Lasso with Kyle Jessup becoming Lasso's lead programmer. Lasso 2.0 was released in July 1997, introducing some fundamental shifts in how Lasso could be used.

On February 26, 2002, Blue World released Lasso 5, a radical departure from the FileMaker-centric language to date. (There was never a Lasso 4 release; the version number skipped from 3 to 5.) Lasso 5 included, among many updates, a completely rewritten architecture (for OS X, Windows, Linux), and an embedded MySQL database. Though Lasso 5 still spoke to a FileMaker database (but not to a FileMaker Server), FileMaker as a data source remained relatively slow compared to an SQL engine, and was prohibitively more expensive. Since v2.0, Lasso was fully multithreaded, allowing many connections at once, but succumbed to FileMaker's latency or lag in certain operations, and there was no way to get around it reliably other than to make major changes to the data source.{{cite web|url=http://ask.slashdot.org/story/04/08/31/0121250/replacing-filemaker-with-free-software

Lasso 5 also added support for Apache HTTP Server natively under OS X, Windows, and Linux, joining Webstar 5, AppleShare IP (which was replaced by OS X Server), and iTools (from Tenon). (Mac OS 9, on which Lasso had been used for many years, was unsupported). This drove closer ties to a classic LAMP server architecture.

Blue World Communications released a series of plug-ins for popular Web development packages from Macromedia and Adobe. Lasso Studio 1.5 for Dreamweaver was a runner-up in MacWorld magazine's Editors' Choice Awards for Internet and Development in 2001, losing out to Adobe Dreamweaver 3. Lasso Studio for Dreamweaver 1.5 was also reviewed favorably by MacWorld magazine, earning mice. Later version of Lasso Studio supported both Macromedia Dreamweaver and Adobe GoLive including Lasso Studio 7 for Dreamweaver and GoLive on March 26, 2004.

With the release of FileMaker Server and FileMaker Server Advanced version 7 in 2004 FileMaker signaled a major change in their strategy for serving data to Web sites. They emphasized XML-XSLT, ODBC, and JDBC connectivity, but only through the more expensive FileMaker Server Advanced product. Blue World began to distance the Lasso language from FileMaker and Apple. In 2005, Lasso Pro received MySQL Network certification demonstrating the importance of the popular open source database to the future of Lasso.

On August 1 of 2004, Bill Doerrfeld officially sold the Lasso product line to OmniPilot Software, Inc. in Ft. Lauderdale, Florida. Lasso 7.0.3 was the last version of Lasso released by Blue World.

On October 25, 2004, OmniPilot officially announced the release of Lasso 8, a version including sandboxing for multiple sites on the same server and connectivity to many new datasources. This also included the first "free" version of Lasso limited to IP addresses.{{cite web|url=http://www.lassosoft.com/Omnipilot-Offers-Lasso-Developer-85-For-Free

In 2007, three OmniPilot employees, Kyle Jessup (the original developer of Lasso 1.0), Fletcher Sandbeck (an early employee of Blue World known for regular Tips and Tricks) and Kerry Adams (an employee of OmniPilot) created a new company, LassoSoft LLC, to purchase the intellectual property of Lasso from OmniPilot and continue development.{{cite web|url=http://www.macnn.com/articles/07/03/05/omnipilot.sells.lasso/

In December 2010 a new Canadian company LassoSoft Inc. was formed, which bought and invested heavily in the Lasso 9.0 language, marketing and documentation. Kyle Jessup agreed to stay on as both Lasso's Lead Developer and Benevolent Dictator for Life. Several releases (9.1 and 9.2) have released further developments in recent years.

Release history

ColorMeaningDevelopment
RedOld releaseNo development
YellowStable releaseSecurity fixes
GreenStable releaseBug and security fixes
BlueFuture releaseNew features
VersionRelease dateNotes
ROFM1994-03-14Russell Owens' FileMaker CGI, early AppleScript-based connector for FileMaker Pro databases
0.1Sep-1995CGI connector written by Vince Bonafonti in C/C++ to connect FileMaker Pro to the web
1.027-Sep-1996Connector for FileMaker Pro 3.x and WebSTAR
1.1Dec-1996WebSTAR plug-in, client browser information, complete GUI security layer
1.2Jan-1997Source code licensed to Claris (Apple Computer Inc), named CDML, installed in Claris Homepage
217-Jul-1997Included mathematical calculations, variables, complex data types, server side includes, client header information, advanced conditional statements, a Java-client interface, Apple Events control for other applications on the web server, multiple database actions, and Instant Web Publishing
2.51-Dec-1997Added tag standardization and interoperability, ability to communicate with the WebTen web server (a port of Apache HTTP Server to the Mac OS by Tenon Intersystems)
3.007-Oct-1998Added data validation filters, macros, file/directory management, date/time controls, list variables, multiple named tokens, robust error handling, MIME email, email attachments, extended math routines, enhanced string functions, enhanced encoding controls
3.514-Apr-1999Added WYSIWYG authoring using Macromedia Dreamweaver 2 and Adobe GoLive 4, multithreading, LJAPI, optional HTTP server, support for Netscape server, JavaScript, XML and advanced tag parser with built-in debug controls
3.65-Jan-2000Support for FileMaker 5 Data Sources, SQL wizard for interactive SQL queries, customizable global error pages and Studio for MacroMedia DreamWeaver
3.6.51-Oct-2000Added connector for MySQL, Red Hat and OS X support
526-Feb-2002Rewritten architecture for OS X, Windows, Linux, with embedded MySQL; added sessions, file manipulation, native connector for Apache, and LassoScript (adding "scripting" methodology to the language)
617-Sep-2002Added imaging, PDF manipulation, native XML, FTP integration, date math, durations
730-Aug-2004MySQL externalized (due to licensing), FileMaker closed connector
7.113-Sept-2004Added compatibility with Filemaker Pro 7
825-Oct-2004Lasso Server broken down into separate "sites" for hosting providers
8.119-Sep-2005Added document caching, stability fixes
8.59-Jun-2006Added full AJAX integration, multiple data source connectors pre-installed for FileMaker, FileMaker Server Advanced, MySQL, SQLite, MS SQL Server, Sybase, Oracle, PostgreSQL, OpenBase, ODBC, and Apple's Spotlight engine
929-Jan-2010Major architectural change: more syntax, strong-typing vs. weak-typing, JIT compiling, native serializing, 64-bit support
8.620-Apr-2011Speed, stability increased
9.111-Jul-2011New administration interface, 64-bit connector, new SAS licensing
9.21-Jun-2012Windows support added, integrated debugging, integrated code profiling
9.323-Jan-2015New admin interface, new compilation methodology, centralized server deployment

Code examples

Hello World

Here are three ways to say "Hello world!" on a Lasso page.

<?lasso 'Hello World!' ?>

['Hello world!']

Hello world!

Square brackets are reserved in Lasso, so HTML entities must be used to show square brackets on Lasso pages for other purposes than marking Lasso tags. Alternatively, printing square brackets can be by Lasso or be disabled by including [no_square_brackets] at the file top.

Inlines

// Find all records in a table
inline(		
	-database='db_name', 
	-table='table_name', 
	-findall	
) => {
	// Iterate through and process each row
	rows => {	
		// Output each row to the current web request
		content_body += '<a href="' + column('url') + '">' + column('title') + '</a>'
	}	
}

Inlines are the basic Lasso tool for database actions. Database commands can be issued as above, in Lasso's db-independent metalanguage, in which case the same search code works for MySQL, FileMaker Pro or for any other database backend with which Lasso can connect.

If needed, a SQL statement can of course be embedded in the inline when using a database server that supports SQL:

 // Execute SQL statement
 inline(		
 	-database='db_name', 
 	-sql = 'SELECT * FROM table_name'	
 )...

In the above example, the dashes (-) before commands denote optional parameters. These can be specified in any order and generated dynamically; the last of any duplicate parameters take precedence. The inline command supports a large range of parameters allowing developers to interact with databases that they may not have intimate knowledge of.

Custom database connectors can be created which allows leveraging the abstracted nature of the inline command.

99 Bottles of Beer

The next procedural example prints out the lyrics for the song "99 Bottles of Beer".

// Define a couple of useful methods

	define br => '<br/>'
	define bottles(n::integer) => #n != 1 ? ' bottles' | ' bottle'

// Declare the local that will store the lyrics as a string

	local(out = '')

// Use Lasso query syntax to generate the lyric

	with n in 99 to 1 by -1 do {

		#out +=  #n + bottles(#n) + ' of beer on the wall, ' + br
		#out +=  #n + bottles(#n) + ' of beer; ' + br
		#n--
		#out += 'Take one down, pass it around, ' + br
		#out += #n + bottles(#n) + ' of beer on the wall. ' + (br * 2)
	}

// Output result

	#out

The next example uses an OOP approach to print out the lyrics when the object is represented as a string:

// Define type
define bottles_of_beer => type {

	// Define internal data 
	data private bottles = 99

	// Define private methods
	private br => '<br/>'
	private s => .bottles != 1 ? 's' | ''
	
	// Generate lyrics when object represented as a string
	public asstring => {

		local(out = '')
	
		// Use Lasso query syntax to generate the lyrics
	

		with n in 99 to 1 by -1 do {
			.bottles = #n
			#out +=  .bottles + ' bottle' + .s + ' of beer on the wall, ' + .br
			#out +=  .bottles + ' bottle' + .s + ' of beer; ' + .br
			.bottles--
			#out += 'Take one down, pass it around, ' + .br
			#out += .bottles + ' bottle' + .s + ' of beer on the wall. ' + (.br * 2) 
		}

		// Return result
		return #out
	}
}

bottles_of_beer

Development tools, environments

  • LassoLab
  • Lasso Studio for Eclipse
  • Lasso language mode for Coda
  • Lasso language module for BBEdit

References

References

  1. "An explanation of LassoApps".
  2. "Lasso vs Scripting Languages on W3Techs".
  3. "Comparison of Popular Languages".
  4. "Vince Bonafonti LassoTalk Post".
  5. "Lasso 1.0 Requirements".
  6. "Lasso in the Press (archived)".
  7. "Claris Dynamic Markup Language".
  8. "Blue World Technology Acquired by Claris".
  9. "Changes in Lasso 2.0".
  10. "Lasso 5 released".
  11. "Tenon".
  12. "Editors' Choice Awards: Internet and Development". IDG.
  13. Seiter, Charles. "Lasso Studio for Dreamweaver 1.5". IDG.
  14. Cohen, Peter. "Lasso Studio 7 for Dreamweaver, GoLive released". IDG.
  15. "FileMaker Server 7 Advanced Now Available". CMO.
  16. Cook, Brad. "Lasso Pro receives MySQL Network certification". IDG.
  17. "OmniPilot Software acquisition article".
  18. "Lasso 8 release announcement".
  19. Cohen, Peter. "Lasso Studio 8 for Dreamweaver & GoLive released". IDG.
  20. "LassoSoft LLC acquisition article".
  21. "9.2 Release".
  22. "First Version of Lasso Released".
  23. "Lasso 1.0.4 Manual".
  24. "Lasso 1.1 Released".
  25. "Lasso 2.0 Release".
  26. "Broken Link to MacWeek Review".
  27. "Lasso 3.0 Released".
  28. "Lasso 3.5 Released".
  29. "Lasso 3.6 Release".
  30. "Lasso 3.6.5 Released".
  31. "Lasso 5.0 Release".
  32. "Lasso 6.0 Released".
  33. "Lasso 7.1 Release (copy)".
  34. "Lasso 8.1 Released".
  35. "Lasso 8.5 Released".
  36. "Lasso 9 Release".
  37. "Lasso 8.6 Release".
  38. "Lasso 9.1 Release".
  39. "Lasso 9.2 Release".
  40. "Lasso 9.3 Release".
  41. [http://www.lassosoft.com/lassoDocs/languageReference/obj/inline large range of parameters]
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Lasso (programming language) — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report