Re: Tangerine Edition penultimate report: how I voted, how you're voting

2019-01-17 Thread Per Bothner
. R7RS-large is the same - but much more so. -- --Per Bothner p...@bothner.com http://per.bothner.com/

Re: SRFI-64 implementation for Guile 2.0

2012-12-27 Thread Per Bothner
/trunk/gnu/kawa/slib/testing.scm?view=co It may be easier to create a patch if you check out the Kawa sources - see this link for instructions http://www.gnu.org/software/kawa/Getting-Kawa.html -- --Per Bothner p...@bothner.com http://per.bothner.com/

Re: SRFI-64 implementation for Guile 2.0

2012-04-20 Thread Per Bothner
is the problem with the style? A module issue? I made a few snall fixes in 2007 to testing.scm which I guess I forgot to get uploaded to srfi,schemers,org. I've attached it. -- --Per Bothner p...@bothner.com http://per.bothner.com/ ;; Copyright (c) 2005, 2006, 2007 Per Bothner ;; ;; Permission

Re: SRFI-64 implementation for Guile 2.0

2012-04-19 Thread Per Bothner
Group end: vec-test # of expected passes 3 # of unexpected failures 1 Also the FAIL printed to stderr lists the file and line number: |kawa:7|# (test-eqv 8 (vector-ref v 2)) /dev/stdin:7: FAIL -- --Per Bothner p...@bothner.com http://per.bothner.com/

Re: How could this be implemented?

2007-01-14 Thread Per Bothner
Jon Wilson wrote: Per Bothner wrote: You really have to treat ls as a macro, which is resolved at compile-time. Otherwise, it becomes near-impossible to compile name-lookup efficiently. And if you can't compile it, it's a toy. Bash script is not compiled, but it is quite useful. Not a toy

Re: srfi 64 vs guile.

2006-08-11 Thread Per Bothner
1 Oops. My fault. Please try the attached patch. -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/ Index: testing.scm === --- testing.scm (revision 5381) +++ testing.scm (working copy) @@ -646,7 +646,6

Re: values-list elements

2006-06-18 Thread Per Bothner
Jon Wilson wrote: This can be found here: http://www.dreamsongs.com/NewFiles/HOPL2-Uncut.pdf I'm not sure what HOPL stands for, though. History of Programming Languages, IIRC. -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com

Re: minimalist guile

2006-06-18 Thread Per Bothner
Jon Wilson wrote: In fact, IIRC, Common Lisp was the first language in which OOP was ever implemented. OOP predates Common Lisp by quite a bit. The first object-oriented programming *language* is generally considered to be Simula67. -- --Per Bothner [EMAIL PROTECTED] http

Re: values-list elements

2006-06-13 Thread Per Bothner
XQuery sequence and Scheme multiple values are implemented the same way. Articles where I explore / ramble on this idea: http://www.gnu.org/software/kawa/q2/ http://per.bothner.com/papers/LispXML04/index.html -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com

Re: emacs+guile

2006-01-03 Thread Per Bothner
(or futures) and have bindings be inherited from a parent thread to a child thread. See http://www.gnu.org/software/kawa/Parameter-objects.html -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/ ___ Guile-user mailing list Guile-user

Re: inexact-exact in 1.7.1

2005-04-15 Thread Per Bothner
this Why do you think there is a bug? -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/ ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user