Better md

This commit is contained in:
Dmitry Boulytchev 2020-02-18 14:08:39 +03:00
parent 5171f20dcc
commit b7271d167a

View file

@ -13,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](lama.png) is an acronym for ![lama](lalgol.png) since the language has borrowed the syntactic shape of The name ![lama](lama.png) 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.