Category:Ol: Difference between revisions

From Rosetta Code
Content added Content deleted
(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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{language
{{language|Ol (Otus Lisp)
|exec=interpreted
|exec=both
|parampass=both
|safety=safe
|strength=strong
|express=implicit
|checking=dynamic
|checking=dynamic
|gc=yes
|gc=yes
|LCT=no
|site=http://yuriy-chumak.github.io/OL/}}
|site=http://yuriy-chumak.github.io/ol/}}
{{implementation|Lisp}}
[[Category:Lisp Implementations]]
[[Category:Lisp Implementations]]
[[Category:Scheme 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] ([http://www.r7rs.org R<sup>7</sup>RS] from version 2.0) Scheme including, but not limited to, some of the [http://srfi.schemers.org/ SRFI]s, open source / free software, with a permissive license.
You can try RosettaCode tasks directly in the project page.


It is small (approx 42kb virtual machine size), embeddable and crossplatform (x86/64, aarch64, arm, powerpc, mips32/64; GNU/Linux, Windows, Unix and *BSDs, Android, webOS, Minoca, Odroid, LattePanda; Web in asm.js form).
==See Also==

* [https://github.com/yuriy-chumak/OL Github 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].

{{implementation|Lisp}}
{{implementation|Scheme}}

Latest revision as of 19:35, 2 September 2019

Language
Ol
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted or compiled
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:


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

Ol (Otus Lisp) is a purely* functional dialect of Lisp.

It implements an extended subset of R5RS (R7RS from version 2.0) Scheme including, but not limited to, some of the SRFIs, open source / free software, with a permissive license.

It is small (approx 42kb virtual machine size), embeddable and crossplatform (x86/64, aarch64, arm, powerpc, mips32/64; GNU/Linux, Windows, Unix and *BSDs, Android, webOS, Minoca, Odroid, LattePanda; Web in asm.js form).

Builds and source codes can be found at project home page or Github.

Ol is an implementation of Lisp. Other implementations of Lisp.
Ol is an implementation of Scheme. Other implementations of Scheme.

Pages in category "Ol"

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