Jens Axel Søgaard

Results 201 comments of Jens Axel Søgaard

The `~v` uses the current printer, which default to right thing: ``` > (format "~v" '(a ,b ,c)) "'(a ,b ,c)" (error 'foo "the value is: ~v" '(if '1 '2...

Note that the Java version of Processing behaves in the same way - and that the docs for the Java version, doesn't explicitly describe what is supposed to happen.

Back in the day Flatt has MzScheme on “bare metal” using OSKit. Maybe OSKit is an option today too? https://www.cs.utah.edu/flux/oskit/ fre. 6. dec. 2019 kl. 22.54 skrev guenchi : >...

> > > (/ 0 4.0) evaluates to 0.0. I'm not sure this is a bug, but I was > expecting 0, like (* 0 0.25). Is there a good...

Use https://cisco.github.io/ChezScheme/csug9.5/csug9_5.pdf 2018-02-26 10:32 GMT+01:00 Jay Gao : > I'm newbie to Chez Scheme. I want to use Chez to write some scripts about > data analysis, but it's hard...

We can compare with multiplication. Here we have a neutral element 1. (* 3 4 1) => 12 (* 3 4) => 12 The general rule is that we can...

You are right! søn. 17. mar. 2019 kl. 09.10 skrev ocyzl : > We attempt to transfer this principle to lcm, and thus needs to find a > value neutral...

I ran into a problem where the 10.16.0 installer wouldn't install on my mac. Looking in the source of the installer, I found out that it just runs Apple's utility...

Which OS do you use? Which path do you have to pdflatex?

Hmm. I see that racket-poppler uses "latex" and not "pdflatex". https://github.com/soegaard/racket-poppler/blob/master/racket-poppler/render-tex.rkt#L43 Maybe it is racket-poppler that needs to be changed?