summaryrefslogtreecommitdiff
path: root/scheme/plt/geiser.ss
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-05-23 23:10:52 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-05-23 23:10:52 +0200
commit94f76a1565f09d189d9f2cef6d3df7860321709e (patch)
tree766fd38a46c3cd5dd4835ec73f57598d698466cf /scheme/plt/geiser.ss
parentacceb169d10e6096124a79b57d1c7e2dc447d37d (diff)
downloadgeiser-chez-94f76a1565f09d189d9f2cef6d3df7860321709e.tar.gz
geiser-chez-94f76a1565f09d189d9f2cef6d3df7860321709e.tar.bz2
Racket support (PLT 5 needed).
Diffstat (limited to 'scheme/plt/geiser.ss')
-rw-r--r--scheme/plt/geiser.ss22
1 files changed, 0 insertions, 22 deletions
diff --git a/scheme/plt/geiser.ss b/scheme/plt/geiser.ss
deleted file mode 100644
index 29dff2a..0000000
--- a/scheme/plt/geiser.ss
+++ /dev/null
@@ -1,22 +0,0 @@
-;;; geiser.ss -- entry point
-
-;; Copyright (C) 2009 Jose Antonio Ortega Ruiz
-
-;; This program is free software; you can redistribute it and/or
-;; modify it under the terms of the Modified BSD License. You should
-;; have received a copy of the license along with this program. If
-;; not, see <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
-
-;; Start date: Sat Apr 25, 2009 22:36
-
-;;; Code:
-
-(require version/utils)
-(unless (version<=? "4.2" (version))
- (error 'geiser
- "Mzscheme version 4.2 or better required (found ~a)"
- (version)))
-
-(require geiser/user)
-
-;;; geiser.ss ends here