Racket Templates provide a wide variety of working template applications you can use as a starting point:
- choose a template from Racket Templates · GitHub
- click Use this template
in GitHub
or useraco new
:
raco pkg install from-template
raco new <template>
Some examples...
-
cli-command is a working example of you can use to create your own command line tools.
-
lang is a language of combinators and numeric constants ( xlang by @samth ):
#lang xlang
(S K I X)
- gui-app is a modernised version of the GUI app described in Programming Languages as Operating Systems (1999) by Matthew Flatt, Robert Bruce Findler, Shriram Krishnamurthi and Matthias Felleisen.
These were just a sample - there are more at https://github.com/racket-templates.
PS We were inspired by the dotnet new
default templates
PPS we are far behind .NET but are looking to grow the collection so let us know if you are interested in contributing