Sidef Programming Language
Sidef is a modern, open-source, object-oriented programming language, fully implemented in Perl.
- Book: https://trizen.gitbooks.io/sidef-lang/content/
- Tutorial: https://github.com/trizen/sidef/wiki
- RosettaCode: https://rosettacode.org/wiki/Sidef
** ** **** * ********* *********
* * ** * * **** ** ** ** ** ** ** **
** ** **** *** ********* * * *
** ** ** **** * * ****** ******
* * * * * * * * * **** ** ** ** ** ** **
** ** ** **** ****** ****** * *
** ** **** * * * ********* ***
* * ** * * **** ** ** ** ** ** ** **
** ** **** ********* ********* *
- Main features of the language include:
- variables, constants
- modules, classes
- metaprogramming
- loops, conditional expressions
- lazy Boolean operators
- pipe and file IO support
- interactive programming (
sidef -i
) - interactive help (
sidef -H
)
Github: https://github.com/trizen/sidef
Download: https://github.com/trizen/sidef/archive/master.zip
Comments
Post a Comment