Category:Sidef: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language}}")
 
No edit summary
Line 1: Line 1:
{{stub}}{{language}}
{{language
|exec=bytecode
|strength=weak
|express=implicit
|checking=dynamic
|parampass=reference
|gc=no
|tags=perl
|LCT=yes}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|imperative}}
{{language programming paradigm|procedural}}
{{language programming paradigm|reflective}}
{{language programming paradigm|object-oriented}}
{{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 and does not require any external modules, other than some of the Perl's CORE modules.


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

Development page: [https://github.com/ioanaf/sidef https://github.com/ioanaf/sidef]

Revision as of 19:00, 17 December 2013

Language
Sidef
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (bytecode)
Garbage collected: No
Parameter passing methods: By reference
Type strength: Weak
Type expression: Implicit
Type checking: Dynamic
Lang tag(s): perl
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 written in pure Perl and does not require any external modules, other than some of the Perl's CORE modules.


Sidef tutorial: https://github.com/ioanaf/sidef/wiki

Development page: https://github.com/ioanaf/sidef

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)