Category:Raven: Difference between revisions

https://concatenative.org/wiki/view/Raven
(corrected url)
(https://concatenative.org/wiki/view/Raven)
 
(10 intermediate revisions by 7 users not shown)
Line 1:
{{language|Raven
[[Category:Solutions by Programming Language]]
|site=http://aerosuidae.net/raven.html}}
Raven is an eclectic language with features derived from [[derived from::Python]], [[derived from::Forth]], and [[derived from::Perl]]. It was developed independently by [[User:Mythago|Sean Pringle]]. Raven is available from [http://mythagoaerosuidae.net mythagoaerosuidae.net] under the GNU General Public License. It is currently only available for the [[runs on::Linux]] platform.
 
==Features==
Line 17 ⟶ 18:
 
* Lists and Hash tables.
* [[Regular_expression_matching|Regular Expressions]].
 
===Other design goals===
 
* Use clear and consiseconcise syntax.
* Be fast to write and fast to run.
* Use [[closures]] as a simple object model.
* Have minimal restrictions on variable and function names.
* Rely on best practices guidelines rather than imposing rules for everything.
* Interface to [[MySQL]] and SQLite.
* Support multithreading.
 
Source: [http://mythagoaerosuidae.net/languageraven.html The Raven home page]
 
==Other Resources==
* [http://mythagoaerosuidae.net/manualraven.html Raven Manual]
 
* [http://mythago.net/source.html Raven Downloads]
{{language programming paradigm|concatenative}}
* [http://mythago.net/mailing_list.html Raven Mailing List]
559

edits