Jens Axel Søgaard

Results 201 comments of Jens Axel Søgaard

Try visting the Racket Discord: https://discord.com/invite/6Zq8sH5

I believe the evaluator is shared between buffers, so it's a non-trivial change. The here-and-now solution must be to open two different Emacs instances.

Hi Stephen, I offer the following piece to the puzzle: https://gist.github.com/soegaard/019d30cfed891b1899b9 (I tested it right now in DrRacket 7.3 and it still works) /Jens Axel Den fre. 2. aug. 2019...

@rfindler Better late than never. I seem to have missed the message above. Here is an updated version of the script that works with DrRacket 8.10. Note: Remember to allow...

@rfindler This PR seems to be forgotten?

> I would expect these to simplify to zero: > simplify(sqrt(2x)-(sqrt(2)*x^(1/2))) I agree. The rule sqrt(xy)=sqrt(x)sqrt(y) can't be used in general, when x and y are complex. But here, we...

I kind like the current markdown pages in Github. I can use the repo search in Github to find what I need. That said, I see the extra value you...

That's weird, I can't find the repo where the documents were supposed to be. The link https://raw.githubusercontent.com/scheme-live/library.readscheme.org/master/ suggests that `scheme-live` has a repo called `library.readscheme.org`.

According to an old thread on Reddit, the original repo had a size of 1.5Gb. Without doubt an archive of the pdf-files. Unless the solution requires more work than resurrecting...

> Also note https://github.com/schemeorg-community/schemeworkshop-papers which is easy to clone. Thanks for the link. I didn't know about it. Apart from the older papers, a good chunk must have been presented...