Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in racket

Generating require-clauses with Racket macros

Built-in help text (not html) documentation for Racket xrepl

vim clojure racket

Does defining all new syntaxes hurt performance in Scheme, Racket?

using the exist flag to overwrite existing file

racket

Representing an amount of money with specific bills

How do I require a library in PLT scheme (pre-racket)?

racket

Creating a list of pairs from two lists of different sizes

How can I extend Racket's reader for better path handling?

racket

Tail call optimization racket

How to compute a floating point modulo in Racket? [flmod]

racket

racket at-exp include curly bracket

racket

"for each" or "every" keywords in Scheme

loops scheme racket

In beginner scheme how do I represent a variable as a string?

scheme racket

Racket/Scheme converting "-0" to "-0.0"

scheme racket

Lists as arguments in Scheme

list scheme racket procedures

How do I get scribble to make -- be two short dashes rather than one long dash?

Why does DrRacket seem to identify this as a tail call?

How to convert sql-timestamp to string in Racket?

lisp timestamp scheme racket

String containing a list into an actual list

scheme racket

Reducing garbage-collection time while using large data structures in a functional language