From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id E7B763857C6F for ; Thu, 14 Apr 2022 16:26:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E7B763857C6F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id A82FA21615; Thu, 14 Apr 2022 16:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649953593; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gMxmuNN3VwFqHyBXaG1q8MUFowZgZpxUNmYZSgxlPTo=; b=WA9Ba93LE/Bf9VNm0dOA2t6OM0QObRwLtaqCgdO6BeHNog31/XfTDbAmZeNyaMIFJDeiQd CDHNIkgiaV4kqHCw1cXlxNAYue7alF1PUeNSkuQWJazLGn1/pObsTRhLSbCfqwbYBKU+Qo tm5nJ75XCoUuBEQUY3sxRhpZc8lEbus= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649953593; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gMxmuNN3VwFqHyBXaG1q8MUFowZgZpxUNmYZSgxlPTo=; b=CDyJHJuyYCCRxDuB9Jj6baw4bXnbH4IJcHkPYUUii74OY4Pe72ZoiHONRPt2WZNvN4Fboj RS3jmMw1wEjULxAQ== Received: from suse.cz (unknown [10.100.200.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 752F0A3BEF; Thu, 14 Apr 2022 16:26:33 +0000 (UTC) From: Martin Jambor To: 20-cs Kunal Rajnish Cc: gcc@gcc.gnu.org Subject: Re: Gsoc In-Reply-To: References: User-Agent: Notmuch/0.35 (https://notmuchmail.org) Emacs/27.2 (x86_64-suse-linux-gnu) Date: Thu, 14 Apr 2022 18:26:28 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DEAR_SOMETHING, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2022 16:26:36 -0000 Hello, On Mon, Apr 11 2022, 20-cs Kunal Rajnish via Gcc wrote: > Dear Sir/Ma'am I beginners in coding but has lot's of interest in working > with people like you and learning new skills as much as possible. I had a > idea that why not "make a simple interface for user to create there own > library and import them". This will attract more new coders so that they > can make there own library. > Thanks for giving your precious time. Thanks for your interest in contributing to the GCC. Unfortunately, I do not quite understand what your idea is about. GCC of course already allows users to create libraries and I do not quite know what you mean by "importing." Moreover, I am worried that you also need at least some rudimentary theoretical background in the area of compilers in order to apply. Nevertheless, if you still want to try applying, have a look at https://gcc.gnu.org/wiki/SummerOfCode and specifically at https://gcc.gnu.org/wiki/SummerOfCode#Before_you_apply which explains some of the steps you can take to familiarize yourself with our code base and start thinking about a project. Good luck, Martin Jambor