Category:Lily: Difference between revisions

Replaced content with "{{stub}}{{Lily}}"
(Give a brief idea of Lily.)
 
(Replaced content with "{{stub}}{{Lily}}")
Line 1:
{{stub}}{{Lily}}
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).