Welcome to The Little Learner and Malt Discussions! #1
Replies: 6 comments 3 replies
-
Hi all, I'm going through the little learner now and it's amazing! |
Beta Was this translation helpful? Give feedback.
-
should (define line-xs [2.0 1.0 4.0 3.0]) and (define line-ys [1.8 1.2 2.3 3.3]) in chapter 1 of the little learner be |
Beta Was this translation helpful? Give feedback.
-
Also, we never use quote quasiquote and any other related
operator in either the punctuation or written out forms
…On Tue, Mar 28, 2023 at 10:23 PM sinasibilsel ***@***.***> wrote:
should (define line-xs [2.0 1.0 4.0 3.0]) and (define line-ys [1.8 1.2 2.3
3.3]) in chapter 1 of the little learner be
(define line-xs '[2.0 1.0 4.0 3.0]) and (define line-ys '[1.8 1.2 2.3
3.3]), respectively?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIMRMYENN3AYTS3XVDASR3W6OMLZANCNFSM6AAAAAAU6RPVQE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
On page 26 the final version of line uses \theta unicode 03B8 ? does racket allow the use of that, should I be using that in my code when writing it out or is it a short hand like described on page xxiii. The last para on that pages says it should be written out as a-hat,c-hat,big-theta,et al ; but then goes on to say unicode can be used in names of formals, functions and keywords? I wish the λ character was able to be use in other schemes and common lisp and I want that key on my keyboard (just sayin') |
Beta Was this translation helpful? Give feedback.
-
page 64:frame 28 dot point 3 |
Beta Was this translation helpful? Give feedback.
-
Hi and good to be here! Currently working through the book and enjoying it a lot! I am currently just at the end of Ch 9. I found a little problem I got stuck on, which is what led me here. I like the way the book has progressed so far, building and building on the gradient-descent function. Reading ahead a bit, it just looks like it's getting better and better. Looking forward to it. Many thanks to all involved. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions