From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BED6C11F68 for ; Fri, 2 Jul 2021 11:03:51 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 315906135F for ; Fri, 2 Jul 2021 11:03:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 315906135F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E0C7980C70; Fri, 2 Jul 2021 13:03:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625223828; bh=YQ9tu9BWDl5pdOhi+f0N29Y/UV40NTswws2ycSSQXs8=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=BWuMPJmKWPaCTp8RNi9DA0RUsvyQ+G3h2VE6cZFIDkyaTSn5hPwkykvS8jREnynNT l5MSjLU17Wx18UDZO4epv3WpMoU3igs0ZlcHWS+N5DfCVgLnRSVmQmb2p3SOVeD/IS 9uOzrkQawWdLplHOjKtHEu3H8Tw4iLoFR15yDs4wtfC9HTbbcfkT8BoY1Jl8j0kaa8 HErgy+x95puFJZWauV1BIFpEUJQYXd4OaAv9COMn3mNgwrXo/ERLbLpiVbIqd8uDJd bDEMQoyUPr1asTcwBFbzYHaZ9zxLtLRC8CAx1q3XPvMpVTeK/g62yq013vcJqUkJ9+ 6GO0nlOin/Q2g== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 0E7E480C70 for ; Fri, 2 Jul 2021 13:03:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625223826; bh=YQ9tu9BWDl5pdOhi+f0N29Y/UV40NTswws2ycSSQXs8=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=LDBpsEO72ZTW6/i++fEN1485lM0U7XCOHJ05o8Tazzj66hQd78R52rxzXAy0KBMnA tk+q2rqunUQEKpNd80c1sW34wZ7jt/DVVCUnp8qk5M1fAyvYZno7W7bKsc4+DUXPpg GiWgfpcFNI1pF1aeYn31uNFSQCD0fUbU7qrEg/Y1E+IJVWj0KeEEnPJnoo5iEIRG9E wGT1YTq4uUCWu2jf4z7KWLf9Y0s+SZrOt6nJFAKE2V/AXbWQAeseA/oVL1KlGdUtk0 I5/HwHRyK8GZ6Y6qGXkjxOoaLx327u8hPK9Xurs69viJJSYxLwMzKlUkloMtDwSR67 0i56vFJQDgXng== Received: by janitor.denx.de (Postfix, from userid 108) id BE2ECA01CA; Fri, 2 Jul 2021 13:03:45 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id 2D4D5A003B; Fri, 2 Jul 2021 13:03:36 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id E41071E2038; Fri, 2 Jul 2021 13:03:35 +0200 (CEST) To: Sean Anderson cc: u-boot@lists.denx.de, Tom Rini , =?UTF-8?q?Marek=20Beh=C3=BAn?= , Simon Glass , Roland Gaudig , Heinrich Schuchardt , Kostas Michalopoulos From: Wolfgang Denk Subject: Re: [RFC PATCH 02/28] cli: Add LIL shell MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: <20210701061611.957918-3-seanga2@gmail.com> References: <20210701061611.957918-1-seanga2@gmail.com> <20210701061611.957918-3-seanga2@gmail.com> Comments: In-reply-to Sean Anderson message dated "Thu, 01 Jul 2021 02:15:45 -0400." Date: Fri, 02 Jul 2021 13:03:35 +0200 Message-ID: <126700.1625223815@gemini.denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Dear Sean, In message <20210701061611.957918-3-seanga2@gmail.com> you wrote: > This is the LIL programming language [1] as originally written by Kostas > Michalopoulos . LIL is a stripped-down TCL > variant. Many syntax features are very similar to shell: Do you have a list of the exact differencec between LIL and a standard shell? I wonder, if we deviate from standard shell syntax anyway, we could also have a look at lua, for example? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de One essential to success is that you desire be an all-obsessing one, your thoughts and aims be co-ordinated, and your energy be concentra- ted and applied without letup.