Glee: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(add info from site)
No edit summary
Line 10: Line 10:
| latest release version = 1.0.1.96 / 2004
| latest release version = 1.0.1.96 / 2004
| implementation languages = Borland C++
| implementation languages = Borland C++
| operating systems = Windows
| operating systems = Windows 95 and above
| license = proprietary, free download
| license = proprietary, free download
| website = [http://withglee.com/Frames/GFMain.htm withglee.com]
| website = [http://withglee.com/Frames/GFMain.htm withglee.com]
Line 18: Line 18:
| influenced by = APL, [[J]], [[K]]
| influenced by = APL, [[J]], [[K]]
}}
}}
'''Glee''' is a J-inspired left-to-right evaluated ASCII array language which is "targeted at applications where languages like PERL, Python, and Java have found secure homes." It has a focus on programming features which are generally uncommon in array languages, allowing variable references, complex scoping, built-in stream and socket support, pre-made objects, fields and many others.
'''Glee''' is a J-inspired left-to-right evaluated ASCII array language which is "targeted at applications where languages like PERL, Python, and Java have found secure homes." It has a focus on programming features which are generally uncommon in array languages, allowing variable references, complex scoping, built-in stream and socket support, pre-made container objects, fields and many others.
 
Glee has not been updated since 2004. No activity has been logged on the main site since that year.
 
= Design =
Glee is designed as a more convenient APL-style language in the creator's eyes:
 
<blockquote>
Glee is my-own, and to me, my-better APL. It keeps the features I enjoyed in APL and removes the warts. It supplies features I always wished APL had.
</blockquote>






[[Category:Array languages]][[Category:ASCII languages]]
[[Category:Array languages]][[Category:ASCII languages]]

Revision as of 05:46, 31 August 2021

Glee is a J-inspired left-to-right evaluated ASCII array language which is "targeted at applications where languages like PERL, Python, and Java have found secure homes." It has a focus on programming features which are generally uncommon in array languages, allowing variable references, complex scoping, built-in stream and socket support, pre-made container objects, fields and many others.

Glee has not been updated since 2004. No activity has been logged on the main site since that year.

Design

Glee is designed as a more convenient APL-style language in the creator's eyes:

Glee is my-own, and to me, my-better APL. It keeps the features I enjoyed in APL and removes the warts. It supplies features I always wished APL had.