Category:Sidef: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(Added link to "Tasks_not_implemented_in_Sidef")
 
(24 intermediate revisions by 2 users not shown)
Line 1:
{{language
|exec=bytecodeinterpreted
|strength=weak
|express=implicit
|checking=dynamic
|compat=duck
|parampass=reference
|gc=yes
|site=http://github.com/trizen/sidef
|tags=ruby
|LCT=yes}}
{{language programming paradigm|Dynamic}}
{{language programming paradigm|imperativeObject-oriented}}
{{language programming paradigm|proceduralImperative}}
{{language programming paradigm|reflectiveFunctional}}
{{language programming paradigm|object-orientedGeneric}}
{{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 simplemodern, dynamic, object-oriented programming language, whichfocusing ison verysimplicity, permissivereadability inand letting you doing what you want with it. As a languageelegance, it takestaking the best from other programming languages such aslike [[derived from::Ruby]], [[derived from::Go]], [[derived from::JavaScriptRaku]] and [[derived from::PerlJulia]]. It is written in pure Perl, but does not require any external module, other than some Perl core modules.
 
The language is mostly used as a research programming language.
 
For more details, see:
* Gitbook: [https://trizen.gitbook.io/sidef-lang/ https://trizen.gitbook.io/sidef-lang/]
* Sidef tutorialTutorial: [https://githubnotabug.comorg/ioanaftrizen/sidef/wiki https://githubnotabug.comorg/ioanaftrizen/sidef/wiki]
* Development page: [https://github.com/ioanaftrizen/sidef https://github.com/ioanaftrizen/sidef]
 
==Todo==
* 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]
[[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)