lexi-lambda changed the topic of #racket to: Racket v7.2 has been released: https://blog.racket-lang.org/2019/01/racket-v7-2.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
aeth has quit [Disconnected by services]
aeth has joined #racket
ismay has joined #racket
keep_learning has quit [Remote host closed the connection]
dbmikus__ has quit [Ping timeout: 268 seconds]
orivej has joined #racket
jao has quit [Ping timeout: 246 seconds]
Arcaelyx has joined #racket
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #racket
iyzsong has joined #racket
orivej has quit [Ping timeout: 246 seconds]
ricekrispie has joined #racket
badkins has quit [Remote host closed the connection]
ismay has quit [Ping timeout: 252 seconds]
dddddd has quit [Remote host closed the connection]
FreeFull has quit []
badkins has joined #racket
libertyprime has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
libertyprime has quit [Read error: Connection reset by peer]
libertyprime has joined #racket
_whitelogger has joined #racket
libertyprime has quit [Ping timeout: 255 seconds]
libertyprime has joined #racket
iyzsong has quit [Ping timeout: 252 seconds]
endformationage has quit [Quit: WeeChat 2.4]
vraid has quit [Ping timeout: 258 seconds]
<libertyprime> hey guys. i'm looking for a way to access racket documentation from the command line. my one ray of hope right now is quack, a plugin for slime, which is proving difficult for me to set up. if anyone knows of a better way to get documentation on the cli, please let me know :D
sagax has quit [Ping timeout: 250 seconds]
vraid has joined #racket
sagax has joined #racket
orivej has joined #racket
vraid has quit [Disconnected by services]
vraid has joined #racket
tse has quit [Quit: WeeChat 2.2]
buyfn has joined #racket
buyfn has quit [Quit: buyfn]
mSSM has joined #racket
orivej has quit [Ping timeout: 246 seconds]
Arcaelyx has quit [Ping timeout: 264 seconds]
orivej has joined #racket
YuGiOhJCJ has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
logicmoo is now known as dmiles
<bremner> libertyprime: there's raco doc, but I'm not sure if that's what you want.
selimcan has joined #racket
selimcan has quit [Remote host closed the connection]
dddddd has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
ZombieChicken has quit [Remote host closed the connection]
ng0 has joined #racket
davidl has quit [Ping timeout: 258 seconds]
vraid has quit [Ping timeout: 258 seconds]
GoldRin has joined #racket
<GoldRin> I'm a bit new and I'm having some issues with learning how to use modules to split up a program into separate source files. Does anyone know of any good references to help me in addition to the racket guide?
mSSM has quit [Ping timeout: 250 seconds]
selimcan has joined #racket
acarrico has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
_whitelogger has joined #racket
selimcan has quit [Remote host closed the connection]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
FreeFull has joined #racket
Fernando-Basso has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
ng0 has quit [Ping timeout: 256 seconds]
orivej has joined #racket
ng0 has joined #racket
orivej has quit [Ping timeout: 246 seconds]
Fernando-Basso has quit [Remote host closed the connection]
acarrico has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
Arcaelyx has joined #racket
<dzoe> I am currently working on an web-server/servlet-env based application. The "library" functions became sort of a project on its own. Is it worth the hassle to split it from the project and use raco pkg linking for it even though it is (at the moment) for just one project?
<dzoe> Basically it is a set of procedures and forms to create standalone self-contained web application server. Self-contained really means self-contained: raco exe creates single binary which contains all the code and static assets.
<dzoe> And on a side note - I am considering switching from plain scribble to mcfly... is anyone else using it? (Except for Neil, of course :) )
<dzoe> GoldRin: Modules as in separate source files or modules/submodules as a Racket feature? If the former, just split what you want to split into "something.rkt" and (require "something.rkt") then. If the latter, it depends on your use-case.
orivej has joined #racket
acarrico has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 244 seconds]
aeth has quit [Ping timeout: 246 seconds]
davidl has joined #racket
endformationage has joined #racket
selimcan has joined #racket
tohoyn has joined #racket
<tohoyn> does anyone know what values #<global-variable-code> mean and where they are generated?
<selimcan> tohoyn, looks like a struct
<tohoyn> selimcan: I searched the Racket documentation without any result
<tohoyn> selimcan: my code does not define such struct
<tohoyn> selimcan: so it must come from the Racket libraries/language
<bremner> grep sez: src/racket/src/salloc.c: } else if (!scheme_strncmp(type, "#<global-variable-code", 22)) { \n src/racket/src/type.c: set_name(scheme_variable_type, "<global-variable-code>");
<bremner> (i.e., yes, it is some racket internal thing)
<selimcan> tohoyn, ^
lavaflow has quit [Ping timeout: 245 seconds]
<selimcan> @(image (url->path (string->url "https://travis-ci.org/apertium/apertium-ast.svg")))
<selimcan> (image-element #f '() #<path:/apertium/apertium-ast.svg> '() 1.0)
<johnjay> my favorite racket code is the kind that displays fractals and graphs
<johnjay> at least that's what i recall from my class with it
<selimcan> Learning new things can be frustrating.
<tohoyn> is there a bug in salloc.c? should there be > after #<global-variable-code ?
<selimcan> tohoyn, emailing racket-users mailing list might be a better idea
<selimcan> It's rather quite here, especially on a weekend
<tohoyn> ok. thanks for help.
<selimcan> np
tohoyn has quit [Quit: Lähdössä]
vraid has joined #racket
<selimcan> Also, just searching racket-users' archives first is a good idea ^^
<selimcan> I think I found something relevant for my question: https://groups.google.com/forum/#!searchin/racket-users/image$20scribble$20url|sort:date/racket-users/Y0kuOtqxzw0/_jiHImYiyXoJ
<selimcan> Indeed
SenasOzys has joined #racket
orivej has joined #racket
ZombieChicken has joined #racket
davidl has quit [Ping timeout: 264 seconds]
ubLIX has joined #racket
davidl has joined #racket
SenasOzys has quit [Ping timeout: 268 seconds]
ubLIX has quit [Quit: ubLIX]
<dzoe> Calm weekend? About mid-term? Shouldn't everyone be grading student's submissions?
<dzoe> On the other hand, I am procrastinating that too.
GoldRin has quit [Ping timeout: 246 seconds]
<selimcan> heh
<selimcan> But despite grading, on the mailing list people respond quickly
<selimcan> including the core team :)
<selimcan> That's not a racket question, but can fetching ~500 travis build status images from travis at once be considered going overboard
<selimcan> That's probably a joke for their api
selimcan-i_sani has joined #racket
selimcan has quit [Ping timeout: 245 seconds]
selimcan-i_sani is now known as selimcan
selimcan has quit [Remote host closed the connection]
lavaflow has joined #racket
meepdeew has joined #racket
Oxyd_ is now known as Oxyd
_whitelogger has joined #racket
aeth has joined #racket
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
sagax has quit [Ping timeout: 246 seconds]
brendyyn has quit [Ping timeout: 250 seconds]
zmt00 has joined #racket
zmt01 has quit [Ping timeout: 250 seconds]
brendyyn has joined #racket