Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Use of local in Racket/Scheme

scheme racket htdp

Is there any way to define a compile-time (expansion-time) macro variable in Racket or any other Scheme?

Is it possible to implement foldl/foldr using unsided fold?

How do you close a tab in Dr Racket

racket

How do I create dynamically linked executable in Racket?

racket

Fast array access using Racket FFI

opencv racket ffi

DrRacket: atom? and symbol? undefined - What's wrong?

scheme lisp racket

Invoke `racket` in a Racket script

Call `atexit` when linking to libc dynamically on Linux

How do I get emacs to indent other things like it indents define?

emacs scheme racket

Dynamically find out how many inputs a function has, Racket

scheme racket arity

Scheme: Lists of three dotted elements returning strangely (like an infix operator?)

Generate HTML in Racket

html racket

What exactly is the purpose of syntax objects in scheme?

How to format output using racket

format racket

My code signals the error "application: not a procedure" or "call to non procedure"

Does the DrRacket interpreter use normal-order evaluation based on SICP Exercise 1.5?

lisp scheme racket sicp

Why my merge sort implementation in Scheme is so slow?

Conditional pattern matching in Racket

Is there a way to view a function's source code from within the Racket REPL?