Movatterモバイル変換


[0]ホーム

URL:


Jump to content
Rosetta Code
Search

Category:Lisaac

Help
From Rosetta Code
Language
Lisaac
Thisprogramming language may be used to instruct a computer to perform a task.


Listed below are all of the tasks on Rosetta Code which have been solved using Lisaac.

Lisaac is a smallobject prototype-based programming language created to enable the implementation of the Isaacoperating system as part of Benoit Sonntag's thesis. Since Lisaac was created to support the development of an operating system, it has strong support for implementing low level features even though it is itself a high level language. The language was inspired bySmalltalk (everything is an object),Self (prototype based programming), andEiffel (design by contract), but it has the distinction of being suitable to systems level programming through many techniques such as optimization of type predictions and code specialization.

In the performance benchmarkThe Computer Language Benchmarks Game,Lisaac currently places #5, essentially neck-and-neck withC andC++.

Lisaac compiles '.li' Lisaac source files intoISO standard C code, which can then be compiled to native machine code by any C compiler. The current 'lisaac' compiler implementation also automatically compiles the generated '.c' file with gcc by default.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Lisaac"

The following 35 pages are in this category, out of 35 total.

Retrieved from "https://rosettacode.org/wiki/Category:Lisaac?oldid=79997"
Category:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

[8]ページ先頭

©2009-2026 Movatter.jp