Category:Sidef: Difference between revisions

Content added Content deleted
mNo edit summary
m (added site and modified the description)
Line 1: Line 1:
{{language
{{language
|exec=bytecode
|exec=interpreted
|strength=weak
|strength=weak
|express=implicit
|express=implicit
Line 6: Line 6:
|parampass=reference
|parampass=reference
|gc=yes
|gc=yes
|site=http://github.com/ioanaf/sidef
|tags=ruby
|tags=ruby
|LCT=yes}}
|LCT=yes}}
Line 15: Line 16:
{{language programming paradigm|generic}}
{{language programming paradigm|generic}}


Sidef is a simple object-oriented language which is very permissive in letting you doing what you want with it. As a language, it takes the best from other programming languages such as [[derived from::Ruby]], [[derived from::Go]], [[derived from::JavaScript]] and [[derived from::Perl]]. It is written in pure Perl, but does not require any external module, other than some Perl core modules.
Sidef is a simple object-oriented language which is very permissive in letting you doing what you want with it. As a language, it takes the best from other programming languages such as [[derived from::Ruby]], [[derived from::Go]], [[derived from::JavaScript]] and [[derived from::Perl]].



It is a language written in Perl that combines
* Joy of programming
* Powerful [[object-oriented]] style
* Flexibility and extensibility
* [[Platform]] independence


* Sidef tutorial: [https://github.com/ioanaf/sidef/wiki https://github.com/ioanaf/sidef/wiki]
* Sidef tutorial: [https://github.com/ioanaf/sidef/wiki https://github.com/ioanaf/sidef/wiki]