Category:Ol: Difference between revisions

no edit summary
(Created page with "{{language |exec=interpreted |checking=dynamic |gc=yes |site=http://yuriy-chumak.github.io/OL/}} {{implementation|Lisp}} Category:Lisp Implementations '''OL (Owl Lisp)'''...")
 
No edit summary
Line 1:
{{language|Ol (Otus Lisp)
|exec=interpretedboth
|parampass=both
|safety=safe
|strength=strong
|express=implicit
|checking=dynamic
|gc=yes
|LCT=no
|site=http://yuriy-chumak.github.io/OLol/}}
{{implementation|Lisp}}
[[Category:Lisp Implementations]]
 
{{language programming paradigm|functional}}
'''OL (Owl Lisp)''' is a purely (mostly) functional dialect of Lisp. It implements an extended subset of R5RS Scheme.
Ol (Otus Lisp) is a purely* functional dialect of [[derived from::Lisp]]. It implements an extended subset of [http://www.schemers.org/Documents/Standards/R5RS/ R<sup>5</sup>RS] Scheme including, but not limited to, some of the [http://srfi.schemers.org/ SRFI], open source / free software, with a permissive license.
 
It is small, embeddable and crossplatform.
You can try RosettaCode tasks directly in the project page.
 
Builds and source codes can be found at project [https://yuriy-chumak.github.io/ol/ home page] or [https://github.com/yuriy-chumak/ol Github].
==See Also==
 
* [https://github.com/yuriy-chumak/OL Github project page]
{{implementation|Lisp}}