Racket: showing submodules in module help
[geiser.git] / scheme / racket / geiser / startup.rkt
blob6af06da2901419489e6e419e5f4b26d8fc3e080a
1 ;;; startup.rkt -- entry point
3 ;; Copyright (C) 2009, 2010 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 ;;; Code:
14 (require version/utils)
15 (unless (version<=? "5.0" (version))
16   (error 'geiser
17          "Racket version 5.0 or better required (found ~a)"
18          (version)))
20 (require errortrace)
21 (require geiser/user)
23 (init-geiser-repl)