Re: [racket-users] Re: Getting young children started with Racket

2018-03-05 Thread 'Paulo Matos' via Racket Users


On 04/03/18 13:31, Prabhakar Ragde wrote:
> 
> I used Racket with both my children at age 9. Here is a short writeup
> about it originally posted to this mailing list.
> 
> https://web.archive.org/web/20080612194829/http://home.adelphi.edu/sbloch/class/hs/testimonials/prabhakar.shtml
> 
> In answer to your questions, I would say (1) Demo it and see what they
> think, but let it be their decision; (2) Yes, the best one I know of!;
> (3) They need the potential to grasp the abstractions that an identifier
> may refer to a specific value or may range over all values, and the
> ability to distinguish those two situations. Seven might be a bit young,
> but you know your child best. Bootstrap did not exist when my children
> were the right age, and I would definitely think about that now.
> 
> Neil is right that some light instruction combined with suggested but
> not required exercises and encouragement to explore is best. Of course
> that has to be tailored to the situation. Exploration can be frustrating
> if things are obscure or counterintuitive. And my younger child wanted
> to learn how to use Terminal in OS X by typing things into it. I had to
> explain why that was dangerous! --PR
> 
> 

Thanks for the writeup. Many interesting ideas on this thread, however I
do feel from reading up on this that 7 y.o / 1st grade might be a bit
too young (maybe not age wise but certainly school year wise) -- Germany
starts off kids in school a bit later than in the UK. Therefore she is
just starting to read/write.

I will nonetheless try to show her the DrRacket REPL and see what she
makes of it following suggestions elsewhere in this thread.

Thanks,

-- 
Paulo Matos

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Re: Getting young children started with Racket

2018-03-05 Thread Hendrik Boom
On Mon, Mar 05, 2018 at 12:13:51PM -0500, 'John Clements' via Racket Users 
wrote:
> > Mathematics is fascinating.  It's repetitive arithmetic practice that's 
> > completely, totally boring and designed to inculcate hatred of the 
> > subject.
> 
> “designed” ?

That is an overstatement, yes.

-- hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Re: Getting young children started with Racket

2018-03-05 Thread Alexander Shopov
Lets not meander off the question, shall we?

For an intro to programming - quickly seeing what and why happens trumps
things like S-expressions vs identation, functional vs imperative, name it.
What matters is that kids can form some mental model of what is happening
and why. Thus feedback matters quite a lot.

The problem will be what material you choose and how you would present it.
Making this on your own may be harder than expected. I found How to Design
Programs ed.1 is way too repetetive and monotone. Realm of Racket is better
but I think suited to kids 10 and above.
How to Design Programs ed.2 seems good but I have not tried it yet. There
are quite a few books on Scratch and ScratchJr though they lean very much
towards gaming/entertainment style (which is not bad).
The bootstrap initiatives are also targeted at a higher age.
I will test DrRacket on my 8 year old son and will try to get some feedback.

Regards:
al_shopov






На пн, 5.03.2018 г. в 18:13 ч. 'John Clements' via Racket Users <
racket-users@googlegroups.com> написа:

> > Mathematics is fascinating.  It's repetitive arithmetic practice that's
> > completely, totally boring and designed to inculcate hatred of the
> > subject.
>
> “designed” ?
>
> John
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [racket-users] Re: Getting young children started with Racket

2018-03-05 Thread 'John Clements' via Racket Users
> Mathematics is fascinating.  It's repetitive arithmetic practice that's 
> completely, totally boring and designed to inculcate hatred of the 
> subject.

“designed” ?

John



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: Getting young children started with Racket

2018-03-05 Thread HiPhish
I am not a father, so take everything with a grain of salt from me. Also,
obvious disclaimer, every child is different, you know your children best, 
and
all the usual stuff...

With that out of the way, I think computer illiteracy is one of the big
injustices that gets perpetrated in our modern society, people are being 
raised
to see computers as magic boxes and you are expected to be just a corporate
slave. Just look at the new Apple iPad commercial where the kid goes 
"what's a
computer?" and this is somehow supposed to be a good thing.

Every person should know the basics of how to use the command-line interface
and write simple programs. I view it like being mechanically competent: not
everyone needs to be a bike mechanic, but everyone should be able to at 
least
fix a flat tire or replace worn-out brakes. Imagine how pathetic and 
helpless
you would be if your bike had a flat tire and you had to bring it to a 
repair
shop and wait several days for something a person with basic training could 
get
done in a few minutes.

The same with computers. Being able to pipe together something in a shell or
throw together a quick script to get a job done frees people from being
dependent on corporations. Case in point, a while ago I was looking for a 
way
to split a PDF exactly in two, and after half an hour or so searching for a
program I was like "WTF am I doing with my life?" and gave up, so instead I
grabbed some Python PDF library, skimmed the documentation and within five
minutes I had a script that did exactly what I wanted.

With that said, I think first grade is a bit too young, but then again, 
every
child is different. You have to be careful to not make computers boring,
complicated or lame for her, or else you will put her off forever. I also
noticed that some people simply do not want to be tech-literate; I don't
understand it, but they are hostile to even the idea of learning the basics 
of
any craft. You will have to consider that possibility as well.

As for Racket, I'm not quite sure. I think the S-expression syntax,
immutability and functional programming are a bit harder to wrap your mind
around than the usual way of giving the computer a sequence of instructions 
to
follow. Maybe Python would be a better choice, it also has a much larger
selection of libraries. But it could also be because I originally came from 
the
imperative way of programming that I found the Lisp languages so weird.

I don't think being able to do math would be that interesting for a child. 
How
about instead you try making small arcade-like games together? Something 
like a
match-3 game or Snake (girls like cute games about eating stuff, PacMan was
specifically made to appeal to girls), a game that doesn't use scrolling and
not complicated collision detection. Or maybe some graphical programming
environment where you drag and drop commands instead of typing them. I don't
know what exists in that regard though, so I can't help you. I remember in
school we had a program where you had a little robot that would move tile by
tile, and you could program it in its own (very primitive) language. Here is
something similar to that:
https://www.swisseduc.ch/compscience/karatojava/javakara/

Now that I think about it, making something similar in Racket to be 
controlled with a language
that's not a bastardised Java would be a really cool project (not for a 
child
of course).

On Saturday, March 3, 2018 at 2:41:16 PM UTC+1, Paulo Matos wrote:
>
> Hello, 
>
> I have a 7yo daughter currently in 1st grade (Germany) and she was given 
> a password for the school computer. Having never touched a computer 
> before she is now being introduced to typing and the mouse. 
>
> I wonder if anyone has any experience with the following: 
>
> 1. Is it useful for a child this age to get introduced to programming if 
> they are not actively looking to learn? 
> 2. Is racket a good way to introduce it? 
> 3. Is 7yo / 1st grade a good time or too early and I should wait? 
>
> Of course, I can say, look... those math exercises you have? (16 - 2 = 
> _, 10 + 18 = _, etc) You can check your answers with a computer, you 
> have to type (- 16 2), (+ 10 18), etc. But is it useful or a waste of 
> mine and her time and there's a better way to begin? 
>
> Kind regards, 
> -- 
> Paulo Matos 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: Getting young children started with Racket

2018-03-04 Thread Prabhakar Ragde
On Saturday, March 3, 2018 at 8:41:16 AM UTC-5, Paulo Matos wrote:
>
> Hello, 
>
> I have a 7yo daughter currently in 1st grade (Germany) and she was given 
> a password for the school computer. Having never touched a computer 
> before she is now being introduced to typing and the mouse. 
>
> I wonder if anyone has any experience with the following: 
>
> 1. Is it useful for a child this age to get introduced to programming if 
> they are not actively looking to learn? 
> 2. Is racket a good way to introduce it? 
> 3. Is 7yo / 1st grade a good time or too early and I should wait?
>

I used Racket with both my children at age 9. Here is a short writeup about 
it originally posted to this mailing list.

https://web.archive.org/web/20080612194829/http://home.adelphi.edu/sbloch/class/hs/testimonials/prabhakar.shtml

In answer to your questions, I would say (1) Demo it and see what they 
think, but let it be their decision; (2) Yes, the best one I know of!; (3) 
They need the potential to grasp the abstractions that an identifier may 
refer to a specific value or may range over all values, and the ability to 
distinguish those two situations. Seven might be a bit young, but you know 
your child best. Bootstrap did not exist when my children were the right 
age, and I would definitely think about that now.

Neil is right that some light instruction combined with suggested but not 
required exercises and encouragement to explore is best. Of course that has 
to be tailored to the situation. Exploration can be frustrating if things 
are obscure or counterintuitive. And my younger child wanted to learn how 
to use Terminal in OS X by typing things into it. I had to explain why that 
was dangerous! --PR


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.