Data Portal @ linkeddatafragments.org

DBpedia 2014

Search DBpedia 2014 by triple pattern

Matches in DBpedia 2014 for { ?s ?p Lasso is an application server and server management interface used for developing internet applications as well as a general-purpose, high-level programming language. Born as a web datasource connection tool for Filemaker and later included in Apple Computer's FileMaker 4.0 and Claris Homepage as CDML, it has since evolved into a complex language used to develop and serve large-scale internet applications and web pages.Lasso includes a simple template system allowing code to control the generation of HTML and other content types. As the Lasso language is object-oriented, every value is an object; but it also supports procedural programming through "unbound" methods. The language uses traits and multiple dispatch extensively.Lasso features a dynamic type system, where objects can be loaded and augmented at runtime, automatic memory management and has a comprehensive standard library. Lasso has three compilation methodologies: dynamic (comparable to PHP/Python), just-in-time compilation (comparable to .NET framework or Java), and pre-compiled (comparable to C). Lasso also supports Query Expressions, allowing elements within arrays and other types of sequences to be iterated, filtered, and manipulated using a natural language syntax similar to SQL.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 language PHP and other server-side scripting languages such as Python, ColdFusion, Ruby, etc.Free for development, Lasso allows partial access to its source code, allowing developers to add or change major components of the language (for example, Ke Carlton's DS implementation of the Lasso Inline). Licensing comes in both SAS and stand-alone versions.. }

Showing items 1 to 1 of 1 with 100 items per page.