Google Code Exporter

Results 21406 comments of Google Code Exporter

``` ah - also: - did not change documentation references as this seemed to be generated externally - was not tested on x86-64 as am not configured for such. As...

``` Thank you for your encouraging message and great cooperation. It's a shame I couldn't update Ypsilon for a while as I've been too busy to do other things. I'm...

``` thank you. I look forward to the next release, whether soon or in 10 years! best of luck with the mobile releases. ``` Original comment by `[email protected]` on 19...

``` I tried to modify the "count" function defined in /usr/share/ypsilon/sitelib/srfi/srfi-1.scm. Not sure whether this fulfill the requirement of SRFI-1: (define count (lambda (proc lst1 . lst2) (cond ((null? lst2)...

``` I found the code in the SVN trunk is different from the one from .deb file. I replace "%3a1.scm" and "srfi-1.scm" in my system with the ones from SVN....

``` I assume that the line you are testing is the title (* 0 +nan.0) not in the body (+ 0 +nan.0) which correctly gives +nan.0. Check R6RS 11.7.4.3. (*...

``` Yes, I meant *. I understand that it is R6RS compliant, but are you sure about taking this position? If I model a math computation with a computer program,...

``` Thank you for your message. I will check it! -- fujita ``` Original comment by `[email protected]` on 21 Jan 2009 at 2:51 - Changed state: **Accepted**

``` This is a wrong report, sorry. The file I used was written with the Emacs coding "raw-text", which is not valid utf-8 nor valid latin-1. So Ypsilon issues a...

``` Sorry this is a wrong report. In general: e^x = e^(xr + xi i) = e^xr cos(xi) + e^xr sin(xi) i but: e^(xr+0.0i) = e^xr * e^(0.0 i) =...