Category:Owl Lisp

From Rosetta Code
(Redirected from Owl Lisp)
Language
Owl Lisp
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type expression: Implicit
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Owl Lisp.
Owl Lisp is an implementation of Lisp. Other implementations of Lisp.


From the website: Owl Lisp is a simple programming language. The main motivation for writing it was to get a portable system for writing standalone programs in a subjectively pleasant dialect of LISP, which in this case means a minimal core language and runtime, purely functional operation and support for asynchronous evaluation.

Owl Lisp is similar to R7RS Scheme, but purely functional, without mutability.

The bytecode can be compiled to C.

Pages in category "Owl Lisp"

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