The Sidef Programming Language Sidef is a modern, high-level, general-purpose programming language, inspired by Ruby, Raku, Go and Julia. ** ** **** * ********* ********* * * ** * * **** ** ** ** ** ** ** ** ** ** **** *** ********* * * * ** ** ** **** * * ****** ****** * * * * * * * * * **** ** ** ** ** ** ** ** ** ** **** ****** ****** * * ** ** **** * * * ********* *** * * ** * * **** ** ** ** ** ** ** ** ** ** **** ********* ********* * * Development page https://github.com/trizen/sidef * Quick tutorial https://github.com/trizen/sidef/wiki * Handbook https://trizen.gitbooks.io/sidef-lang # # INSTALLATION # Sidef can be installed automatically from the CPAN (https://metacpan.org/release/Sidef), by invoking the following command: $ cpan Sidef If the cpan command is not available, try: $ perl -MCPAN -e "CPAN::Shell->install(q{Sidef})" To install Sidef manually, download the latest version, unzip it and follow the installation steps: $ perl Build.PL $ ./Build installdeps $ ./Build install If Module::Build is not installed, try: $ perl Makefile.PL $ make test $ make install If the installation succeeded, you should be able to run the sidef command: $ sidef -h # # COMPILED PACKAGES # * sidef-22.03.exe.zip A zip archive of a portable Windows executable. # # INCLUDED LIBRARIES IN THE COMPILED PACKAGES # * perl https://metacpan.org/release/perl * mpfr https://www.mpfr.org/ * gmp https://gmplib.org/ * mpc http://www.multiprecision.org/mpc/ * experimental https://metacpan.org/pod/experimental * base https://metacpan.org/pod/base * utf8 https://metacpan.org/pod/utf8 * bytes https://metacpan.org/pod/bytes * charnames https://metacpan.org/pod/charnames * Algorithm::Combinatorics https://metacpan.org/pod/Algorithm::Combinatorics * Algorithm::Loops https://metacpan.org/pod/Algorithm::Loops * PathTools https://metacpan.org/release/PathTools * File::Temp https://metacpan.org/pod/File::Temp * File::Find https://metacpan.org/pod/File::Find * File::Copy https://metacpan.org/pod/File::Copy * File::Path https://metacpan.org/pod/File::Path * File::Basename https://metacpan.org/pod/File::Basename * File::Compare https://metacpan.org/pod/File::Compare * Time::HiRes https://metacpan.org/pod/Time::HiRes * Scalar::Util https://metacpan.org/pod/Scalar::Util * Socket https://metacpan.org/pod/Socket * Encode https://metacpan.org/pod/Encode * Geopt::Long https://metacpan.org/pod/Getopt::Long * Fcntl https://metacpan.org/pod/Fcntl * POSIX https://metacpan.org/pod/POSIX * List::Util https://metacpan.org/pod/List::Util * Data::Dump https://metacpan.org/pod/Data::Dump * Digest::MD5 https://metacpan.org/pod/Digest::MD5 * Digest::SHA https://metacpan.org/pod/Digest::SHA * Math::MPFR https://metacpan.org/pod/Math::MPFR * Math::MPC https://metacpan.org/pod/Math::MPC * Math::GMPq https://metacpan.org/pod/Math::GMPq * Math::GMPz https://metacpan.org/pod/Math::GMPz * Math::Prime::Util::GMP https://metacpan.org/pod/Math::Prime::Util::GMP * Sidef https://metacpan.org/release/Sidef ...and their dependencies. # # SOURCE CODE # * Sidef-22.03.tar.gz A standard distribution, created with `./Build dist`. # # LICENSE AND COPYRIGHT # Copyright (C) 2013-2022 Daniel Șuteu, Ioana Fălcușan This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License (2.0). You may obtain a copy of the full license at: https://www.perlfoundation.org/artistic-license-20.html Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder. This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.