
@ecb10 has joined the channel

@vicagile2k has joined the channel

Welcome, @ecb10

@ecb10 did @mflatt guess correctly? https://racket.slack.com/archives/C06V96CKX/p1567121595025500

Hello. I heard you were talking about me/Idris :slightly_smiling_face:

I don’t know which of those guesses is correct, I’ve just observed that performance is pretty good

the examples are a bit contrived so I should try some real programs soon

hides

@ecb10 thank you :grinning: let us know how you go

@ecb10 I’d be interested to look at your contrived examples

Latest summer competition entry! #lang slideshow
(require 2htdp/image)
(define (waffle img)
(define two-p (hc-append img (rectangle 10 10 "solid" "PaleGoldenrod") img (rectangle 10 10 "solid" "PaleGoldenrod") img))
(vc-append two-p (rectangle 10 10 "solid" "PaleGoldenrod") two-p (rectangle 10 10 "solid" "PaleGoldenrod") two-p))
(cc-superimpose
(filled-rounded-rectangle 65 65 #:color "PaleGoldenrod" #:border-color "PaleGoldenrod")
(waffle (rectangle 10 10 "solid" "Gold")))
This is from Connie who is 11yo!

mmm, waffles

:fried_egg: :bacon: :waffle:

Howe do you add custom images?


@soegaard2 like that

Got it. Somehow successfully ignored the smiley face until now.

Which MetaPict image are you going to add? Or is it a new one?

Was just curious.

@hallo has joined the channel