Category:Owl Lisp: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{language|Owl Lisp|site=https://haltp.org/posts/owl.html}}
|site=https://haltp.org/posts/owl.html
|exec=bytecode
|strength=strong
|safety=safe
|express=implicit
|parampass=value
|gc=yes}}
{{implementation|Lisp}}
{{language programming paradigm|functional}}
 
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.
1,448

edits