From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: sirgazil Newsgroups: gmane.lisp.guile.user Subject: Re: Any suggestions for a project? Date: Sat, 18 Nov 2017 11:50:02 -0500 Message-ID: <17cb4413-002e-13f3-33af-a42f61783837@zoho.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1511024805 26884 195.159.176.226 (18 Nov 2017 17:06:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 18 Nov 2017 17:06:45 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Nov 18 18:06:41 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eG6Zi-0006Sa-Ct for guile-user@m.gmane.org; Sat, 18 Nov 2017 18:06:38 +0100 Original-Received: from localhost ([::1]:50686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eG6Zm-0004ui-PE for guile-user@m.gmane.org; Sat, 18 Nov 2017 12:06:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eG6ZS-0004ud-JF for guile-user@gnu.org; Sat, 18 Nov 2017 12:06:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eG6ZP-0000tc-CO for guile-user@gnu.org; Sat, 18 Nov 2017 12:06:22 -0500 Original-Received: from sender-pp-092.zoho.com ([135.84.80.237]:25491) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eG6ZP-0000qL-5d for guile-user@gnu.org; Sat, 18 Nov 2017 12:06:19 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:to:references:from:message-id:date:user-agent:mime-version:in-reply-to:content-type; b=B+4MGYbpAoET29GCKPQ+M1iKxV+uYQ1pIZQjRFFZF97us1q94MsZiTbtTrhvkMxriJrnMES7r3SK 0f4g49eVpagwk5yOWC9JrHrTF5vRedTY/mbcO/dQOt92rdG8fSXc Original-Received: from [192.168.1.51] (190.251.129.76 [190.251.129.76]) by mx.zohomail.com with SMTPS id 1511023803093142.7470549961473; Sat, 18 Nov 2017 08:50:03 -0800 (PST) In-Reply-To: Content-Language: en-US X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 135.84.80.237 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14273 Archived-At: Hi, Daniele On 17/11/17 11:24, Daniele wrote: > Hello, I need to make my bachelor thesis in CS and was looking for > ideas for a project to do in Scheme. Do you have any suggestions? Is > there something that needs to be done in Guile? I'm actually not very > experience and I am learning Scheme right now so it shouldn't be > something too difficult. > I don't know the requirements for a bachelor thesis, but I'd like to have the following tools: • API documentation generator: a tool that extracts documentation strings from source files and generates API documentation in Texinfo. • Dead code finder. • Bindings for libnotify (https://developer.gnome.org/libnotify/). Good luck with your thesis :)