Racket: better help commands
[geiser.git] / scheme / racket / geiser / startup.rkt
blobbf9293b594c3270320a46fe8385afd84e06807ff
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)