Category:Sidef: Difference between revisions

Added link to "Tasks_not_implemented_in_Sidef"
No edit summary
(Added link to "Tasks_not_implemented_in_Sidef")
 
(28 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=perlruby
|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 and does not require any external modules, other than some of the Perl's CORE modules.
 
The language is mostly used as a research programming language.
 
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/]
* Tutorial: [https://notabug.org/trizen/sidef/wiki https://notabug.org/trizen/sidef/wiki]
Sidef* tutorialDevelopment page: [https://github.com/ioanaftrizen/sidef/wiki https://github.com/ioanaftrizen/sidef/wiki]
 
==Todo==
Development page: [https://github.com/ioanaf/sidef https://github.com/ioanaf/sidef]
 
[[Tasks_not_implemented_in_Sidef]]
2,747

edits