From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Re: "AIscm" array JIT Date: Thu, 9 Jun 2016 12:48:51 +0100 (BST) Message-ID: References: <20160609090248.GA24516@tuxteam.de> Reply-To: Jan Wedekind NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1465472973 20531 80.91.229.3 (9 Jun 2016 11:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2016 11:49:33 +0000 (UTC) Cc: guile-user@gnu.org To: tomas@tuxteam.de Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jun 09 13:49:26 2016 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 1bAySk-000832-A5 for guile-user@m.gmane.org; Thu, 09 Jun 2016 13:49:26 +0200 Original-Received: from localhost ([::1]:33902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAySj-0006sf-GE for guile-user@m.gmane.org; Thu, 09 Jun 2016 07:49:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAySL-0006rW-6F for guile-user@gnu.org; Thu, 09 Jun 2016 07:49:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAySF-0005u4-53 for guile-user@gnu.org; Thu, 09 Jun 2016 07:49:00 -0400 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:57998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAySE-0005tv-VF for guile-user@gnu.org; Thu, 09 Jun 2016 07:48:55 -0400 Original-Received: from [10.10.10.250] (salt-ext.roke.co.uk [109.207.29.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by basicbox4.server-home.net (Postfix) with ESMTPSA id 4E6C91530713; Thu, 9 Jun 2016 13:48:52 +0200 (CEST) X-X-Sender: jan@wedemob In-Reply-To: <20160609090248.GA24516@tuxteam.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 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:12606 Archived-At: On Thu, 9 Jun 2016, tomas@tuxteam.de wrote: > Hash: SHA1 > > On Wed, Jun 08, 2016 at 10:16:04PM +0100, Jan Wedekind wrote: >> Hi, >> I am working on a compact library [1] for JIT compilation of array >> operations. It only runs on AMD64 processors. Currently it supports >> array operations using booleans, integers, and integer RGB and >> integer complex numbers. > > Sorry for this "metoo" post. This is absolutely exciting. > > This is one of the times I cry that my $DAYJOB is eating me alive. > I wish I had the time to play with this. As things stand, I gotta > limit myself to cheer from the peanut gallery. > > Thanks! Thanks for the positive feedback. Same here with day job and all. Considering how little spare time I have, it is a credit to GNU Guile (and Scheme and GOOPS), how far I was able to take this nonetheless.