Scott Richmond
|
a7860b4544
|
Break out match from when, clean up, strictify (binding, non-binding, simple)
|
2023-11-29 22:29:58 -05:00 |
|
Scott Richmond
|
86cb4c2d76
|
Smol change
|
2023-11-26 12:18:57 -05:00 |
|
Scott Richmond
|
baaa010721
|
Clean .gitignore up
|
2023-11-26 12:16:13 -05:00 |
|
Scott Richmond
|
46fdfa2a79
|
Merge branch 'cljs' of https://github.com/thinking-with-computers/ludus into cljs
|
2023-11-26 12:12:08 -05:00 |
|
Scott Richmond
|
246e9e5e53
|
clj->extern
|
2023-11-25 14:27:49 -05:00 |
|
Scott Richmond
|
fd77e1ed45
|
Fix clj (extern call) for js
|
2023-11-25 14:26:00 -05:00 |
|
|
1fc7560634
|
added .shadow-cljs to .gitignore
|
2023-11-25 13:57:05 -05:00 |
|
Scott Richmond
|
a072191081
|
Wire up proof of concept!
|
2023-11-24 18:41:26 -05:00 |
|
Scott Richmond
|
8c19cca9e7
|
Get it working! Ludus in cljs works.
|
2023-11-24 13:54:06 -05:00 |
|
Scott Richmond
|
8a456e1d02
|
Oops, add .gitignore
|
2023-11-24 13:17:44 -05:00 |
|
Scott Richmond
|
a23e3bfdc5
|
Keep working, cljs repl :(((((
|
2023-11-24 13:17:20 -05:00 |
|
Scott Richmond
|
7ec258ee24
|
Clean it up, wire it up.
|
2023-11-16 19:16:31 -05:00 |
|
Scott Richmond
|
e276298f4e
|
Don't track out
|
2023-11-16 13:24:47 -05:00 |
|
Scott Richmond
|
3273ab4385
|
Add cljs to deps, hello world
|
2023-11-16 13:22:15 -05:00 |
|
Scott Richmond
|
3b5a789333
|
Make some edits.
|
2023-10-13 18:18:05 -04:00 |
|
|
7f0415954c
|
Futz with sandbox
|
2023-09-16 13:48:50 -04:00 |
|
|
fd2a004627
|
Add project helix config
|
2023-09-16 13:48:37 -04:00 |
|
|
7030aa82a9
|
Keep tracking sandbox
|
2023-07-04 12:43:44 -04:00 |
|
|
27140802f7
|
Sandbox!
|
2023-07-04 12:42:56 -04:00 |
|
|
d87a0eddc5
|
Ignore sandbox.ld
|
2023-07-04 12:41:00 -04:00 |
|
|
919537e758
|
Start working on turtle graphics
|
2023-07-04 12:39:32 -04:00 |
|
|
3854116f33
|
Fix and /or functions
|
2023-07-04 12:39:18 -04:00 |
|
|
98dfe5c503
|
Add and /or special forms
|
2023-07-04 12:38:31 -04:00 |
|
|
2750833e59
|
Update TODOs
|
2023-06-02 17:29:04 -06:00 |
|
|
a23c779efa
|
Fix merge conflicts
|
2023-06-02 16:10:40 -06:00 |
|
|
7d2a7061e8
|
Futz
|
2023-06-02 16:04:03 -06:00 |
|
|
d6981b3714
|
Update TODOs
|
2023-06-02 16:03:40 -06:00 |
|
|
5c8ba725a9
|
Bugfixes.
|
2023-06-01 17:27:55 -06:00 |
|
|
7c30b6259b
|
Wire up repl & file interpreters.
|
2023-06-01 15:06:33 -06:00 |
|
|
c179325719
|
Improve prelude
|
2023-06-01 13:11:06 -06:00 |
|
|
a6ef6522c0
|
Add clj fn to prelude, calls arbitrary Clojure.
|
2023-06-01 12:46:52 -06:00 |
|
|
c8c74fbd49
|
Simplify conditional forms: when, if, etc.
|
2023-05-31 11:18:55 -06:00 |
|
|
67e230c714
|
Actually save work
|
2023-05-31 11:51:43 -04:00 |
|
|
82a539a112
|
Update struct match
|
2023-05-31 11:51:02 -04:00 |
|
|
3bd34f1269
|
Fix type member of prelude
|
2023-05-31 11:42:51 -04:00 |
|
|
e27e5a4c1a
|
Add typed shorthand to dicts
|
2023-05-31 11:37:39 -04:00 |
|
|
6c38c43727
|
Get dict splats working, fix match-typed
|
2023-05-31 11:31:04 -04:00 |
|
|
0e9c403634
|
Things, mostly list & tuple splats are correct.
|
2023-05-31 09:30:12 -04:00 |
|
|
fdaf1068d3
|
Get stuff running again, fix missing nil pattern, play wtih unwrap, default
|
2023-05-27 18:05:43 -04:00 |
|
|
35eed84741
|
Constraint -> guard
|
2023-05-26 15:24:10 -04:00 |
|
|
c1b305bc1c
|
Fix constraint -> guard
|
2023-05-26 15:23:12 -04:00 |
|
|
776f975d54
|
Collate TODOs; comment repl cruft
|
2023-05-26 15:21:55 -04:00 |
|
|
c6eeed4f4c
|
Use defp macros for parsers; update grammar using defp; update interpreter with new node names
|
2023-05-26 15:07:41 -04:00 |
|
|
cff0f9b6e8
|
Add some todo notes
|
2023-05-22 17:00:10 -04:00 |
|
|
6cf09fb177
|
Complete interpreter, less process system: spawn, receive
|
2023-05-22 16:56:24 -04:00 |
|
|
618d6b856c
|
Add TODO
|
2023-05-22 00:17:17 -04:00 |
|
|
3256565308
|
Add separate recur node
|
2023-05-22 00:16:01 -04:00 |
|
|
65692b611b
|
make some notes
|
2023-05-22 00:14:53 -04:00 |
|
|
b504370d96
|
Keep knocking 'em down: fns, loops, pipelines work
|
2023-05-21 23:58:54 -04:00 |
|
|
8516f0e053
|
Start work on the interpreter
|
2023-05-21 16:43:26 -04:00 |
|