Hello, Let's say I have a program the user entered that just looks like
1 + 2 and I have three different #langs, all with different parsers and different notions of addition, for which this is a valid program. I'm looking to make it so that this program outputs the following: "Output for language 1: .... Output for language 2: .... Output for language 3: .... " Is there any simple way to do this? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

