mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Better md
This commit is contained in:
parent
89a7b5ffd1
commit
616e0459c9
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
# Lama
|
# Lama
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
\lama is a programming language developed by JetBrains Research for educational purposes as an exemplary language to introduce
|
\lama is a programming language developed by JetBrains Research for educational purposes as an exemplary language to introduce
|
||||||
the domain of programming languages, compilers and tools. Its general characteristics are:
|
the domain of programming languages, compilers and tools. Its general characteristics are:
|
||||||
|
|
||||||
|
|
@ -15,7 +13,7 @@ the domain of programming languages, compilers and tools. Its general characteri
|
||||||
* with user-defined infix operators, including those defined in local scopes;
|
* with user-defined infix operators, including those defined in local scopes;
|
||||||
* with automatic memory management (garbage collection).
|
* with automatic memory management (garbage collection).
|
||||||
|
|
||||||
The name \lama is an acronym for $\lambda\textsc{-Algol}$ since the language has borrowed the syntactic shape of
|
The name \lama is an acronym for $\lambda$**-Algol** since the language has borrowed the syntactic shape of
|
||||||
operators from **Algol-68**; [**Haskell**](www.haskell.org) and [**OCaml**](www.ocaml.org) can be
|
operators from **Algol-68**; [**Haskell**](www.haskell.org) and [**OCaml**](www.ocaml.org) can be
|
||||||
mentioned as other languages of inspiration.
|
mentioned as other languages of inspiration.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue