LIS (programming language): Difference between revisions

Content deleted Content added
No edit summary
Copyedit: Referred page for LIS at Bull is live not dead
 
(18 intermediate revisions by 9 users not shown)
Line 1:
{{other uses|LIS (disambiguation)}}
'''LIS'''(a Library of Iterative Solvers for linear systems) programming language is a library written in [[C (programming language)|C]] language and [[Fortran 90]] for solving [[linear equation]]s using reiteration method.
 
'''LIS''' (Language d'Implementation de Systèmes) was a system implementation [[programming language]] designed by [[Jean Ichbiah]]'s, predecessorwho languagelater todesigned [[Ada (programming language)|Ada]] was actually also called ''LIS'',.
 
but it meant ''Language d'Implementation de Systèmes''.
LIS was based on [[Pascal (programming language)|Pascal]] and [[Simula]].<ref>{{cite web
|url=http://www.feb-patrimoine.com/english/bull_software.htm
|title=Software at Bull
|access-date=2010-07-13
|quote=LIS was an experimental implementation language designed by Jean Ichbiah on Siris8. LIS was not used on commercial CII products. LIS was inspired by Pascal and Simula and has contributed to the definition of Ada.
|url-status=live
|archive-url=https://web.archive.org/web/20110710234237/http://www.feb-patrimoine.com/english/bull_software.htm
|archive-date=2011-07-10
}}</ref> It was used to implement the compiler for the Ada-0 subset of Ada at [[Karlsruhe]] on the [[BS2000]] Siemens operating system.<ref>{{cite conference |url=http://portal.acm.org/citation.cfm?id=948632.948639 |title=Towards a compiler front-end for Ada |last1=Goos |first1=Gerhard | last2=Winterstein | first2=Georg
|year=1980 |conference=Annual International Conference on Ada |book-title=Proceedings of the ACM-SIGPLAN symposium on Ada programming language |publisher=ACM-SIGPLAN |pages=36–46 |access-date=2016-02-10 }}</ref> Later on the Karlsruhe Ada compilation system got rewritten in Ada-0 itself, which was easy, because LIS and Ada-0 are very close.
 
==Notes==
 
{{reflist}}
 
==References==
 
* Jean D. Ichbiah, ''The System implementation language LIS'', Louveciennes, France: Compagnie internationale pour l'informatique, 1976.
 
{{Authority control}}
 
[[Category:Procedural programming languages]]
 
==Environment==
Installing LIS needs for computer environment can use compiler for C language.
Moreover, for using AMG fore disposition, needs compiler copes with Fortran 90.
In parallel computational environment, it uses OpenMP or MPI-1.
 
{{compu-prog-stub}}