• Joined on 2020-07-10
felixm pushed to master at felixm/euler 2021-06-09 22:16:38 +02:00
5f32a5f18a Solve problem 102
felixm pushed to master at felixm/euler 2021-06-07 00:58:30 +02:00
c51fdc707f Bruteforce solve problem 88
felixm pushed to master at felixm/SICP 2021-06-05 03:42:46 +02:00
38b8a9fb56 Start to work on Scheme to C translator
felixm pushed to master at felixm/SICP 2021-06-04 03:25:04 +02:00
985076f2d2 Implement 5.51 Scheme interpreter
felixm closed issue felixm/schemers#11 2021-06-04 03:22:35 +02:00
Implement compound procedures properly
felixm pushed to master at felixm/schemers 2021-06-04 03:22:35 +02:00
af7fc21cde Fix env model resolves #11 - I call this good enough :)
felixm pushed to master at felixm/schemers 2021-06-02 03:32:10 +02:00
9d0003ff14 Add test file, implement and/or/not, prepare for proper compound proc
felixm opened issue felixm/schemers#11 2021-06-02 02:54:02 +02:00
Implement compound procedures properly
felixm closed issue felixm/schemers#2 2021-06-02 02:53:45 +02:00
Implement let support via transformation
felixm pushed to master at felixm/schemers 2021-06-02 02:53:45 +02:00
7b5435141a Implement let-expressions resolves #2
felixm pushed to master at felixm/schemers 2021-06-02 01:47:38 +02:00
b3181602d6 Implement lambda support
felixm closed issue felixm/schemers#1 2021-05-31 18:59:37 +02:00
Implement list support
felixm pushed to master at felixm/schemers 2021-05-31 18:59:37 +02:00
f8b8019682 Implement cons, car, cdr, null?, pair? resolves #1
felixm closed issue felixm/schemers#4 2021-05-31 17:21:00 +02:00
Implement cond support
felixm pushed to master at felixm/schemers 2021-05-31 17:21:00 +02:00
7d8a256c76 Implement support for cond resolves #4
felixm closed issue felixm/schemers#10 2021-05-31 04:49:39 +02:00
Implement string support
felixm pushed to master at felixm/schemers 2021-05-31 04:49:39 +02:00
2e67e1220c Implement display and string support resolves #10
felixm opened issue felixm/schemers#10 2021-05-31 04:12:28 +02:00
Implement string support
felixm closed issue felixm/schemers#9 2021-05-31 04:08:41 +02:00
Support quoted
felixm pushed to master at felixm/schemers 2021-05-31 04:08:41 +02:00
a7caac30f9 Implement quote support resolves #9