Category:Sidef: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Added link to "Tasks_not_implemented_in_Sidef")
 
(22 intermediate revisions by 2 users not shown)
Line 4: Line 4:
|express=implicit
|express=implicit
|checking=dynamic
|checking=dynamic
|compat=duck
|parampass=reference
|parampass=reference
|gc=yes
|gc=yes
|site=http://github.com/ioanaf/sidef
|site=http://github.com/trizen/sidef
|tags=ruby
|tags=ruby
|LCT=yes}}
|LCT=yes}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|imperative}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|procedural}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|reflective}}
{{language programming paradigm|Functional}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|Generic}}
{{infobox_begin}}Can't install Sidef locally?
{{language programming paradigm|generic}}
[https://tio.run/#sidef Try Sidef on tio.run]
{{infobox_end}}


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]].
Sidef is a modern, dynamic, object-oriented programming language, focusing on simplicity, readability and elegance, taking the best from languages like [[derived from::Ruby]], [[derived from::Go]], [[derived from::Raku]] and [[derived from::Julia]].


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


For more details, see:
For more details, see:
* Sidef tutorial: [https://github.com/ioanaf/sidef/wiki https://github.com/ioanaf/sidef/wiki]
* Gitbook: [https://trizen.gitbook.io/sidef-lang/ https://trizen.gitbook.io/sidef-lang/]
* Development page: [https://github.com/ioanaf/sidef https://github.com/ioanaf/sidef]
* Tutorial: [https://notabug.org/trizen/sidef/wiki https://notabug.org/trizen/sidef/wiki]
* Development page: [https://github.com/trizen/sidef https://github.com/trizen/sidef]

==Todo==

[[Tasks_not_implemented_in_Sidef]]

Latest revision as of 08:50, 15 July 2023

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 compatibility: Duck
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.
Can't install Sidef locally?

Try Sidef on tio.run

Sidef is a modern, dynamic, object-oriented programming language, focusing on simplicity, readability and elegance, taking the best from languages like Ruby, Go, Raku and Julia.

The language is mostly used as a research programming language.

For more details, see:

Todo

Tasks_not_implemented_in_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)