From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: [ANN] Artanis-0.0.1 released Date: Wed, 31 Dec 2014 19:14:22 +0800 Organization: HFG Message-ID: <1420024462.2641.3.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1420024491 23819 80.91.229.3 (31 Dec 2014 11:14:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Dec 2014 11:14:51 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 31 12:14:47 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y6HEk-0003h7-7u for guile-user@m.gmane.org; Wed, 31 Dec 2014 12:14:46 +0100 Original-Received: from localhost ([::1]:39792 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6HEj-0002Ci-IR for guile-user@m.gmane.org; Wed, 31 Dec 2014 06:14:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6HEX-0002CQ-WD for guile-user@gnu.org; Wed, 31 Dec 2014 06:14:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y6HET-0007U6-SJ for guile-user@gnu.org; Wed, 31 Dec 2014 06:14:33 -0500 Original-Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:54255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y6HET-0007Tk-K0 for guile-user@gnu.org; Wed, 31 Dec 2014 06:14:29 -0500 Original-Received: by mail-pa0-f46.google.com with SMTP id lf10so21133550pab.33 for ; Wed, 31 Dec 2014 03:14:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:organization:content-type :mime-version:content-transfer-encoding; bh=Guw4Is6KPZg+ruJSP5mbM/+Q9iHDNJjdn5eDRQFcZbk=; b=D08wpqERVXIUQhHjM1T+PKUeYT/w4WfP4n5IzNwj+ZyuxXv3vnbKnmvs2jCkyr5L+O YznHh/5PB/RNdG2BA0qhnLP9wwA0H7HQzMzMZRUudMx8wchkJc6IQQXVvMGvscuZKPgq WuKSrM4Op5Dk2EgaLa68Uoc7q9rKDUrZDvSmMJBlNL99T/8FD4Y8H+5f90MwiVWC0t8H tvc+6QrpVluzkqdCNBf3/L0Gb55J6uVe2UhLrh3FTIqytJjy64D0VVtFIN/DM8GkfRkz ekSHPElmmCxU4ynkdku4i94b9KY3G6vrwhSkq6IxMZ80oF5qzhJ7KCwYOBnMDbPoGReQ iIzw== X-Received: by 10.70.55.163 with SMTP id t3mr106214866pdp.8.1420024468160; Wed, 31 Dec 2014 03:14:28 -0800 (PST) Original-Received: from [147.2.147.174] ([203.192.156.9]) by mx.google.com with ESMTPSA id c3sm40883659pbu.76.2014.12.31.03.14.25 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 31 Dec 2014 03:14:26 -0800 (PST) X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11693 Archived-At: Hi folks! I'm pleased to announce Artanis-0.0.1 here. http://web-artanis.com Download: http://web-artanis.com/artanis-0.0.1.tar.gz Manual: http://web-artanis.com/manual-0.0.1.html Artanis is a new web application framework (WAF) written with pure GNU Guile Scheme. Artanis is free software, under GPLv3 and LGPLv3. Artanis contains common HTTP stuffs (cookies,authentication,cache,sessions...), URL-remapping, HTML templating, and various experimental methods to handle Database: SSQL(SQL in s-expr), FPRM (Functional Programming Relational Mapping, and SQL-mapping. Now it supports mysql/postgresql/sqlite3 as DBD. The current performance of server in Artanis is weak. It is planed to implement an async green-thread server with Guile's brand new delimited-continuations in next big version (0.2). Artanis was announced as certificated awesome project in 2013 Lisp in summer projects contest[0]. It's an official project of SZDIY community[1] for building the server side of web-service and mobile-app of the community. [0] http://lispinsummerprojects.org/awesome-projects [1] http://szdiy.org/ Best regards.