python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How are Scheme closures formally defined?
I’ve recently ventured into the awesome land of writing a Scheme interpreter, and I’ve run into a roadblock: closures. From what I understand, they encapsulate a local environment with a procedure tha...
TheSinisterStone
Votes: 0
Answers: 2
Convert String of Racket Source Code into Racket Code
I'm writing a system where a client sends code to a server (implemented in racket) for execution. The code is received as a string. I need to convert that string into the racket code that it represent...
Wowee
Votes: 0
Answers: 1
Trouble in defining languages using racket
I'm learning racket and as a way to consolidate my knowledge I'm trying to build a library for parser expression grammars (PEG). My intention is to build a language to express PEGs and the module shou...
Rodrigo Ribeiro
Votes: 0
Answers: 0
DrRacket: Desurgaring all uses of and, or, not into nested ifs
So I am currently learning how to program and we started with DrRacket. This week the task consists of using pattern matching and working/translating expressions into s-expressions and vice versa. I w...

user17949498
Votes: 0
Answers: 1