Re: [racket-users] Fwd: Re: Racket code query

2019-10-04 Thread Stephen De Gabrielle
Connie said

what i learnt from the helpful responses is about the paramatize function.
> i didnt think of using it or know about but now i do :) i also didn't think
> of using read-eval-print-loop! And I hadn't seen/heard of it before, so
> thank you for helping it was very useful. I fixed my code and it’s working
> now. I’ll update my github today  :)





On Fri, Oct 4, 2019 at 12:25 PM Stephen De Gabrielle <
spdegabrie...@gmail.com> wrote:

> Thanks All,
> I've passed on your responses.
>
> I'll let you know if I get any feedback.
>
> Stephen
>
>
> On Fri, Oct 4, 2019 at 4:25 AM Ben Greenman 
> wrote:
>
>> I opened a pull request with a suggestion
>> https://github.com/conniepocky/Waffle-Lang/pull/1
>>
>> On 10/3/19, Stephen De Gabrielle  wrote:
>> > Hi
>> >
>> > Please see the thread below for a query from Connie who is trying to
>> make
>> > her own language (11yo?!)
>> >
>> > I believe this is her code;
>> > https://github.com/conniepocky/Waffle-Lang
>> >
>> > I think this is the last working version?
>> >
>> https://github.com/conniepocky/Waffle-Lang/commit/4a30e6ba3687b719298c27ffb844453a52406fae
>> >
>> >
>> > On Wed, 2 Oct 2019 at 21:16, Donna <> wrote:
>> >
>> >> Connie said this is the question she has:
>> >>
>> >> I’m trying to create a repl to add to my language that I’m making in
>> >> Racket. I had made a repl before but since I made the compiler its
>> >> broken!
>> >> I think maybe racket updated so thats why it doesn’t work anymore. How
>> >> should I attempt to recreate or fix this?
>> >>
>> >> On 1 Oct 2019, at 20:31, Stephen De Gabrielle <> wrote:
>> >>
>> >> Please let me know if Connie is uncomfortable with those options?
>> >>
>> >> If she prefers Stack Overflow I can copy the question and forward it on
>> >> to
>> >> the mailing list.
>> >>
>> >> S.
>> >>
>> >> On Tue, 1 Oct 2019 at 17:16, Donna <> wrote:
>> >>
>> >>> Thank you Stephen, I’ll forward this to Connie!
>> >>>
>> >>>
>> >>> On 1 Oct 2019, at 16:42, Stephen De Gabrielle <> wrote:
>> >>>
>> >>> 
>> >>>
>> >>> Hi Donna,
>> >>>
>> >>> I think the best place to get help is at
>> >>> https://groups.google.com/forum/m/#!forum/racket-users
>> >>>
>> >>> asking there is a good way to get help. I’ll certainly keep an eye out
>> >>> and answer if I can.
>> >>>
>> >>> Another good place to ask for help is the Racket Slack #beginners
>> >>> channel. Slack is a chat service, and as the Americans are awake in
>> our
>> >>> evening she is sure to get a quick response.
>> >>>
>> >>> 1.  signup/register at https://racket-slack.herokuapp.com
>> >>> 2. login at https://racket.slack.com/
>> >>> 3. Go to the #beginners channel
>> >>>
>> >>> I got these instructions from https://racket-lang.org
>> >>>
>> >>> Both of these are better than Stack overflow in my opinion.
>> >>>
>> >>> Kind regards
>> >>>
>> >>> Stephen
>> >>>
>> >>>
>> >>> On Tue, 1 Oct 2019 at 16:06, Donna <> wrote:
>> >>>
>>  Hi Stephen
>> 
>>  Hope all is well with you!
>> 
>>  Connie has a problem with her code for her language she’s making.
>> She’s
>>  been working on it and not been able to solve it this past week.
>> 
>> 
>>  To save her spending hours more trying to fix it!
>> 
>>  Thanks,
>> 
>> 
>>  Donna
>> 
>> >>> --
>> >>> 
>> >>>
>> >>> --
>> >> 
>> >>
>> >> --
>> > 
>> >
>> > --
>> > 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-%2B_xOkw4XocVyo8Rxs15pauis0AQ%2BLfk_0QHSGz1c7TKQ%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/CAFUu9R7FC1ncDU0BD2XwiJFU4qO9wYyCLG3fZiNo8_EJOrqyUA%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/CAGHj7-LUYXbKBF9jw%2Bm_mMWeZK_i5qAVJVR%2BEikEu%2BpV1xphgQ%40mail.gmail.com.


Re: [racket-users] Fwd: Re: Racket code query

2019-10-04 Thread Stephen De Gabrielle
Thanks All,
I've passed on your responses.

I'll let you know if I get any feedback.

Stephen


On Fri, Oct 4, 2019 at 4:25 AM Ben Greenman 
wrote:

> I opened a pull request with a suggestion
> https://github.com/conniepocky/Waffle-Lang/pull/1
>
> On 10/3/19, Stephen De Gabrielle  wrote:
> > Hi
> >
> > Please see the thread below for a query from Connie who is trying to make
> > her own language (11yo?!)
> >
> > I believe this is her code;
> > https://github.com/conniepocky/Waffle-Lang
> >
> > I think this is the last working version?
> >
> https://github.com/conniepocky/Waffle-Lang/commit/4a30e6ba3687b719298c27ffb844453a52406fae
> >
> >
> > On Wed, 2 Oct 2019 at 21:16, Donna <> wrote:
> >
> >> Connie said this is the question she has:
> >>
> >> I’m trying to create a repl to add to my language that I’m making in
> >> Racket. I had made a repl before but since I made the compiler its
> >> broken!
> >> I think maybe racket updated so thats why it doesn’t work anymore. How
> >> should I attempt to recreate or fix this?
> >>
> >> On 1 Oct 2019, at 20:31, Stephen De Gabrielle <> wrote:
> >>
> >> Please let me know if Connie is uncomfortable with those options?
> >>
> >> If she prefers Stack Overflow I can copy the question and forward it on
> >> to
> >> the mailing list.
> >>
> >> S.
> >>
> >> On Tue, 1 Oct 2019 at 17:16, Donna <> wrote:
> >>
> >>> Thank you Stephen, I’ll forward this to Connie!
> >>>
> >>>
> >>> On 1 Oct 2019, at 16:42, Stephen De Gabrielle <> wrote:
> >>>
> >>> 
> >>>
> >>> Hi Donna,
> >>>
> >>> I think the best place to get help is at
> >>> https://groups.google.com/forum/m/#!forum/racket-users
> >>>
> >>> asking there is a good way to get help. I’ll certainly keep an eye out
> >>> and answer if I can.
> >>>
> >>> Another good place to ask for help is the Racket Slack #beginners
> >>> channel. Slack is a chat service, and as the Americans are awake in our
> >>> evening she is sure to get a quick response.
> >>>
> >>> 1.  signup/register at https://racket-slack.herokuapp.com
> >>> 2. login at https://racket.slack.com/
> >>> 3. Go to the #beginners channel
> >>>
> >>> I got these instructions from https://racket-lang.org
> >>>
> >>> Both of these are better than Stack overflow in my opinion.
> >>>
> >>> Kind regards
> >>>
> >>> Stephen
> >>>
> >>>
> >>> On Tue, 1 Oct 2019 at 16:06, Donna <> wrote:
> >>>
>  Hi Stephen
> 
>  Hope all is well with you!
> 
>  Connie has a problem with her code for her language she’s making.
> She’s
>  been working on it and not been able to solve it this past week.
> 
> 
>  To save her spending hours more trying to fix it!
> 
>  Thanks,
> 
> 
>  Donna
> 
> >>> --
> >>> 
> >>>
> >>> --
> >> 
> >>
> >> --
> > 
> >
> > --
> > 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-%2B_xOkw4XocVyo8Rxs15pauis0AQ%2BLfk_0QHSGz1c7TKQ%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/CAFUu9R7FC1ncDU0BD2XwiJFU4qO9wYyCLG3fZiNo8_EJOrqyUA%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/CAGHj7-Kxr1aa5TTjQvoH2wvHxNay2SVixyiGUzSGY6B3-QcPAw%40mail.gmail.com.


Re: [racket-users] Fwd: Re: Racket code query

2019-10-03 Thread Ben Greenman
I opened a pull request with a suggestion
https://github.com/conniepocky/Waffle-Lang/pull/1

On 10/3/19, Stephen De Gabrielle  wrote:
> Hi
>
> Please see the thread below for a query from Connie who is trying to make
> her own language (11yo?!)
>
> I believe this is her code;
> https://github.com/conniepocky/Waffle-Lang
>
> I think this is the last working version?
> https://github.com/conniepocky/Waffle-Lang/commit/4a30e6ba3687b719298c27ffb844453a52406fae
>
>
> On Wed, 2 Oct 2019 at 21:16, Donna <> wrote:
>
>> Connie said this is the question she has:
>>
>> I’m trying to create a repl to add to my language that I’m making in
>> Racket. I had made a repl before but since I made the compiler its
>> broken!
>> I think maybe racket updated so thats why it doesn’t work anymore. How
>> should I attempt to recreate or fix this?
>>
>> On 1 Oct 2019, at 20:31, Stephen De Gabrielle <> wrote:
>>
>> Please let me know if Connie is uncomfortable with those options?
>>
>> If she prefers Stack Overflow I can copy the question and forward it on
>> to
>> the mailing list.
>>
>> S.
>>
>> On Tue, 1 Oct 2019 at 17:16, Donna <> wrote:
>>
>>> Thank you Stephen, I’ll forward this to Connie!
>>>
>>>
>>> On 1 Oct 2019, at 16:42, Stephen De Gabrielle <> wrote:
>>>
>>> 
>>>
>>> Hi Donna,
>>>
>>> I think the best place to get help is at
>>> https://groups.google.com/forum/m/#!forum/racket-users
>>>
>>> asking there is a good way to get help. I’ll certainly keep an eye out
>>> and answer if I can.
>>>
>>> Another good place to ask for help is the Racket Slack #beginners
>>> channel. Slack is a chat service, and as the Americans are awake in our
>>> evening she is sure to get a quick response.
>>>
>>> 1.  signup/register at https://racket-slack.herokuapp.com
>>> 2. login at https://racket.slack.com/
>>> 3. Go to the #beginners channel
>>>
>>> I got these instructions from https://racket-lang.org
>>>
>>> Both of these are better than Stack overflow in my opinion.
>>>
>>> Kind regards
>>>
>>> Stephen
>>>
>>>
>>> On Tue, 1 Oct 2019 at 16:06, Donna <> wrote:
>>>
 Hi Stephen

 Hope all is well with you!

 Connie has a problem with her code for her language she’s making. She’s
 been working on it and not been able to solve it this past week.


 To save her spending hours more trying to fix it!

 Thanks,


 Donna

>>> --
>>> 
>>>
>>> --
>> 
>>
>> --
> 
>
> --
> 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-%2B_xOkw4XocVyo8Rxs15pauis0AQ%2BLfk_0QHSGz1c7TKQ%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/CAFUu9R7FC1ncDU0BD2XwiJFU4qO9wYyCLG3fZiNo8_EJOrqyUA%40mail.gmail.com.


[racket-users] Fwd: Re: Racket code query

2019-10-03 Thread Stephen De Gabrielle
Hi

Please see the thread below for a query from Connie who is trying to make
her own language (11yo?!)

I believe this is her code;
https://github.com/conniepocky/Waffle-Lang

I think this is the last working version?
https://github.com/conniepocky/Waffle-Lang/commit/4a30e6ba3687b719298c27ffb844453a52406fae


On Wed, 2 Oct 2019 at 21:16, Donna <> wrote:

> Connie said this is the question she has:
>
> I’m trying to create a repl to add to my language that I’m making in
> Racket. I had made a repl before but since I made the compiler its broken!
> I think maybe racket updated so thats why it doesn’t work anymore. How
> should I attempt to recreate or fix this?
>
> On 1 Oct 2019, at 20:31, Stephen De Gabrielle <> wrote:
>
> Please let me know if Connie is uncomfortable with those options?
>
> If she prefers Stack Overflow I can copy the question and forward it on to
> the mailing list.
>
> S.
>
> On Tue, 1 Oct 2019 at 17:16, Donna <> wrote:
>
>> Thank you Stephen, I’ll forward this to Connie!
>>
>>
>> On 1 Oct 2019, at 16:42, Stephen De Gabrielle <> wrote:
>>
>> 
>>
>> Hi Donna,
>>
>> I think the best place to get help is at
>> https://groups.google.com/forum/m/#!forum/racket-users
>>
>> asking there is a good way to get help. I’ll certainly keep an eye out
>> and answer if I can.
>>
>> Another good place to ask for help is the Racket Slack #beginners
>> channel. Slack is a chat service, and as the Americans are awake in our
>> evening she is sure to get a quick response.
>>
>> 1.  signup/register at https://racket-slack.herokuapp.com
>> 2. login at https://racket.slack.com/
>> 3. Go to the #beginners channel
>>
>> I got these instructions from https://racket-lang.org
>>
>> Both of these are better than Stack overflow in my opinion.
>>
>> Kind regards
>>
>> Stephen
>>
>>
>> On Tue, 1 Oct 2019 at 16:06, Donna <> wrote:
>>
>>> Hi Stephen
>>>
>>> Hope all is well with you!
>>>
>>> Connie has a problem with her code for her language she’s making. She’s
>>> been working on it and not been able to solve it this past week.
>>>
>>>
>>> To save her spending hours more trying to fix it!
>>>
>>> Thanks,
>>>
>>>
>>> Donna
>>>
>> --
>> 
>>
>> --
> 
>
> --


-- 
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-%2B_xOkw4XocVyo8Rxs15pauis0AQ%2BLfk_0QHSGz1c7TKQ%40mail.gmail.com.