Slate

{{language|Slate |strength=strong |checking=dynamic |site=http://slatelanguage.org/ |gc=yes |safety=safe |express=implicit |parampass=reference |compat=duck |LCT=yes}}'''Slate''' is a prototype-based object-oriented programming language based on [[Self]], [[Common Lisp|CLOS]], and [[Smalltalk]]-80. Slate syntax is intended to be as familiar as possible to a Smalltalker, for the clarity of messages as phrases. Unlike the Smalltalk family, methods within Slate can be assigned to a signature of objects, instead of being installed on one favored receiver. Slate has also many further expansions of the semantics which enable more concise and natural ways to express solutions to problems. Particular attention is being paid to the design of a fuller and more useful set of libraries than even the usual Smalltalk set, for collections, streams, meta-level protocols, concurrency, and exception-handling, among others. Our prime inspirations are the libraries of Strongtalk, [[Common Lisp]], and [[Dylan]].

Tasks