Jens Axel Søgaard

Results 118 comments of Jens Axel Søgaard

@FelixGruetzmacher In the short term I think racket-mode in Emacs might be a solution. But perhaps @LeifAndersen knows about an alternative screen reader that can be used with DrRacket?

This seems like a nice idea. Does it work for non-github users too? /Jens Axel Den tir. 24. jan. 2017 kl. 19.36 skrev gregid : > Some time ago on...

Den man. 16. nov. 2020 kl. 22.10 skrev erichaney : > Are there downsides to making lists doubly-linked by default? > Currently each cons cell consists of a next pointer...

Here is an example of parsing a syntax-object using nanopass. https://github.com/soegaard/urlang/blob/master/compiler-rjs/compiler.rkt#L328 /Jens Axel 2017-10-25 22:51 GMT+02:00 dented42 : > Syntax objects in Racket have lots of lovely properties, it would...

Yes, command and arrow left and right are standard. Any tips on building just DrRacket using a snapshot version of Racket? (See detailed question on Slack)

Thanks for the pointers. In order to skip the 30 minutes for building (that's a long time, if the you only want to make a small change), I wanted to...

Is there any changes if you choose different fonts in the DrRacket preferences?

Hi, I noticed this part of the core dump: Binary Images: ... 0x174880000 - 0x17489ffff libsfml-window.2.5.1.dylib (*) /opt/homebrew/*/libsfml-window.2.5.1.dylib 0x174850000 - 0x17485ffff libcsfml-graphics.dylib (*) /Users/USER/Library/Racket/*/libcsfml-graphics.dylib ... The path of libsfml-window.2.5.1.dylib looks...

Hi, The place to ask this type of question is on https://racket.discourse.group/ But a good place to start is the paper: "DrScheme: A Programming Environment for Scheme" https://www2.ccs.neu.edu/racket/pubs/

You can do this by providing your own version of #%app, since (v 1) expands to (#% app v 1). Now expanding all occurrences of #%app into: (if (or (vector?...