• Joined on 2020-07-10
felixm pushed to master at felixm/ML4T 2021-06-20 21:04:10 +02:00
e577ce34d2 Add support for trading view data
felixm pushed to master at felixm/ML4T 2021-06-19 15:47:06 +02:00
71f9b58803 Add util because I cannot remember why I would ignore it
felixm pushed to master at felixm/SICP 2021-06-14 18:03:50 +02:00
125fb89df6 Write chapter 5 review - FIN :)
felixm pushed to master at felixm/SICP 2021-06-13 15:33:31 +02:00
24c2df3dc6 Write chapter 4 summary
felixm pushed to master at felixm/SICP 2021-06-13 01:49:13 +02:00
90a1f8a573 Implement 5.52 translate Scheme to C
felixm pushed to master at felixm/SICP 2021-06-12 16:51:34 +02:00
15057b52d4 Implement datum support and add make for ex-5.52
felixm pushed to master at felixm/SICP 2021-06-12 00:04:57 +02:00
bcabdd3212 Update readme and work on SCM to C translator
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