Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created April 10, 2019 22:25
Show Gist options
  • Save jbclements/ed72ed65c10ad00620721d6ced305abe to your computer and use it in GitHub Desktop.
Save jbclements/ed72ed65c10ad00620721d6ced305abe to your computer and use it in GitHub Desktop.
our magnificent front end
#lang racket
;; this file uses the back-end
(require "back-end.rkt")
;; read lines from an input file
(define lines (file->lines "/tmp/input.src"))
(serialize (reverse lines))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment