00:05
dbmikus has joined #racket
00:09
dbmikus has quit [Ping timeout: 260 seconds]
00:10
arpunk has joined #racket
00:25
aaaaaa has quit [Ping timeout: 260 seconds]
00:25
catonano_ has quit [Ping timeout: 272 seconds]
00:48
aaaaaa has joined #racket
00:55
tilpner_ has joined #racket
00:59
tilpner has quit [Ping timeout: 272 seconds]
00:59
dvdmuckle has quit [Ping timeout: 258 seconds]
00:59
tilpner_ is now known as tilpner
01:10
remexre has quit [Read error: Connection reset by peer]
01:11
remexre has joined #racket
01:17
remexre has quit [Read error: Connection reset by peer]
01:21
remexre has joined #racket
01:28
TCZ has quit [Quit: Leaving]
01:28
dvdmuckle has joined #racket
01:46
acarrico has joined #racket
02:05
dbmikus has joined #racket
02:10
dbmikus has quit [Ping timeout: 256 seconds]
02:20
danderson has joined #racket
02:41
MetaHertz has quit [Quit: Leaving]
02:53
phillbush has quit [Remote host closed the connection]
02:54
<
aliasless >
evdubs: ah, I never even thought about the ambiguity existing. unfortunate, since the correct context can get rid of that ambiguity (in my case, CST can only refer to US central time). if 97jaz didn't seem to be "done" with gregor I'd be interested in working out a solution too, but for now I think I can just work around it by lopping off the zone and summing the offset to the datetime myself
02:57
<
samth >
tonyg: ping again re ansi (and unix-signals and a few others)
03:06
<
aliasless >
actually, a better solution than lopping off and summing would be substituting the zone with the local differential notation before giving it to parse-moment. don't know how it took this long to come up with that.
03:07
orivej has joined #racket
03:19
acarrico has quit [Ping timeout: 240 seconds]
03:28
aaaaaa has quit [Quit: leaving]
04:06
dbmikus has joined #racket
04:11
dbmikus has quit [Ping timeout: 240 seconds]
04:31
fredmanglis has joined #racket
04:50
Sgeo has quit [Read error: Connection reset by peer]
04:51
Sgeo has joined #racket
05:19
endformationage has quit [Quit: WeeChat 2.9]
05:47
orivej has quit [Ping timeout: 240 seconds]
06:08
_whitelogger has joined #racket
06:12
dbmikus has quit [Ping timeout: 260 seconds]
06:12
catonano has joined #racket
06:17
mirrorbird has joined #racket
06:29
bocaneri has joined #racket
07:33
mirrorbird has quit [Ping timeout: 272 seconds]
07:50
mirrorbird has joined #racket
08:07
orivej has joined #racket
08:08
dbmikus has joined #racket
08:12
wingsorc has quit [Ping timeout: 260 seconds]
08:28
dbmikus has quit [Ping timeout: 258 seconds]
08:40
mirrorbird has quit [Quit: Leaving]
08:45
dbmikus has joined #racket
08:49
dbmikus has quit [Ping timeout: 260 seconds]
09:13
Sgeo has quit [Read error: Connection reset by peer]
09:22
dbmikus has joined #racket
09:27
dbmikus has quit [Ping timeout: 265 seconds]
09:47
orivej has quit [Ping timeout: 260 seconds]
10:10
dbmikus has joined #racket
10:14
dbmikus has quit [Ping timeout: 240 seconds]
10:15
epony has quit [Remote host closed the connection]
10:20
epony has joined #racket
10:25
dbmikus has joined #racket
10:30
dbmikus has quit [Ping timeout: 260 seconds]
10:39
nullcone has quit [Quit: Connection closed for inactivity]
11:37
orivej has joined #racket
11:44
srandon111 has joined #racket
12:26
dbmikus has joined #racket
12:31
dbmikus has quit [Ping timeout: 264 seconds]
12:42
dbmikus has joined #racket
12:46
dbmikus has quit [Ping timeout: 240 seconds]
14:23
acarrico has joined #racket
14:24
corpix has joined #racket
14:43
dbmikus has joined #racket
14:48
dbmikus has quit [Ping timeout: 260 seconds]
14:57
phillbush has joined #racket
14:59
dbmikus has joined #racket
15:00
corpix_ has joined #racket
15:04
dbmikus has quit [Ping timeout: 260 seconds]
15:04
corpix has quit [Ping timeout: 240 seconds]
15:30
bitmapper has quit [Quit: Connection closed for inactivity]
15:32
anniepoo_ has joined #racket
15:36
<
anniepoo_ >
running DrRacket in R5RS language mode, wondering how I import - (or redirect if this is wrong channel)
15:39
notzmv has quit [Ping timeout: 258 seconds]
15:45
<
bremner >
I guess it's the best channel, although I personally don't use R5RS.
15:45
<
anniepoo_ >
so, I'm baffled - everything I've seen in documentation seems to not be available
15:45
<
bremner >
maybe searching for current-output-port or current-input-port will give the scheme way
15:46
<
bremner >
with-input-from-file seems to exist
15:47
<
bremner >
maybe I misunderstand the question. Is this about modules or I/O?
15:47
<
anniepoo_ >
modules
15:47
<
anniepoo_ >
basically, I'm tutoring an undergrad. Their class is using R5RS and DrRacket
15:48
<
bremner >
ah. iirc, there is standard module system in R5RS
15:48
<
anniepoo_ >
I wanted to use filter, was surprised to find it not available
15:48
<
bremner >
s/is/is no/
15:48
<
anniepoo_ >
I see -
15:48
<
bremner >
many profs actually want to force students to write things from scratch. Maybe that's the case here?
15:48
<
anniepoo_ >
so I was reading chicken scheme
15:49
<
anniepoo_ >
no, not the case here
15:49
<
anniepoo_ >
(and it's what we ended up doing cause I didn't want to distract mid lessson)
15:49
<
anniepoo_ >
docs and it said filter was there - v but boom, it wasn't
15:51
<
anniepoo_ >
yeah, but require itself doesn't exist in my little program?
15:51
<
bremner >
At the risk of being boring, if I told my students to use R5RS, I would not expect them to import non R5R6 functions.
15:52
<
bremner >
but *shrug*, who knows I guess.
15:52
<
anniepoo_ >
don't start me on this prof
15:52
<
anniepoo_ >
I'm SWI-Prolog's devrel
15:52
<
anniepoo_ >
I have lots to say about how programming languages are taught
16:15
emacsomancer has quit [Ping timeout: 265 seconds]
16:21
FreeFull has joined #racket
16:27
FreeFull has quit []
16:28
FreeFull has joined #racket
16:52
emacsomancer has joined #racket
17:00
dbmikus has joined #racket
17:01
MetaHertz has joined #racket
17:01
notzmv has joined #racket
17:04
dbmikus has quit [Ping timeout: 240 seconds]
17:07
phillbush has quit [Quit: Leaving]
17:16
dbmikus has joined #racket
17:17
srandon111 has quit [Quit: leaving]
17:20
corpix has joined #racket
17:20
dbmikus has quit [Ping timeout: 256 seconds]
17:23
corpix_ has quit [Ping timeout: 240 seconds]
17:23
corpix_ has joined #racket
17:27
corpix has quit [Ping timeout: 240 seconds]
17:34
anniepoo_ has left #racket ["Konversation terminated!"]
17:45
dbmikus has joined #racket
17:46
corpix has joined #racket
17:49
Sgeo has joined #racket
17:49
corpix_ has quit [Ping timeout: 240 seconds]
17:49
TCZ has joined #racket
18:02
catonano has quit [Quit: catonano]
18:12
dvdmuckle has quit [Ping timeout: 272 seconds]
18:21
orivej has quit [Ping timeout: 260 seconds]
18:31
dbmikus has quit [Ping timeout: 256 seconds]
18:38
MetaHertz has quit [Remote host closed the connection]
18:39
corpix has quit [Remote host closed the connection]
18:40
dvdmuckle has joined #racket
18:43
dbmikus has joined #racket
19:02
epony has quit [Remote host closed the connection]
19:03
TCZ has quit [Quit: Leaving]
19:04
dbmikus has quit [Ping timeout: 260 seconds]
19:07
epony has joined #racket
19:33
dbmikus has joined #racket
19:38
dbmikus has quit [Ping timeout: 265 seconds]
19:39
TCZ has joined #racket
19:45
MetaHertz has joined #racket
19:49
dbmikus has joined #racket
19:53
dbmikus has quit [Ping timeout: 260 seconds]
19:57
YuGiOhJCJ has joined #racket
20:25
epony has quit [Quit: test]
20:26
epony has joined #racket
20:32
selimcan has joined #racket
20:35
epony has quit [Remote host closed the connection]
20:35
epony has joined #racket
20:45
<
selimcan >
did you guys got stinking rich or just forgot to turn off the gather space
21:00
epony has quit [Quit: so much fun, that.. more tests are needed - documentation is the best for irc]
21:02
epony has joined #racket
21:03
wingsorc has joined #racket
21:07
acarrico has quit [Ping timeout: 246 seconds]
21:46
ermo has joined #racket
21:46
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
21:50
dbmikus has joined #racket
21:50
nullcone has joined #racket
21:54
dbmikus has quit [Ping timeout: 260 seconds]
21:56
TCZ has quit [Quit: Leaving]
21:58
acarrico has joined #racket
22:05
dbmikus has joined #racket
22:10
dbmikus has quit [Ping timeout: 260 seconds]
22:20
selimcan has quit [Quit: Leaving]
22:22
bitmapper has joined #racket
22:45
acarrico has quit [Ping timeout: 265 seconds]
23:02
ArneBab_ has joined #racket
23:08
TCZ has joined #racket
23:51
FreeFull has quit []