[racket-users] exporting example code from slideshow documents

2021-02-21 Thread David Bremner
I mostly use emacs org-mode documents for making (latex beamer) slide decks. This allows me to "tangle" the example code from the slides, along with whatever needed supporting material, to generate example programs that I can share with students. Is there a (pre-built?) way to do something

Re: [racket-users] Finding Module Names

2021-02-21 Thread Jay McCarthy
I think you want to look at either quote-module-name from https://docs.racket-lang.org/syntax/Source_Locations.html#%28part._.Quoting%29 or maybe syntax-source-module

[racket-users] Finding Module Names

2021-02-21 Thread Aaron Eline
I was wondering if there was a way to find the name of the current module? Trying to write a macro that takes actions based on the module name? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving

Re: [racket-users] exporting example code from slideshow documents

2021-02-21 Thread Robby Findler
I often end up writing macros that both quote some code and expand into that code where the first one is usually via `racket` or one of the code-rendering libraries, and the second one gets used to write tests for the code in my slideshow. These tend to be short and fairly ad hoc macros because I

[racket-users] Test

2021-02-21 Thread 'DE GABRIELLE, Stephen (LONDON NORTH WEST UNIVERSITY HEALTHCARE NHS TRUST)' via Racket Users
Test please ignore https://github.com/racket/racket-lang-org/issues/154 https://github.com/racket/racket/wiki/Mailing-Lists Kind Regards Stephen De Gabrielle This message

Re: [racket-users] Re: changing my email address on the package server?

2021-02-21 Thread je...@lisp.sh
On Thursday, December 10, 2020 at 3:06:52 PM UTC+1 jay.mc...@gmail.com wrote: The expected thing for you to do is to > > 1. Create a new account > 2. Add that new account as an author to the packages > 3. Remove your old account as an author to the packages > > If you want, though, I can do a

[racket-users] the future of #lang web-server

2021-02-21 Thread je...@lisp.sh
#lang web-server is brilliant. This #lang is, in my view, a really excellent example of Racket's take on language-oriented programming. I find that the performance of continuations is just fine, given my limited use of them, and after a while you get used to the limitations and just program