Re: [racket-users] Smart contracts in Racket

2023-12-29 Thread Adam Golding
UTC-4 Adam Golding wrote: > Thanks Stephen, perhaps you can help get the ball rolling again--I had > written to suggest that racketers may want to enter the moralis hackathon > as there are some points of convergence: > > - racket seeks to bridge multiple languages, moralis seeks

Re: [racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Adam Golding
Thank god I don't have to use discord ;-) On Tue, 10 Oct 2023 at 12:30, Adam Golding wrote: > OH > > On Tue, 10 Oct 2023 at 12:28, D. Ben Knoble wrote: > >> Nor on Discourse: I use the mailing list mode. >> >> On Tue, Oct 10, 2023 at 12:14 PM Adam Goldin

Re: [racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Adam Golding
OH On Tue, 10 Oct 2023 at 12:28, D. Ben Knoble wrote: > Nor on Discourse: I use the mailing list mode. > > On Tue, Oct 10, 2023 at 12:14 PM Adam Golding > wrote: > > > > ah well the practice of email lists does not depend on google... we > should presumbly b

Re: [racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Adam Golding
that being said, it's about minimizing the number of corporations one depends on, not reducing it to zero which is impossible On Tue, 10 Oct 2023 at 12:14, Adam Golding wrote: > ah well the practice of email lists does not depend on google... we should > presumbly be using matrix chat i

Re: [racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Adam Golding
ah well the practice of email lists does not depend on google... we should presumbly be using matrix chat instead On Tue, 10 Oct 2023 at 12:12, Daniel Patterson wrote: > Unlike, e.g., Google? > > On Oct 10, 2023, at 12:11 PM, Adam Golding wrote: > > Yikes, how do we prot

Re: [racket-users] Re: How 'Pythonic' Can Racket Be Made?

2023-10-10 Thread Adam Golding
the docs. > > On Monday, October 9, 2023 at 1:35:11 PM UTC-4 Adam Golding wrote: > >> I am going to write a language called 'micronatrix' that is pythonic in >> its use of whitespace and even with python 2 type print statements but very >> minimal and pared dow

[racket-users] How 'Pythonic' Can Racket Be Made?

2023-10-09 Thread Adam Golding
I am going to write a language called 'micronatrix' that is pythonic in its use of whitespace and even with python 2 type print statements but very minimal and pared down -- has similar ground been trodden? -- adamgolding.ca ps I have registered micronatrix.com -- This group is deprecated and

Re: [racket-users] Smart contracts in Racket

2021-04-20 Thread Adam Golding
Thanks Stephen, perhaps you can help get the ball rolling again--I had written to suggest that racketers may want to enter the moralis hackathon as there are some points of convergence: - racket seeks to bridge multiple languages, moralis seeks to bridge multiple blockchains with different smart

Re: [racket-users] Add Link to the racket Discord to the racket website?

2021-04-20 Thread Adam Golding
e and moderation of > course. > > -- > Yury Bulka > https://mamot.fr/@setthemfree > #NotOnFacebook > > > > Adam Golding writes: > > > I'm not so sure now: > https://groups.google.com/g/racket-users/c/SkJAKkQhlgw > > > > > > On Mon, 19 Apr

Re: [racket-users] Add Link to the racket Discord to the racket website?

2021-04-20 Thread Adam Golding
I'm not so sure now: https://groups.google.com/g/racket-users/c/SkJAKkQhlgw On Mon, 19 Apr 2021 at 03:39, Adam Golding wrote: > seconded > > On Sun, 18 Apr 2021 at 14:56, schle...@gmail.com > wrote: > >> >> The racket discord is managed quite well, I think it shoul

Re: [racket-users] Smart contracts in Racket

2021-04-19 Thread Adam Golding
I was just told this topic is off-topic on the racket discord--clearly an injustice: [image: image.png] On Mon, 19 Apr 2021 at 04:16, Adam Golding wrote: > Also I just discovered this: > http://www.michaelburge.us/2017/11/28/write-your-next-ethereum-contract-in-pyramid-scheme.html >

Re: [racket-users] Smart contracts in Racket

2021-04-19 Thread Adam Golding
Also I just discovered this: http://www.michaelburge.us/2017/11/28/write-your-next-ethereum-contract-in-pyramid-scheme.html On Mon, 19 Apr 2021 at 03:42, Adam Golding wrote: > Beatri please tell us more and publish to Github :-) It seems to me that > some racketers should enter the

Re: [racket-users] Smart contracts in Racket

2021-04-19 Thread Adam Golding
Beatri please tell us more and publish to Github :-) It seems to me that some racketers should enter the https://moralis.io/hackathon/ to make racket contracts work across other smart contract systems, as this platform has already done some of the boring leg work, otherwise, how will the idea of

Re: [racket-users] Add Link to the racket Discord to the racket website?

2021-04-19 Thread Adam Golding
seconded On Sun, 18 Apr 2021 at 14:56, schle...@gmail.com wrote: > > The racket discord is managed quite well, I think it should be added to > the racket website so that newcomers can find it easier, just a thought. > > Maybe below the link to slack? > > -- > You received this message because

[racket-users] Web Server Tutorial Tries to Write to Library Directory

2020-12-22 Thread Adam Golding
I'm a little confused by this tutorial--when I run the 'persistent model' in section 14 it tries to write a file to the read-only directory the web-server library itself is in... https://docs.racket-lang.org/continue/ but grabbing the current directory before it loads the web server doesn't

Re: [racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
> > > ‐‐‐ Original Message ‐‐‐ > On Thursday, September 5, 2019 1:48 PM, Adam Golding > wrote: > > Basically I want to enumerate programs with as few assumptions as possible > aka enumerate the largest set of programs I can--I want to be able to > enumerat

Re: [racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
n probably be removed--there are different orders you can sample programs in, I would like a variety of them. On Thursday, 5 September 2019 13:46:54 UTC-4, Adam Golding wrote: > > I want to try automating programming as search where I have various > methods to enumerate the set of all pr

Re: [racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
Basically I want to enumerate programs with as few assumptions as possible aka enumerate the largest set of programs I can--I want to be able to enumerate them in a variety of different orders to compare search strategies. On Thursday, 5 September 2019 13:46:54 UTC-4, Adam Golding wrote: >

Re: [racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
ginal Message ---- > On Sep 5, 2019, 1:13 PM, Adam Golding < adamg...@gmail.com > > wrote: > > > What is the shortest program listing the largest list of programs that can > be listed without looping? > > On Thursday, 5 September 2019 11:10:59 UTC-4, dvanho

Re: [racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
(define (valid x) > (with-handlers ([exn:fail? (λ _ #f)]) > (compile (with-input-from-string x >(λ () (begin0 (read) > (unless (eof-object? (read)) > (error "fail")) > x)) &

[racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
It's okay if the program never halts. -- 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

Re: [racket-users] Listing All Programs

2019-09-05 Thread Adam Golding
> including I/O), then good luck. My closest guess would be: >> (for/list ([i (in-naturals)]) >> (mflatt i)) >> >> On Thu, Sep 5, 2019 at 2:31 PM David Van Horn > > wrote: >> >>> What do you mean by valid? >>> >>> On Thu, Sep 5, 201

[racket-users] Re: Listing All Programs

2019-09-05 Thread Adam Golding
*that On Thursday, 5 September 2019 09:05:48 UTC-4, Adam Golding wrote: > > What is the shortest/smallest racket program (ithat enumerates all and > only valid racket programs? > -- You received this message because you are subscribed to the Google Groups "Racket Users"

[racket-users] Listing All Programs

2019-09-05 Thread Adam Golding
What is the shortest/smallest racket program (ithat enumerates all and only valid racket programs? -- 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