Lasso 9 Language Guide
The Lasso 9 Language Guide offers nine sections:
- Overview - includes an introduction to the fundamental concepts and methodology for building and serving data-driven Web sites powered by Lasso 9 Server.
- Programming Fundamentals - provides an overview of Lasso, the programming language which powers Lasso Server.
- Built-in Data Types - includes an introduction to the fundamental data types of Lasso 9 including strings, byte streams, integers and decimals, dates, compound data types, files, images, networking, xml, PDF, and JavaBeans.
- Web Applications - includes chapters about various Internet protocols and how they can be accessed through Lasso.
- Database Interaction - includes an introduction to interacting with databases in Lasso 9.
- Threading -
- Programming Concepts - includes chapters about programming concepts in Lasso 9.
- Extending Lasso with C - includes instructions for extending the functionality of Lasso by creating new tags, data types, and Web server connectors written in C/C++.
- Extending Lasso with Java - includes instructions for extending the functionality of Lasso by creating new tags, data types, and Web server connectors written in Java.