Re: Python slices in Scheme

2023-06-23 Thread Jay Sulzberger
On Mon, 19 Jun 2023, lloda wrote: My library guile-newra (1) has quite general multidimensional array slicing. The indices < can be linear ranges or arbitrary integer arrays and they can have any rank. You can also use the indexed array as write target. If all the indices are linear ranges th

Re: Python slices in Scheme

2023-06-23 Thread Jay Sulzberger
On Sun, 18 Jun 2023, Damien Mattei wrote: hello, i'm porting the Python slicing ( https://docs.python.org/2/reference/expressions.html#slicings ) to Scheme Guile and Racket. examples in Scheme+ : {#(1 2 3 4 5 6 7)[2 / 5]} #(3 4 5) i'm using / instead of : because : is already used by the

Re: Python slices in Scheme

2023-06-18 Thread Jay Sulzberger
of history and probability, Jay Sulzberger i'm using / instead of : because : is already used by the SRFI 42 Eager Comprehension below are my testing examples: ;;; compiled /Users/mattei/.cache/guile/ccache/3.0-LE-8-4.6/usr/local/share/guile/site/3.0/Scheme+.scm.go scheme@(guile-user)>

Re: re-writing algorithms in Guile

2021-06-28 Thread Jay Sulzberger
On Mon, 28 Jun 2021, Tim Meehan wrote: Say for instance, I have found an algorithm for scalar function minimization on a website, written in C. It is posted with a license for use. If I write something based on this hypothetical code, is it then clearly also licensed in the same manner? Gran

Re: A bug, I think, in the process of compiling Guile 3.0.2 on NetBSD 9

2020-05-25 Thread Jay Sulzberger
On Mon, 25 May 2020, Jay Sulzberger wrote: There is an old bug report at https://lists.gnu.org/archive/html/bug-guile/2016-07/msg00038.html I believe I ran into this same bug on my way to compiling Guile-3.0.2 on NetBSD 9. After my signature is the report, as rendered by lynx. Heaven

A bug, I think, in the process of compiling Guile 3.0.2 on NetBSD 9

2020-05-25 Thread Jay Sulzberger
within a few weeks, after I learn more about the build process of Guile-3.0.2. But I ask here: Has this bug been fixed in either Guile-3.0.2 and/or NetBSD 9? Thank you for reading this! And thank you for Guile! I remain, as ever, your old beGuiled user^W^WLisper, Jay Sulzberger -- Forwarded

Re: [ANN] guile-scsh 0.2

2013-05-06 Thread Jay Sulzberger
On Mon, 6 May 2013, Chaos Eternal wrote: I here by announce the 0.2 version of guile-scsh, which is ported to guile-2.x and now available. you can get it from: https://gitorious.org/guile-scsh/guile-scsh Scsh, the scheme shell, a Unix Shell using scheme syntaxes, and much more powerful than

Re: SLIB and guile 2

2013-01-31 Thread Jay Sulzberger
On Fri, 1 Feb 2013, Andrew Bernard wrote: Greetings, Does SLIB work with guile 2? With guile 2.0.7 and slib 3b3 on Linux there appear to be incompatibilities. Are there releases that work together? Andrew If you want, let us know how the patches offered by Andy Wingo work. I hope to

Re: How does one use SLIB with guile-2.0 on Debian?

2012-03-25 Thread Jay Sulzberger
On Sat, 24 Mar 2012, Jay Sulzberger wrote: I am running a mainly "testing" version of Debian GNU/Linux, and here is the version of Guile I have installed via apt-get: guile (GNU Guile) 2.0.5-deb+1-1 I would like to use SLIB with this guile. How do I do it? oo--JS. Ah, I see

How does one use SLIB with guile-2.0 on Debian?

2012-03-24 Thread Jay Sulzberger
I am running a mainly "testing" version of Debian GNU/Linux, and here is the version of Guile I have installed via apt-get: guile (GNU Guile) 2.0.5-deb+1-1 I would like to use SLIB with this guile. How do I do it? oo--JS.