Commit Graph

374 Commits

Author SHA1 Message Date
e9c98e0f74 Update readme 2023-06-28 18:55:06 +00:00
004bd2ccf4 Update README 2023-06-25 14:52:35 -04:00
cd3bdb9976 Update README 2023-06-24 19:58:59 -04:00
9f31d9692e Add LICENSE 2021-09-16 17:16:40 +00:00
ceeb419c1e Ignore most IntelliJ files 2020-05-07 14:43:07 -04:00
6332d7f590 Clean up IntelliJ files 2020-05-07 14:37:49 -04:00
da6fe75120 Upgrade IntelliJ 2020-05-07 14:10:47 -04:00
0641a0f776 Upgrade Kotlin 2019-09-09 08:19:01 -04:00
d06f737a9b Upgrade IntelliJ 2019-09-09 07:59:12 -04:00
96fbf8a30f Update kotlin version 2019-08-07 08:53:06 -04:00
bfc8ccd25f Refactor mutual tail call code 2019-07-18 19:29:05 -04:00
24cf141aba Update kotlin version 2019-01-25 10:32:34 -05:00
5c183e94fb Complete conversion to kotlin
Resolves #5 and #16
2018-11-18 08:42:51 -05:00
698df036ff Convert cons tests to kotlin 2018-11-18 08:03:56 -05:00
84f164397b Convert math tests to kotlin 2018-11-18 07:56:12 -05:00
cd158acdbf Convert more tests to kotlin 2018-11-11 13:26:46 -05:00
fc45019a9a Fix build 2018-11-10 10:25:52 -05:00
6ff6852c05 Clean up code 2018-11-10 08:30:15 -05:00
35406b9f03 Convert remaining built in functions to kotlin 2018-11-10 08:26:50 -05:00
add24979d5 Convert predicates to kotlin 2018-11-04 08:34:07 -05:00
8bc0ae744f Convert Let and Let* to kotlin 2018-11-03 10:59:49 -04:00
b4de8fc3ea Convert Recur to kotlin 2018-10-29 19:47:25 -04:00
73bcd4da38 Convert Begin and If to kotlin 2018-10-28 20:22:45 -04:00
2e314f9ff0 Convert definition tests to kotlin 2018-10-28 20:07:01 -04:00
a871690e70 Convert definition functions to kotlin 2018-10-28 13:22:18 -04:00
c6d25275bb Convert Cond to kotlin 2018-10-28 13:10:39 -04:00
5d1606571a Handle dotted Case clause 2018-10-28 09:02:21 -04:00
9998a88569 Convert Case to kotlin 2018-10-27 15:56:52 -04:00
8ca2eb199c Convert And and Or to kotlin 2018-10-24 08:47:09 -04:00
ac821abde2 Convert Setq to kotlin 2018-10-23 19:46:13 -04:00
924357b5cd Convert Set and Load to kotlin 2018-10-22 19:52:08 -04:00
7416e0e163 Clean up code 2018-10-21 18:25:19 -04:00
d95b5cc46f Convert more builtins to kotlin 2018-10-21 18:12:26 -04:00
b2867042fe Convert Print to kotlin 2018-10-21 17:05:28 -04:00
c603c443ec Convert Fuse tests to kotlin 2018-10-21 10:14:21 -04:00
84467388bb Convert Fuse to kotlin 2018-10-21 10:10:04 -04:00
bff9981458 Use shade for now / Update dependencies 2018-10-21 09:46:19 -04:00
59ecb503b5 Temporarily use assembly instead of shade 2018-10-21 09:26:50 -04:00
c7b9f694c7 Properly close ClassGraph scan 2018-10-21 08:50:56 -04:00
0695ddc1f2 Re-enable jar scanning 2018-10-21 08:43:10 -04:00
15dc6ce7b7 Re-enable tests during maven build 2018-10-21 08:34:19 -04:00
5f2ecf79c6 Switch to ClassGraph for annotation reflection
Some maven dependencies were updated and alternative method of
building an uberjar was added (currently commented out), since
the shade plugin displays a warning for the module-info in
ClassGraph.
2018-10-21 08:33:22 -04:00
5aac9cfde0 Allow the interpreter to start again
- The issue was with the reflections library:
   https://github.com/ronmamo/reflections/issues/81
2018-10-20 13:03:04 -04:00
55668a05a6 Load built-in functions with reflection 2018-10-20 12:02:18 -04:00
0efae35391 Extract test instance lifecycle annotation 2018-10-20 11:18:21 -04:00
347857fbb5 Restore main function
- Remove MessageFormat usages in kotlin where possible
 - Code cleanup
2018-10-20 10:09:53 -04:00
75f02a89cc Convert Eval to kotlin 2018-10-20 09:01:45 -04:00
24343b1543 Clean up lisp terminal code 2018-10-03 19:20:42 -04:00
3ec8e72a17 Convert terminal to kotlin 2018-10-03 19:09:50 -04:00
ae48d9c2ca Convert argument validator tests to kotlin 2018-09-30 17:32:01 -04:00