Racket: not loading errortrace by default
[geiser.git] / scheme / racket / geiser / startup.rkt
blobd766dcdec2ad7906fe118fa80634c3a8edc85e7d
1 ;;; startup.rkt -- entry point
3 ;; Copyright (C) 2009, 2010, 2013 Jose Antonio Ortega Ruiz
5 ;; This program is free software; you can redistribute it and/or
6 ;; modify it under the terms of the Modified BSD License. You should
7 ;; have received a copy of the license along with this program. If
8 ;; not, see <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>.
10 ;; Start date: Sat Apr 25, 2009 22:36
12 (require version/utils)
13 (unless (version<=? "5.0" (version))
14   (error 'geiser
15          "Racket version 5.0 or better required (found ~a)"
16          (version)))
18 ;; (require errortrace)
19 (require geiser/user)
21 (init-geiser-repl)