-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.hy
23 lines (16 loc) · 913 Bytes
/
main.hy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;;Tool Builder v0.1 - Build any software tool with Hy-interpreted pseudocode
;;@author Andrew Phillips
;;@copyright 2016 Andrew Phillips <[email protected]>
;;Tool Builder is free software; you can redistribute it and/or
;;modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
;;License as published by the Free Software Foundation; either
;;version 3 of the License, or any later version.
;;Tool Builder is distributed in the hope that it will be useful,
;;but WITHOUT ANY WARRANTY; without even the implied warranty of
;;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;GNU AFFERO GENERAL PUBLIC LICENSE for more details.
;;You should have received a copy of the GNU Affero General Public
;;License along with Tool Builder. If not, see <http://www.gnu.org/licenses/>.
;; Created with tool_builder version 0.1
(import [loader :as -loader] [repl :as -repl])
(.feed -repl)