samth changed the topic of #racket to: Racket v7.6 has been released: https://blog.racket-lang.org/2020/02/racket-v7-6.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #racket
<jcowan> FreeFull: That's very common through the Scheme naming system: we have Larceny, Gambit, Gauche, Guile, and Foment, all of them rather negative wordsa
<FreeFull> Chicken
<FreeFull> Chicken Scheme is the negativest of them all
<bremner> I wouldn't say Guile is negative per se
TCZ has quit [Quit: Leaving]
iyzsong has joined #racket
<aeth> No one wants to be a chicken
badkins has quit [Remote host closed the connection]
<bremner> typical mainstream anti-poultry bias
bitmapper has quit [Ping timeout: 246 seconds]
iyzsong has quit [Ping timeout: 260 seconds]
TCZ has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
ArthurStrong has quit [Quit: leaving]
TCZ has quit [Quit: Leaving]
wingsorc has quit [Quit: Leaving]
pilne has quit [Quit: Tis but a scratch]
libertyprime has joined #racket
catonano has joined #racket
efm has joined #racket
FreeFull has quit [Quit: rebooting]
FreeFull has joined #racket
narimiran has joined #racket
catonano has quit [Quit: catonano]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
catonano has joined #racket
nullcone has joined #racket
C79 has joined #racket
<C79> how can I produce a list from n down to 1
<narimiran> C79: `(range 10 1 -1)`
<C79> sweet
<C79> (range 10 0 -1)
<aeth> well, I had to try (range 10 0 0) and it's '()
<aeth> I'm not sure what I expected
<C79> I guess because 0 is empty. I'm just stuck on some question for the old school bobbers assignment haha
libertyprime has quit [Remote host closed the connection]
<C79> any ideas? Develop the function playing-cardswhich consumes anatural number (n) for the number of cards in a suit and a [List-of String] that represents the suits and produces the cards from n down to 1of each of the given suits
<C79> I'm stuck
<narimiran> `for*/list` ?
<C79> yeah. something like (check-expect (cards-for-suit 2 "C") (list "2C" "1C"))
<C79> I'm sure its simple but I'm not getting it I guess
<narimiran> C79: did you see the documentation example for the function i wrote above?
<C79> no how do I? you mean for `(range 10 1 -1)`
<narimiran> i mean `for*/list`
<C79> I did not.
<C79> where is it
<narimiran> https://docs.racket-lang.org/reference/for.html?q=open-input#(form._((lib._racket%2Fprivate%2Fbase..rkt)._for*%2Flist))
<C79> ok thank you
C79 has left #racket [#racket]
sz0 has joined #racket
tlcu has joined #racket
orivej has quit [Ping timeout: 256 seconds]
`micro has joined #racket
brianacid has quit [Quit: leaving]
rgherdt has joined #racket
rgherdt has quit [Quit: Leaving]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
dddddd has joined #racket
KindOne has quit [Ping timeout: 260 seconds]
KindOne has joined #racket
iyzsong has joined #racket
rgherdt has joined #racket
epony has quit [Quit: reconfiguration]
`micro has quit [Quit: Lost terminal]
`micro has joined #racket
epony has joined #racket
`micro has quit [Client Quit]
epony has quit [Max SendQ exceeded]
epony has joined #racket
TCZ has joined #racket
`micro has joined #racket
jellie has joined #racket
sagax has quit [Read error: Connection reset by peer]
TCZ has quit [Quit: Leaving]
sagax has joined #racket
true-grue has joined #racket
C79 has joined #racket
badkins has joined #racket
<C79> how could I do this ‘(a b c) 4) -> ‘(a b c a) and/or '(a b c) 5) -> '(a b c a b) and so on
<C79> but also '(a b c) 2) -> '( a b)
<narimiran> heh, `modulo` strikes again as a solution :)
<C79> I'm just a beginner
<narimiran> (yesterday there was some discussion where `modulo` was way to go)
<narimiran> C79: do you know what `modulo` is and how it is used?
badkins has quit [Ping timeout: 256 seconds]
<C79> I used it in big-bang
<C79> it'll work for a list?
<C79> dumb questions I know
<narimiran> (modulo i (length my-list))
<C79> it just gives me 1
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
jellie has quit [Quit: WeeChat 2.8]
mofeing has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
<C79> @narimiran I had it the whole time just messed up my (cons (first )
<C79> wow that sucks, Ive been up all night hahaha
mofeing has left #racket [#racket]
<C79> now it's time to go pour some concrete
TCZ has joined #racket
<C79> well no its still wrong
keep-learning[m] has joined #racket
ArthurStrong has joined #racket
Ven`` has joined #racket
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
C79 has quit [Remote host closed the connection]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
tlcu has quit [Read error: Connection reset by peer]
Ven`` has joined #racket
tlcu has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 264 seconds]
SGASAU has quit [Ping timeout: 258 seconds]
badkins has joined #racket
SGASAU has joined #racket
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
SGASAU has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
orivej has joined #racket
badkins has joined #racket
TCZ has quit [Quit: Leaving]
TCZ has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
srandon111 has joined #racket
<constptr> Hey,there. Which backend does racket use to render gui ?
<constptr> I have damaged laptop,so couldn't test racket
<bremner> constptr: depends on OS
efm has joined #racket
<bremner> on linux it's gtk
<constptr> Ok. I use Linux.
bitmapper has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
TCZ has quit [Quit: Leaving]
corpix has quit [Remote host closed the connection]
corpix has joined #racket
badkins has quit [Remote host closed the connection]
catonano has quit [Quit: catonano]
badkins has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
corpix has quit [Remote host closed the connection]
corpix has joined #racket
badkins has quit [Ping timeout: 256 seconds]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
badkins has joined #racket
Ven`` has quit [Quit: Textual IRC Client: www.textualapp.com]
rgherdt has quit [Remote host closed the connection]
rgherdt has joined #racket
dddddd has quit [Remote host closed the connection]
catonano has joined #racket
zmt01 has joined #racket
efm has quit [Remote host closed the connection]
zmt00 has quit [Ping timeout: 240 seconds]
efm has joined #racket
tlcu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
narimiran has quit [Remote host closed the connection]
narimiran has joined #racket
efm has quit [Ping timeout: 256 seconds]
Fare has joined #racket
efm has joined #racket
efm has quit [Remote host closed the connection]
efm has joined #racket
endformationage has joined #racket
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
evdubs has quit [Remote host closed the connection]
evdubs has joined #racket
tlcu has joined #racket
YuGiOhJCJ has joined #racket
narimiran has quit [Quit: leaving]
TCZ has joined #racket
tlcu has quit [Read error: Connection reset by peer]
tlcu has joined #racket
_whitelogger has joined #racket
rudybot has joined #racket
KindOne has joined #racket
Lowl3v3l has joined #racket
eagleflo has joined #racket
TCZ has quit [Quit: Leaving]
TCZ has joined #racket
nan` has joined #racket
efm has quit [Ping timeout: 246 seconds]
nan` has quit [Ping timeout: 256 seconds]
SGASAU has joined #racket
true-grue has quit [Read error: Connection reset by peer]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
TCZ has quit [Quit: Leaving]
SGASAU has quit [Ping timeout: 260 seconds]