From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Bogatov Newsgroups: gmane.lisp.guile.user Subject: Guile vectors Date: Thu, 10 Oct 2013 00:34:12 +0400 Organization: Church of Emacs Message-ID: <878uy2dvzv.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1381351048 10568 80.91.229.3 (9 Oct 2013 20:37:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 20:37:28 +0000 (UTC) To: "guile-user\@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Oct 09 22:37:29 2013 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 1VU0Va-0002Wm-Ke for guile-user@m.gmane.org; Wed, 09 Oct 2013 22:37:26 +0200 Original-Received: from localhost ([::1]:43827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU0Va-0007zj-85 for guile-user@m.gmane.org; Wed, 09 Oct 2013 16:37:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU0VJ-0007sy-UJ for guile-user@gnu.org; Wed, 09 Oct 2013 16:37:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VU0VF-0001q8-DF for guile-user@gnu.org; Wed, 09 Oct 2013 16:37:09 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VU0VF-0001q4-3B for guile-user@gnu.org; Wed, 09 Oct 2013 16:37:05 -0400 Original-Received: from [82.221.102.245] (port=47968 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VU0VE-0005Z8-1q for guile-user@gnu.org; Wed, 09 Oct 2013 16:37:04 -0400 User-agent: mu4e 0.9.9.5; emacs 24.3.1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:10841 Archived-At: --=-=-= Content-Type: text/plain Documentation for vectors says: Like lists, vectors have to be quoted: Altho: (define foo #((+ 1 2) 2)) (eq? foo (eval foo (current-module))) ;; #t Am I missing something, or documentation is not in sync with current state of art? -- Best regards, Dmitry Bogatov , Free Software supporter and netiquette guardian. git clone git://kaction.name/rc-files.git --depth 1 GPG: 54B7F00D Html mail and proprietary format attachments are forwarded to /dev/null. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (GNU/Linux) iQIcBAEBAgAGBQJSVb3LAAoJEHiL4BJUt/ANHeYQALa8v7I1Oeq5tOAXyz6yyV+j KCTQ7ktKgiGT05Am58vU8ySROLnqzLgx3ZKOm3QBVGACOXAb/Iazc8oXiF9UzsHb dZ2z/eH5fJrG7T699nTKFlFI3dJxl0EM3Sz+bM8Q0NYjffp+WLN/dvOi0C/427zU h652s0ctDBs7iOBKvX6/yKT69WY6dk9WDeHkPTa2zQNAarwSFLz1JHSGl3RU0vDm OuY/8PJuIY3xWwAAmp2N695qbhGIa97/N/JSe2CL3DVOCBv0TKAI/KowS+cLKyV/ loO8qvrYjGDdYYK6Jo8UyzaHwPRPEIf1udUae4RqrrriKREULLB8VqLj5vMydPO2 3GJkdFxCSsbIthrd0gthCCo5YhlyVe2SjPQWKGHqrkfTJMgGnXhNoUxDQBQD1Se5 gnqIyeDFtNqx4dy8+JmyN7wKKNaoaXLTRr9U8etynES97kBiti/FboG/LwHD7tsT FgS4abHqxKN6fNrjos1Xqd9x6gISdaYPh0Og16VeQAQzlwdtTYMAxpXoC7fu2NaO YmzkDOqT8J2lMT+O6sNdHqOgEenE6fqCKjHl03Ob5mSW1JITSy+3ySl4q7o+V0sx VYnwCDwpWvChRN/zV+Pqaz+iDG+A1rWNS75ESh+kc1iyRQI2qNJX15N7pxvDtXUV oaOtfdzqkXq5/rl1E44a =kaMC -----END PGP SIGNATURE----- --=-=-=--