Jens Axel Søgaard

Results 118 comments of Jens Axel Søgaard

The Mathematica language is a language that uses a non s-expression syntax, but nevertheless feels lispy to use. An application of a function f to arguments x and y is...

FWIW the script "racket.rb" which fetches Racket is here: https://github.com/Homebrew/homebrew-cask/commits/master/Casks/racket.rb The Racket 8.5 update consisted only of a updating the file name.

Getting the number +inf.0 as a result means there "a number larger than any representable floating point number". So +inf.0 needs to be inexact, and therefore, the current convention of...

Den man. 9. dec. 2019 kl. 07.53 skrev sorawee : > This has been bugging me since I was introduced to higher-order functions. > To filter, as I understand, is...

FWIW on OS X I see: e ́ e /Jens Axel

I think this works in recent versions of DrRacket. Time to close?

I have now reverted the changes. If I have done this right, it should be reasonably easy to apply the commits again after the release.

One option is to give the same guarantee as in Mathematica ``` The ordering used by Root i.e. [f,k] takes real roots to come before complex ones, and takes complex...

It would be nice to have something similar to the chain operations in: https://srfi.schemers.org/srfi-67/srfi-67.html