Re: [racket-users] Re: Improved synchronous concurrency example for rosettacode.org ?

2019-08-17 Thread Brian Adkins
On Saturday, August 17, 2019 at 6:56:29 AM UTC-4, Stephen De Gabrielle 
wrote:
>
> Thanks Brian 
> This is great!
>
> Stephen
>
>
My pleasure. By the way, here are unimplemented tasks for Racket if people 
want to contribute solutions:

http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_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/11e3bf55-c02e-4110-a37e-a9933b1524d6%40googlegroups.com.


Re: [racket-users] Re: The case, and a proposal, for elegant syntax in #lang racket2

2019-08-17 Thread Dario Maiocchi
HI all, 

I would personally be unhappy if in racketlang2 we would remove the  (). I 
don't think they represent a real issue. 

Just to share my personal experience a professional programmer. I learned 
clojure  like 7 months ago and now I'm learning racketlang and  I never 
felt the () as a barrier.

best

Am Freitag, 26. Juli 2019 03:42:14 UTC+2 schrieb Greg Hendershott:
>
> > I've taught the exact same material at the start of a 3rd year CS PL 
> > course, and the students there didn't find the syntax as easy as one 
> would 
> > hope for students with that much CS “experience”. In fact, 
> unsurprisingly, 
> > many find the syntax as hard as expected for having trained on very 
> > different syntaxes (especially when they are unclear about the semantics 
> > that were attached to those syntaxes). Although the switch to teaching 
> the 
> > start of the course with literally the same materials, with the students 
> > knowing that, seems to have reduced resistance substantially (presumably 
> > they don't want to be seen as complaining about something 1st year 
> > humantities students are fine with). 
>
> This makes me wonder if some experienced programmers dislike simple 
> syntax, not just because it is unfamiliar to them, but also because it 
> is too simple to serve as an effective in-group filter. If humanities 
> students are comfortable, we must raise the barrier to entry. ;) 
>
>
> p.s. I just now stumbled across the Iron Ring obtained from the Ritual 
> of the Calling of an Engineer. Probably everyone has heard of this 
> except me, but if anyone hasn't: 
>
>   https://en.wikipedia.org/wiki/Ritual_of_the_Calling_of_an_Engineer 
>

-- 
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/f7776433-d445-45cc-9da1-87ae29943806%40googlegroups.com.


Re: [racket-users] Re: [standard-fish] Summer competiton 2019

2019-08-17 Thread Philip McGrath
This contest is a bright idea, so here's a standard lightbulb:
[image: default-lightbulb.png]
The code is at
https://gist.github.com/LiberalArtist/4d0059f5af23043515a3cc74bd4928c2

-Philip


On Wed, Aug 14, 2019 at 10:05 PM Stephen De Gabrielle <
spdegabrie...@gmail.com> wrote:

> Amazing face!  I'm trying to get it to work in DrRacket and pasterack but
> I'm having trouble with with
> parametric-surface3d: unbound identifier in: parametric-surface3d
>
> Stephen
>
>
> On Thu, Aug 15, 2019 at 5:52 AM bedeke  wrote:
>
>> A cap for an Escher-like egg-face.
>>
>> long live the plot library.
>> code at http://pasterack.org/pastes/39958
>> B.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> 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/88470573-c570-4fe8-b7c6-683e59871156%40googlegroups.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/CAGHj7-%2BL9QX4huhr03BcHy7VudDFcNiiCWWQYrzjjQ1Y5Dtu6g%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/CAH3z3gZOgjJY7aPtoAS_EXTY-DX9-u7%2B1LDrXyegNv3Udsu%2BzA%40mail.gmail.com.


Re: [racket-users] Re: Improved synchronous concurrency example for rosettacode.org ?

2019-08-17 Thread Stephen De Gabrielle
Thanks Brian
This is great!

Stephen

On Sat, 17 Aug 2019 at 09:09, Brian Adkins  wrote:

> On Friday, August 16, 2019 at 6:46:14 PM UTC-4, Brian Adkins wrote:
>>
>> I went ahead and added my version to the Racket section w/ some subtle
>> changes from my original post. I'm happy to edit it if necessary.
>>
>> https://rosettacode.org/wiki/Synchronous_concurrency#Racket
>>
>> I added a note above my entry re: using thread mailboxes, and I added a
>> note above the existing entry re: using channels.
>>
>> Brian Adkins
>>
>>>
>>>
> Thanks to Matthew Butterick, the printer function is much nicer now :)
>
> https://rosettacode.org/wiki/Synchronous_concurrency#Racket
>
> This latest version compares very favorably with a lot of other languages
> now. Racket continues to pleasantly surprise me - just keep those beautiful
> parens coming :)
>
> --
> 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/808f7243-7bbc-4f18-9e8b-e88b90e1dda2%40googlegroups.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/CAGHj7-JWDUtgvFUShgsRTb-JcOvbSSH6hYSiJPikGuVA0Rdpuw%40mail.gmail.com.