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
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 Goldi
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
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 c
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 protes
nd in 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
>> minima
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
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 c
governance 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
> >
> >
> >
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
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
>
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
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 a
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 yo
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
se
at accurate?
>
> *~slg*
>
>
> ‐‐‐ 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 wan
27; can 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
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:
>
- Original 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, dvanhor
gt; (define (valid x)
> (with-handlers ([exn:fail? (λ _ #f)])
> (compile (with-input-from-string x
>(λ () (begin0 (read)
> (unless (eof-object? (read))
> (error "fail"))
>
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 w
is,
>> 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,
*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"
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 racket-users+
tthew Flatt wrote:
> > I have been able to replicate the crash, so we should be able to fix
> > the problem.
> >
> > Thanks for the report!
> >
> > At Mon, 17 Dec 2012 18:07:00 -0500, Adam Golding wrote:
> > > Hi, DrRacket is crashing while I am usi
Are the memory dumps and other windows error log files useful to any of the
DrRacket devs?
On 18 December 2012 11:10, Helmut Dobretzberger wrote:
> >"SB" == Stephen Bloch writes:
> SB> I'm also not seeing these crashes in 5.3.1 in Windows in VMWare on my
> Mac.
>
> I can reproduce it in a sl
' to close the resulting animation window
> 5. Press CTRL+R
>
>
>
> I'm using Dr. Racket 5.3 on Win 7 64-bit.
>
>
> Begin forwarded message:
>
> *From: *Adam Golding
> *Date: *December 17, 2012 10:55:14 PM EST
> *To: *Kieron Hardy
> *Cc: *users@rack
2012 19:54, Kieron Hardy wrote:
> Doesn't fail for me using Beginning Student on fresh installs of 5.3.1 or
> 5.3
>
> Kieron
>
>
> On Mon, Dec 17, 2012 at 5:06 PM, Adam Golding > wrote:
>
>> I don't have any #lang lines, but the interactions pane rea
on
> Vista using #lang racket, #lang racket/base or #lang racket/gui
>
> Kieron.
>
>
> On Mon, Dec 17, 2012 at 4:07 PM, Adam Golding > wrote:
>
>> (require picturing-programs)
>>
>> (big-bang (overlay pic:calendar (rectangle 100 100 &qu
Hi, DrRacket is crashing while I am using this code (from 'picturing
programs'):
(require picturing-programs)
(big-bang (overlay pic:calendar (rectangle 100 100 "solid" "white"))
(on-draw show-it) (on-tick rotate-cw 1/2))
To reproduce:
1. Start Dr. Racket
2. Paste the above code in the definiti
30 matches
Mail list logo