Category:Raven: Difference between revisions

https://concatenative.org/wiki/view/Raven
No edit summary
(https://concatenative.org/wiki/view/Raven)
 
(7 intermediate revisions by 6 users not shown)
Line 1:
{{language|Raven
{{language|Raven}}Raven is an eclectic language with features derived from [[Python]], [[Forth]], and [[Perl]]. It was developed independently by [[User:Mythago|Sean Pringle]]. Raven is available from [http://mythago.net mythago.net] under the GNU General Public License. It is currently only available for the [[Linux]] platform.
|site=http://aerosuidae.net/raven.html}}
{{language|Raven}}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 16 ⟶ 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