From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adonay Felipe Nogueira Subject: Re: Seeking PHP "Hello World" project (or other simple example) Date: Fri, 07 Jul 2017 10:24:35 -0300 Message-ID: <87wp7kxtv0.fsf@openmailbox.org> References: <87injqtefs.fsf@openmailbox.org> <594A259A.6090604@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTTFk-0001YH-UN for guix-devel@gnu.org; Fri, 07 Jul 2017 09:25:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTTFh-000148-0L for guix-devel@gnu.org; Fri, 07 Jul 2017 09:25:00 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:34521 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTTFg-00013Q-OX for guix-devel@gnu.org; Fri, 07 Jul 2017 09:24:56 -0400 In-Reply-To: <594A259A.6090604@crazy-compilers.com> (Hartmut Goebel's message of "Wed, 21 Jun 2017 09:51:54 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I also keep my distance from PHP. :) Although I know very few about it, and have programmed in it in the past, I prefer GNU Artanis, because it allows me to use Guile Scheme for doing sites, for which I'm getting familiar with, although I didn't make any website yet. Also, various researches show that Guile Scheme is better for server-side scripting because there is little drawback from loops. One comparison can be seen by viewing the info page for GNU Serveez (which is a multi-purpose server-creation-and-usage framework, which also happens to provide an http server for use, although GNU Artanis is more actively maintained (and perhaps more customizable? I don't know for sure), but GNU Serveez is more easy to setup in my opinion).