Re: [racket-users] Ubuntu PPA also updated to v8.2

2021-07-31 Thread Joseph Turco
No rush! Just thought I'd let people know. Thanks for your work.

Regards,

Joseph Turco

Jul 31, 2021 9:03:08 AM David Bremner :

> Joseph Turco  writes:
> 
>> So I tried installing racket 8.2 from the experimental repos
>> (downloaded it) and the dependencies (newer version of libc6) will
>> break some things. So install at your own risk. I'll stick with 7.2
>> for now.
> 
> Yes, I should have mentioned those packages only work with a debian
> testing/unstable install. I will make backports after the next debian
> stable release (hopefully in a few weeks).
> 
> d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/109502c0-6432-4831-9d8e-dfaa4a0a604d%40gmail.com.


Re: [racket-users] Ubuntu PPA also updated to v8.2

2021-07-30 Thread Joseph Turco
So I tried installing racket 8.2 from the experimental repos (downloaded it) 
and the dependencies (newer version of libc6) will break some things. So 
install at your own risk. I'll stick with 7.2 for now.

Jul 30, 2021 7:31:55 PM David Bremner :

> Joseph Turco  writes:
> 
>> Now we just need the Debian ppas to update to 8.2 for x86 and arm. I'm
>> more inclined for arm as building racket on a 64bit distro on a pi 400
>> hangs the OS.
> 
> I don't know what you refer to when you say "Debian ppas", but 8.2 is
> available in Debian experimental for amd64, arm64, armhf, i386,
> mips64el, mipsel, ppc64el, and s390x
> 
> d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/62d076ca-e5c0-4283-9285-1abf6d42cc69%40gmail.com.


Re: [racket-users] Ubuntu PPA also updated to v8.2

2021-07-30 Thread Joseph Turco
Sorry I have Ubuntu in my head. I didn't find the experimental packages. I'll 
check again. Many thanks.

Jul 30, 2021 7:31:55 PM David Bremner :

> Joseph Turco  writes:
> 
>> Now we just need the Debian ppas to update to 8.2 for x86 and arm. I'm
>> more inclined for arm as building racket on a 64bit distro on a pi 400
>> hangs the OS.
> 
> I don't know what you refer to when you say "Debian ppas", but 8.2 is
> available in Debian experimental for amd64, arm64, armhf, i386,
> mips64el, mipsel, ppc64el, and s390x
> 
> d

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/3576ac17-4c9a-4219-8003-d063f4909791%40gmail.com.


Re: [racket-users] Ubuntu PPA also updated to v8.2

2021-07-30 Thread Joseph Turco
Now we just need the Debian ppas to update to 8.2 for x86 and arm. I'm more 
inclined for arm as building racket on a 64bit distro on a pi 400 hangs the OS.

Jul 30, 2021 1:53:07 AM Asumu Takikawa :

> On 2021-07-18 18:55:35 +, 'John Clements' via Racket Users wrote:
>> Racket version 8.2 is now available from
> 
> The Ubuntu PPA is also now updated to v8.2 on all supported releases (groovy 
> no
> longer supported):
> 
>   https://launchpad.net/~plt/+archive/ubuntu/racket
> 
> As usual please report bugs here:
> 
>   https://github.com/takikawa/racket-ppa
> 
> Cheers,
> Asumu
> 
> --
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/racket-users/20210730055304.ejfhyn2zi3bozu26%40pazu.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/596d3684-95cc-4447-bd36-72a764cb4e57%40gmail.com.


Re: [racket-users] Question from a beginner. Why Racket Over Scheme?

2021-07-13 Thread joseph turco
I see. The stuff in HtDP, does it transfer over to any Racket syntax?

On Tue, Jul 13, 2021 at 10:56 AM George Neuner  wrote:

>
> On 7/13/2021 10:13 AM, joseph turco wrote:
>
> Hello,
>
> Im am looking at learning a programming language, and have been
> bouncing around with scheme/racket/dyalog APL/squeak. upon investigation of
> scheme and racket, i found that in regards to racket, there really isn't a
> "Beginners book" that teaches the language. The only beginner book i could
> really see being close to teaching the language is HtDP, but that doesn't
> *technically* teach racket, but BSL. For scheme, im able to find beginner
> books, unless im not looking deep enough. Maybe if you fine folk don't mind
> pointing me in the right direction? Please excuse my ignorance.
>
> -- Joseph T
>
>
> Welcome.
>
> Racket[*] largely is based on Scheme, and so much of what you learn about
> Scheme will transfer.  Racket supports R5RS and R6RS Scheme as legacy
> languages, so you can learn about Scheme /using/ Racket and its tools.
> Then when you are more comfortable, you can transition to using the Racket
> module language instead.
>
> George
> [*]  At least the untyped Racket language.  Racket really is a /suite/ of
> languages: there also is a typed Racket, a lazy Racket, and various DSLs
> (domain languages) which compile to and (mostly) freely intermix with
> Racket.
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADhp54TpmGXSVDTjbcL%3DYqxiQDmytrMotcxJ7oKgTnniPQOwmg%40mail.gmail.com.


Re: [racket-users] Question from a beginner. Why Racket Over Scheme?

2021-07-13 Thread joseph turco
Sure! I have dabbled into python (but not fully, only learned variables,
lists, dictionaries, for loops, if statements, while loops), but other than
that i dont have much experience. I do not have a CS degree or
(unfortunately) plan to get one. This is purely for a hobby.

On Tue, Jul 13, 2021 at 10:22 AM John Clements 
wrote:

> Good to hear from you! There are actually a number of different books that
> I might suggest. In order to best direct you, it might be useful to know
> something about your programming background?
>
> Best,
>
> John Clements
>
> > On Jul 13, 2021, at 10:13, joseph turco 
> wrote:
> >
> > Hello,
> >
> > Im am looking at learning a programming language, and have been bouncing
> around with scheme/racket/dyalog APL/squeak. upon investigation of scheme
> and racket, i found that in regards to racket, there really isn't a
> "Beginners book" that teaches the language. The only beginner book i could
> really see being close to teaching the language is HtDP, but that doesn't
> technically teach racket, but BSL. For scheme, im able to find beginner
> books, unless im not looking deep enough. Maybe if you fine folk don't mind
> pointing me in the right direction? Please excuse my ignorance.
> >
> > -- Joseph T
> >
> >
> > --
> > 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.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/CADhp54SQ%3DhwO1V%3DshEzNOpkFhn3tPg2vextUrXAEcSMf0vsgpA%40mail.gmail.com
> .
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADhp54RZvnOkRpXAzJnkauT1LcHhH93bEjuiDc7436gOT0YjAA%40mail.gmail.com.


[racket-users] Question from a beginner. Why Racket Over Scheme?

2021-07-13 Thread joseph turco
Hello,

Im am looking at learning a programming language, and have been
bouncing around with scheme/racket/dyalog APL/squeak. upon investigation of
scheme and racket, i found that in regards to racket, there really isn't a
"Beginners book" that teaches the language. The only beginner book i could
really see being close to teaching the language is HtDP, but that doesn't
*technically* teach racket, but BSL. For scheme, im able to find beginner
books, unless im not looking deep enough. Maybe if you fine folk don't mind
pointing me in the right direction? Please excuse my ignorance.

-- Joseph T

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADhp54SQ%3DhwO1V%3DshEzNOpkFhn3tPg2vextUrXAEcSMf0vsgpA%40mail.gmail.com.