Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Are there pattern matching functions in Python like this?

Rotate a list to the left in Scheme/Racket

list scheme racket

Examples on Literate Programming with Racket scribble/lp

What is the usecase of add1 and sub1?

racket

What is difference between datum->syntax and syntax #' in define-syntax body?

macros racket hygiene

When should I use Rosette's shallow vs. deep embedding for program synthesis?

racket rosette

How to pass `and` as a function in Racket?

How to find if a point is inside of a polygon using Racket

racket polygon

SCHEME | lambda vs λ?

syntax lambda scheme racket

How to return command line result in Racket?

command-line scheme racket

How to set language to htdp/bsl in REPL

Struct Properties vs Generics in Racket

methods struct racket

Looking for clarification on 'map' in Racket

matrix scheme racket

How can I determine why my Racket code runs so slowly?

performance racket

Using trace to display a procedure in racket

scheme racket sicp

scheme full padding example using format

scheme racket

How to configure the Racket interpreter to support command history?

Racket enforce input types for function

racket typed-racket

How to practically define a lot of things based on a condition in Scheme/Racket?

scheme racket

What are the uses for parameters in Racket?

racket