WLambda | WLambda - Embeddable Scripting Language for Rust

 by   WeirdConstructor Rust Version: v0.8.1 License: GPL-3.0

kandi X-RAY | WLambda Summary

kandi X-RAY | WLambda Summary

WLambda is a Rust library. WLambda has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

WLambda is an embeddable dynamic scripting language for Rust, where every value can be called and the syntax is a blend of Perl, Lua, JavaScript and LISP/Scheme/Clojure.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              WLambda has a low active ecosystem.
              It has 45 star(s) with 4 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              WLambda has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of WLambda is v0.8.1

            kandi-Quality Quality

              WLambda has no bugs reported.

            kandi-Security Security

              WLambda has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              WLambda is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              WLambda releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of WLambda
            Get all kandi verified functions for this library.

            WLambda Key Features

            No Key Features are available at this moment for WLambda.

            WLambda Examples and Code Snippets

            WLambda - Embeddable Scripting Language for Rust,WLambda Language Guide,While
            Rustdot img1Lines of Code : 24dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            !x = 10;
            
            while x > 0 {
                std:displayln x;
            
                (x == 5) {
                    break[];
                };
                .x = x - 1;
            };
            !x = 10;
            
            while x > 0 {
                std:displayln x;
            
                if x == 5 {
                    # break is a function, first arg
                    # is the return value for `wh  
            copy iconCopy
            !some_fun = {
                if _ == :fail {
                    $error :FAIL_HAVING_FUN
                } {
                    :ok
                }
            };
            
            !res1 =
                match some_fun[:ok]
                    ($error :FAIL_HAVING_FUN) => :failed
                    ?                         => :ok;
            std:assert_eq res1 :ok;
            
            !res  
            copy iconCopy
            !MyClass = ${
                new = {
                    ${
                        _proto = $self,
                        _data = ${ balance = 0, }
                    }
                },
                deposit = {
                    $data.balance = $data.balance + _;
                },
            };
            
            !account1 = MyClass.new[];
            
            account1.deposit 100;
            account1.d  

            Community Discussions

            No Community Discussions are available at this moment for WLambda.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install WLambda

            You can download it from GitHub.
            Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.

            Support

            Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in WLambda by you, shall be licensed as GPLv3 or later, without any additional terms or conditions.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Rust Libraries

            996.ICU

            by 996icu

            deno

            by denoland

            rust

            by rust-lang

            alacritty

            by alacritty

            tauri

            by tauri-apps

            Try Top Libraries by WeirdConstructor

            HexoSynth

            by WeirdConstructorRust

            HexoDSP

            by WeirdConstructorRust

            Kickmess

            by WeirdConstructorRust

            sscg

            by WeirdConstructorRust

            HexoTK

            by WeirdConstructorRust