Unexpected srfi-4 C Interface Change in 2.0.10

2014-03-19 Thread Barry Fishman
16 in 2.0.10 and the guile trunk I built on March 17. I assume it relates to the Feb 8 changes, where: (in commit dc65b88d839c326889618112c4870ad3a64e9446) *lenp = scm_c_bytevector_length (uvec) / width; and width is set to 1 in the macro: DEFINE_SRFI_4_C_FUNCS (F32, f32, float, 1); -- Barry Fishman

Re: Guile Assembler

2015-06-23 Thread Barry Fishman
nguage whose prime benefit is the clarity of its explicitness and lack of syntax. -- Barry Fishman

Re: Guile Assembler

2015-06-23 Thread Barry Fishman
On 2015-06-23 23:00:19 +0200, Panicz Maciej Godek wrote: > 2015-06-23 14:54 GMT+02:00 Barry Fishman : >> This amalgam of 'match' and 'define-syntax's style '...', and >> 'destructuring-bind' syntax just seems to add complexity to

Re: anyone define port types?

2016-03-31 Thread Barry Fishman
evelopers might presume about an interface rather a malicious act. Although Scheme itself is not the usual place to think about complex systems, I think Guile does, given what is currently being implemented. -- Barry Fishman

GNU Guile 1.9.2 problems with guile-lib

2009-08-15 Thread Barry Fishman
procedure scan-attr: ERROR: make-html-tokenizer - already unread #\> scheme@(guile-user)> -- Barry Fishman

Problems with LOAD and latest build

2009-08-29 Thread Barry Fishman
cache/1.9-0.D-LE-8/home2/barry/work/dotimes.scm.go scheme@(guile-user)> (load "tryme") ;;; compiling tryme ;;; compiled /home2/barry/.cache/guile/ccache/1.9-0.D-LE-8/home2/barry/work/tryme.go 0 1 2 3 4 #f scheme@(guile-user)> $ ./tryme 0 1 2 3 4 $ -- Barry Fishman

Re: Problems with LOAD and latest build

2009-08-30 Thread Barry Fishman
en. The error message complained about "indx" but not "dotimes", and I jumped to the (wrong) conclusion that it was a problem during macro expansion, due to changes in the syntax expansion code. Thanks again. -- Barry Fishman

Re: GNU Guile 1.9.2 problems with guile-lib

2009-09-16 Thread Barry Fishman
h 4 of 25 tests failing. I have been looking at them as a background task. -- Barry Fishman

Re: proposal: enhance and rename guile-tools

2011-03-21 Thread Barry Fishman
t names? If you like short why not 'gdo' which surprisingly doesn't have much in the way of confusing google matches. But I rather like the longer but meaningful 'with-guile'. -- Barry Fishman

Re: 1.8 branch test failure

2009-06-04 Thread Barry Fishman
: $ read && echo $REPLY read: 1: arg count It works when popen.test is changed to do: (open-input-pipe "read line && echo $line") -- Barry Fishman