Category:Sidef: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
m (added site and modified the description)
Line 1:
{{language
|exec=bytecodeinterpreted
|strength=weak
|express=implicit
Line 6:
|parampass=reference
|gc=yes
|site=http://github.com/ioanaf/sidef
|tags=ruby
|LCT=yes}}
Line 15 ⟶ 16:
{{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.
 
 
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]

Revision as of 11:34, 18 December 2013

Language
Sidef
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Parameter passing methods: By reference
Type strength: Weak
Type expression: Implicit
Type checking: Dynamic
Lang tag(s): ruby
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Sidef.


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 Ruby, Go, JavaScript and Perl.

It is a language written in Perl that combines

Subcategories

This category has only the following subcategory.

@

Pages in category "Sidef"

The following 200 pages are in this category, out of 1,054 total.

(previous page) (next page)

C

(previous page) (next page)