Category:Latitude: Difference between revisions

Turned off HoPL reference.
(Created page with "{{stub}}{{language|Latitude}}")
 
(Turned off HoPL reference.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{stub}}{{language|Latitude}}
|exec=Interpreted
|site=https://mercerenies.github.io/latitude/
|gc=yes
|parampass=reference
|checking=dynamic
|hopl=no
}}
 
Latitude is a prototype-oriented dynamically-typed programming language which supports continuations and first-class scoping objects. Latitude is primarily designed with runtime reflection in mind, allowing the programmer to control the language itself at runtime.
 
===Primary Features===
 
From the official website:
 
* Simple syntax borrowing from Ruby, Smalltalk, and Erlang
* Object orientation through prototypes
* First-class scopes
* Automatic garbage collection
* Full continuation support via callCC
* Ruby-style exception handling via catch blocks
* Support for lazy evaluation
* Arbitrary precision arithmetic support
1,606

edits