00:00
cantstanya has quit [Remote host closed the connection]
00:01
cantstanya has joined #racket
00:15
<
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
00:16
<
FreeFull >
Chicken Scheme is the negativest of them all
00:22
<
bremner >
I wouldn't say Guile is negative per se
00:33
TCZ has quit [Quit: Leaving]
00:53
iyzsong has joined #racket
00:53
<
aeth >
No one wants to be a chicken
00:56
badkins has quit [Remote host closed the connection]
00:57
<
bremner >
typical mainstream anti-poultry bias
01:03
bitmapper has quit [Ping timeout: 246 seconds]
01:05
iyzsong has quit [Ping timeout: 260 seconds]
01:14
TCZ has joined #racket
01:38
badkins has joined #racket
01:39
badkins has quit [Remote host closed the connection]
01:40
ArthurStrong has quit [Quit: leaving]
02:01
TCZ has quit [Quit: Leaving]
02:06
wingsorc has quit [Quit: Leaving]
02:14
pilne has quit [Quit: Tis but a scratch]
02:55
libertyprime has joined #racket
03:07
catonano has joined #racket
03:12
efm has joined #racket
03:47
FreeFull has quit [Quit: rebooting]
03:57
FreeFull has joined #racket
04:41
narimiran has joined #racket
04:45
catonano has quit [Quit: catonano]
04:50
SGASAU has quit [Remote host closed the connection]
04:50
SGASAU has joined #racket
04:57
catonano has joined #racket
05:04
nullcone has joined #racket
05:42
C79 has joined #racket
05:45
<
C79 >
how can I produce a list from n down to 1
05:50
<
narimiran >
C79: `(range 10 1 -1)`
05:52
<
C79 >
(range 10 0 -1)
05:53
<
aeth >
well, I had to try (range 10 0 0) and it's '()
05:53
<
aeth >
I'm not sure what I expected
05:55
<
C79 >
I guess because 0 is empty. I'm just stuck on some question for the old school bobbers assignment haha
06:00
libertyprime has quit [Remote host closed the connection]
06:18
<
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
06:26
<
narimiran >
`for*/list` ?
06:27
<
C79 >
yeah. something like (check-expect (cards-for-suit 2 "C") (list "2C" "1C"))
06:30
<
C79 >
I'm sure its simple but I'm not getting it I guess
06:32
<
narimiran >
C79: did you see the documentation example for the function i wrote above?
06:34
<
C79 >
no how do I? you mean for `(range 10 1 -1)`
06:36
<
narimiran >
i mean `for*/list`
06:46
C79 has left #racket [#racket]
07:03
sz0 has joined #racket
07:04
tlcu has joined #racket
07:05
orivej has quit [Ping timeout: 256 seconds]
07:09
`micro has joined #racket
07:17
brianacid has quit [Quit: leaving]
07:27
rgherdt has joined #racket
07:40
rgherdt has quit [Quit: Leaving]
07:47
SGASAU has quit [Remote host closed the connection]
07:48
SGASAU has joined #racket
07:49
dddddd has joined #racket
07:50
KindOne has quit [Ping timeout: 260 seconds]
07:52
KindOne has joined #racket
07:57
iyzsong has joined #racket
08:38
rgherdt has joined #racket
08:39
epony has quit [Quit: reconfiguration]
08:40
`micro has quit [Quit: Lost terminal]
08:40
`micro has joined #racket
08:44
epony has joined #racket
08:45
`micro has quit [Client Quit]
08:45
epony has quit [Max SendQ exceeded]
08:46
epony has joined #racket
09:07
TCZ has joined #racket
09:10
`micro has joined #racket
09:11
jellie has joined #racket
09:20
sagax has quit [Read error: Connection reset by peer]
09:30
TCZ has quit [Quit: Leaving]
09:36
sagax has joined #racket
09:40
true-grue has joined #racket
09:45
C79 has joined #racket
09:46
badkins has joined #racket
09:47
<
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
09:48
<
C79 >
but also '(a b c) 2) -> '( a b)
09:49
<
narimiran >
heh, `modulo` strikes again as a solution :)
09:49
<
C79 >
I'm just a beginner
09:49
<
narimiran >
(yesterday there was some discussion where `modulo` was way to go)
09:50
<
narimiran >
C79: do you know what `modulo` is and how it is used?
09:50
badkins has quit [Ping timeout: 256 seconds]
09:52
<
C79 >
I used it in big-bang
09:52
<
C79 >
it'll work for a list?
09:53
<
C79 >
dumb questions I know
09:54
<
narimiran >
(modulo i (length my-list))
09:58
<
C79 >
it just gives me 1
09:58
SGASAU has quit [Remote host closed the connection]
09:59
SGASAU has joined #racket
10:01
jellie has quit [Quit: WeeChat 2.8]
10:01
mofeing has joined #racket
10:04
nullcone has quit [Quit: Connection closed for inactivity]
10:07
<
C79 >
@narimiran I had it the whole time just messed up my (cons (first )
10:08
<
C79 >
wow that sucks, Ive been up all night hahaha
10:08
mofeing has left #racket [#racket]
10:09
<
C79 >
now it's time to go pour some concrete
10:10
TCZ has joined #racket
10:20
<
C79 >
well no its still wrong
10:30
keep-learning[m] has joined #racket
10:40
ArthurStrong has joined #racket
10:46
Ven`` has joined #racket
10:57
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
11:18
C79 has quit [Remote host closed the connection]
11:30
SGASAU has quit [Remote host closed the connection]
11:30
SGASAU has joined #racket
11:35
tlcu has quit [Read error: Connection reset by peer]
11:38
Ven`` has joined #racket
11:45
tlcu has joined #racket
11:47
badkins has joined #racket
11:52
badkins has quit [Ping timeout: 264 seconds]
12:05
SGASAU has quit [Ping timeout: 258 seconds]
12:19
badkins has joined #racket
12:24
SGASAU has joined #racket
12:41
SGASAU has quit [Remote host closed the connection]
12:57
badkins has quit [Remote host closed the connection]
12:58
badkins has joined #racket
13:02
badkins has quit [Ping timeout: 246 seconds]
13:24
orivej has joined #racket
13:47
badkins has joined #racket
14:12
TCZ has quit [Quit: Leaving]
14:36
TCZ has joined #racket
14:37
corpix has quit [Remote host closed the connection]
14:38
corpix has joined #racket
14:47
srandon111 has joined #racket
15:03
<
constptr >
Hey,there. Which backend does racket use to render gui ?
15:03
<
constptr >
I have damaged laptop,so couldn't test racket
15:06
<
bremner >
constptr: depends on OS
15:07
efm has joined #racket
15:07
<
bremner >
on linux it's gtk
15:07
<
constptr >
Ok. I use Linux.
15:09
bitmapper has joined #racket
15:52
corpix has quit [Remote host closed the connection]
15:53
corpix has joined #racket
15:58
corpix has quit [Remote host closed the connection]
15:58
corpix has joined #racket
16:02
TCZ has quit [Quit: Leaving]
16:03
corpix has quit [Remote host closed the connection]
16:03
corpix has joined #racket
16:05
badkins has quit [Remote host closed the connection]
16:07
catonano has quit [Quit: catonano]
16:09
badkins has joined #racket
16:09
corpix has quit [Remote host closed the connection]
16:10
corpix has joined #racket
16:10
corpix has quit [Remote host closed the connection]
16:11
corpix has joined #racket
16:12
corpix has quit [Remote host closed the connection]
16:13
corpix has joined #racket
16:13
badkins has quit [Ping timeout: 256 seconds]
16:16
efm has quit [Read error: Connection reset by peer]
16:27
efm has joined #racket
16:38
badkins has joined #racket
16:48
rgherdt has quit [Remote host closed the connection]
16:49
rgherdt has joined #racket
17:05
dddddd has quit [Remote host closed the connection]
17:06
catonano has joined #racket
17:21
zmt01 has joined #racket
17:24
efm has quit [Remote host closed the connection]
17:24
zmt00 has quit [Ping timeout: 240 seconds]
17:24
efm has joined #racket
17:44
tlcu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
17:45
narimiran has quit [Remote host closed the connection]
17:48
narimiran has joined #racket
18:44
efm has quit [Ping timeout: 256 seconds]
18:44
Fare has joined #racket
18:44
efm has joined #racket
18:55
efm has quit [Remote host closed the connection]
18:58
efm has joined #racket
19:04
endformationage has joined #racket
19:16
efm has quit [Read error: Connection reset by peer]
19:19
efm has joined #racket
19:19
evdubs has quit [Remote host closed the connection]
19:20
evdubs has joined #racket
19:20
tlcu has joined #racket
19:48
YuGiOhJCJ has joined #racket
20:36
narimiran has quit [Quit: leaving]
20:53
TCZ has joined #racket
21:50
tlcu has quit [Read error: Connection reset by peer]
21:51
tlcu has joined #racket
22:10
_whitelogger has joined #racket
22:10
rudybot has joined #racket
22:11
KindOne has joined #racket
22:11
Lowl3v3l has joined #racket
22:12
eagleflo has joined #racket
22:14
TCZ has quit [Quit: Leaving]
22:14
TCZ has joined #racket
22:19
nan` has joined #racket
22:33
efm has quit [Ping timeout: 246 seconds]
22:54
nan` has quit [Ping timeout: 256 seconds]
23:09
SGASAU has joined #racket
23:10
true-grue has quit [Read error: Connection reset by peer]
23:15
SGASAU has quit [Remote host closed the connection]
23:16
SGASAU has joined #racket
23:21
TCZ has quit [Quit: Leaving]
23:24
SGASAU has quit [Ping timeout: 260 seconds]