Search code examples
How do I rename a procedure with macros in Racket?...


macrosschemeracket

Read More
Why does for/list run here when a normal for loop doesn't?...


schemeracket

Read More
Count multiple consecutive letters in a list in Scheme...


listrecursionschemeiterationracket

Read More
How to use multiple statements inside cond?...


schemeracket

Read More
How to Use "random" function in DrScheme R5RS...


randomschemeracketr5rs

Read More
string-set! not working in Racket...


schemeracket

Read More
How to use modules in racket?...


fileunit-testingmoduleracket

Read More
Removing duplicates from intersection list in Scheme...


listduplicatesschemeracketintersection

Read More
Use SICP collection for racket from the command line...


schemeracketsicp

Read More
How to use trace in this Racket code?...


nlplisprackettrace

Read More
Scheme excersize...


schemeracket

Read More
Text box that only accepts numbers in Racket's GUI library...


user-interfaceracket

Read More
scribble: how to remove "WARNING no declared exporting libraries"...


racketscribble

Read More
SICP - Imperative versus Functional implementation of factorial...


functional-programminglispracketsicpimperative-programming

Read More
Understanding Let/cc and throw in racket...


functional-programmingschemeracket

Read More
scheme contract violation error...


compiler-errorsschemeracket

Read More
Building the filter built-in function with Racket...


filterfunctional-programminglispracketsicp

Read More
Building map with Racket...


functional-programminglispracketsicp

Read More
Racket Handin Image Error...


imageschemeracket

Read More
Get floatnum with different precision...


floating-pointschemeracketprecision

Read More
Macro-defining macro in Racket?...


macroslispcommon-lisprackethygiene

Read More
How to use a unit-testing framework for a function that has a dynamic output in Racket?...


unit-testingrandomlispracketrackunit

Read More
Can a Racket macro expand to nothing?...


macrosracket

Read More
Can anyone help me with this simple boolean scheme code?...


schemeracket

Read More
Racket macros syntax matching with square brackets...


schemeracket

Read More
Why "and" and "or" provide these results after receiving lists?...


listfunctional-programminglispracketsicp

Read More
Is there a way to sort a list of lists using an index?...


racket

Read More
Racket: applying filter on a field of a struct in a list of struct...


structfilterracket

Read More
Racket: Storing bytes then outputting them all at the end of program...


iobyteracket

Read More
Writing a function that take the sum of all numbers in and between two inputs...


schemeracket

Read More
BackNext