Category:Lily: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(Give a brief idea of Lily.)
Line 1: Line 1:
{{stub}}{{language}}
{{stub}}{{language}}
Lily is a statically-typed, interpreted language developed by Jesse Ray Adkins. The source code of the interpreter can be found [https://github.com/jesserayadkins/lily here].

The language provides strong type-inference, and has functional influences from Scala and Haskell. However, it also has a number of features from Python (such as the exception hierarchy) and Ruby (the @ syntax for accessing class members).

Revision as of 22:32, 10 August 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Lily
This programming language may be used to instruct a computer to perform a task.
See Also:


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

Lily is a statically-typed, interpreted language developed by Jesse Ray Adkins. The source code of the interpreter can be found here.

The language provides strong type-inference, and has functional influences from Scala and Haskell. However, it also has a number of features from Python (such as the exception hierarchy) and Ruby (the @ syntax for accessing class members).

Pages in category "Lily"

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