Category:Sidef: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Changed the parameter passing method from "both" to "sharing")
(Added link to "Tasks_not_implemented_in_Sidef")
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|checking=dynamic
|checking=dynamic
|compat=duck
|compat=duck
|parampass=sharing
|parampass=reference
|gc=yes
|gc=yes
|site=http://github.com/trizen/sidef
|site=http://github.com/trizen/sidef
Line 15: Line 15:
{{language programming paradigm|Functional}}
{{language programming paradigm|Functional}}
{{language programming paradigm|Generic}}
{{language programming paradigm|Generic}}
{{infobox_begin}}Can't install Sidef locally?
[https://tio.run/#sidef Try Sidef on tio.run]
{{infobox_end}}


Sidef is a modern, yet experimental, dynamic, object-oriented / functional programming language, focusing on simplicity, readability and elegance, taking the best from languages like [[derived from::Ruby]], [[derived from::Go]], [[derived from::Perl 6]] and [[derived from::Julia]].
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.
The language is mostly used as a research programming language.


For more details, see:
For more details, see:
* Gitbook: [http://trizen.gitbooks.io/sidef-lang/content/ http://trizen.gitbooks.io/sidef-lang/content/]
* Gitbook: [https://trizen.gitbook.io/sidef-lang/ https://trizen.gitbook.io/sidef-lang/]
* Tutorial: [https://github.com/trizen/sidef/wiki https://github.com/trizen/sidef/wiki]
* 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]
* 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)