Arcaelyx has quit [Ping timeout: 255 seconds]
lockywolf_ has quit [Ping timeout: 245 seconds]
pera has quit [Quit: leaving]
ZombieChicken has left #racket ["Have a nice day"]
lockywolf has joined #racket
moldybits has quit [Quit: WeeChat 2.4]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 244 seconds]
moldybits has joined #racket
caltelt has joined #racket
acarrico has joined #racket
Arcaelyx has joined #racket
q9929t has joined #racket
FreeFull has quit []
dddddd has quit [Remote host closed the connection]
libertyprime has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
lockywolf has joined #racket
acarrico has quit [Ping timeout: 248 seconds]
lockywolf_ has quit [Ping timeout: 248 seconds]
dieggsy has joined #racket
q9929t has quit [Quit: q9929t]
badkins has quit [Ping timeout: 248 seconds]
notzmv has quit [Ping timeout: 248 seconds]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 255 seconds]
johnjay has joined #racket
ubLIX has quit [Ping timeout: 245 seconds]
lockywolf_ has quit [Ping timeout: 245 seconds]
libertyprime has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
SenasOzys has quit [Ping timeout: 258 seconds]
lockywolf has joined #racket
caltelt has quit [Ping timeout: 258 seconds]
vraid has quit [Ping timeout: 258 seconds]
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 252 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
ricekrispie has joined #racket
ricekrispie2 has quit [Ping timeout: 245 seconds]
jao has quit [Ping timeout: 246 seconds]
sauvin has joined #racket
lockywolf has quit [Ping timeout: 255 seconds]
lockywolf has joined #racket
lockywolf has quit [Ping timeout: 248 seconds]
lockywolf has joined #racket
dbmikus_ has quit [Ping timeout: 252 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
lockywolf has quit [Remote host closed the connection]
ricekrispie2 has joined #racket
ricekrispie has quit [Ping timeout: 258 seconds]
libertyprime has quit [Remote host closed the connection]
ShalokShalom2 has joined #racket
<
ShalokShalom2>
hi there :D
<
ShalokShalom2>
this is just for typed-racket, correct?
<
ShalokShalom2>
since I see no reference to that one on this page..
<
ShalokShalom2>
and second question: does this mean the quality of rackets type inference is on the very same quality level as OCaml?
<
winny>
in racket, how do i read/write math/array array's?
<
winny>
when i write one, it is written as a list, do I have to eval it?
soegaard has joined #racket
<
winny>
ShalokShalom2: in practice I think you'll write around twice the number of annotations in Typed Racket than you'd write in ocaml or haskell
<
ShalokShalom2>
ok, I see
<
ShalokShalom2>
thanks
<
ShalokShalom2>
twice the amount of zero is zero :D
<
winny>
it seems really clever, but there are some shortcomings that make it difficult to achieve what ocaml or haskell can offer
<
ShalokShalom2>
ok, I see
<
winny>
I dunno, good ocaml or haskell needs annotations too
<
ShalokShalom2>
and you mean typed-racket by that?
<
ShalokShalom2>
very few times, yes
<
ShalokShalom2>
in comparison
<
ShalokShalom2>
and I can simply mix typed racket with say some sort of sweet racket?
<
winny>
like every library/public function should have an annotation, otherwise it is too easy to break our own types without realizing it
<
ShalokShalom2>
so to get some more ml feeling into it
<
ShalokShalom2>
my ide shows me that
<
ShalokShalom2>
no need to type that out
<
winny>
i'd caution you away from depending on tools to show types, annotations are essential to make reusable libraries in either of those languages
<
ShalokShalom2>
thanks a lot
<
ShalokShalom2>
yeah, sure
ATuin has joined #racket
soegaard has quit [Quit: soegaard]
<
ShalokShalom2>
can anybody tell me, how to mix different rackets?
<
ShalokShalom2>
such as one which uses indendation for blocks together with typing?
soegaard has joined #racket
lavaflow_ is now known as lavaflow
<
lavaflow>
the documentation for the pict finders in Pict really leaves something to be desired.
<
lavaflow>
I guess lt-find is "left-top" and rb-find is "right-bottom", but then what is rtl-find? right-top-left?
vraid has joined #racket
notnotdan has joined #racket
dddddd has joined #racket
lockywolf has joined #racket
lockywolf_ has joined #racket
lockywolf_ has quit [Remote host closed the connection]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
ShalokShalom2 has quit [Remote host closed the connection]
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
<
soegaard>
lavaflow: agree (about the pict finders)
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
euhmeuh has joined #racket
libertyprime has joined #racket
moldybits has quit [Quit: WeeChat 2.4]
<
lavaflow>
pict is really cool, but seems a bit rough in some spots
JStoker has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 246 seconds]
moldybits has joined #racket
JStoker has joined #racket
lockywolf has quit [Ping timeout: 255 seconds]
orivej has joined #racket
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
libertyprime has quit [Quit: Lost terminal]
libertyprime has joined #racket
lockywolf has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 268 seconds]
eMBee has joined #racket
ubLIX has joined #racket
acarrico has joined #racket
DGASAU has quit [Read error: Connection reset by peer]
pierpal has quit [Quit: Poof]
pierpal has joined #racket
YuGiOhJCJ has joined #racket
DGASAU has joined #racket
<
clacke_movim>
ShalokShalom2: I was wondering the same myself the other day.
<
clacke_movim>
I beliiiieve if sweet is well done it should just be a matter of #lang sweet otherlanguage
<
clacke_movim>
otherlanguage would have to be a sexpr language, is typed/racket pure sexpr or are there special things?
<
bremner>
what do you mean by 'pure sexpr' ?
<
clacke_movim>
Does typed/racket use a special reader?
<
bremner>
not afaik
<
clacke_movim>
Or is it a bunch macros
<
bremner>
more the latter
ubLIX has quit [Ping timeout: 245 seconds]
<
clacke_movim>
Then I imagine sweet should work
<
clacke_movim>
But I'm not well informed
<
clacke_movim>
Try it out and report back to the channel :-)
<
lavaflow>
soegaard: oh nice
<
bremner>
can sweet expressions handle all of #lang racket?
<
bremner>
I can imagine some special reader things not handled.
acarrico has quit [Ping timeout: 246 seconds]
acarrico has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
soegaard has quit [Quit: soegaard]
acarrico has quit [Ping timeout: 255 seconds]
badkins has joined #racket
iyzsong has joined #racket
ng0 has joined #racket
acarrico has joined #racket
odanoburu has joined #racket
lockywolf__ has joined #racket
nullman` has joined #racket
efm has joined #racket
lockywolf__ has quit [Max SendQ exceeded]
lockywolf__ has joined #racket
efm has quit [Client Quit]
lockywolf__ has quit [Remote host closed the connection]
lockywolf_ has quit [Ping timeout: 268 seconds]
lockywolf__ has joined #racket
lockywolf__ has quit [Remote host closed the connection]
endformationage has joined #racket
ubLIX has joined #racket
lockywolf has joined #racket
ATuin has quit [Ping timeout: 258 seconds]
Arcaelyx has joined #racket
iyzsong has quit [Ping timeout: 248 seconds]
acarrico has quit [Ping timeout: 246 seconds]
vraid has quit [Quit: Leaving]
lockywolf_ has joined #racket
dbmikus_ has joined #racket
lockywolf has quit [Ping timeout: 248 seconds]
davidl has quit [Remote host closed the connection]
YuGiOhJCJ has quit [Ping timeout: 256 seconds]
YuGiOhJCJ has joined #racket
johnjay has quit [Ping timeout: 252 seconds]
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
lockywolf__ has joined #racket
lockywolf__ has quit [Max SendQ exceeded]
pera has joined #racket
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 258 seconds]
dustyweb has quit [Ping timeout: 248 seconds]
odanoburu has quit [Quit: Connection closed for inactivity]
jao has joined #racket
FreeFull has joined #racket
johnjay has joined #racket
dbmikus_ has quit [Ping timeout: 244 seconds]
pera has quit [Ping timeout: 245 seconds]
dbmikus_ has joined #racket
pera has joined #racket
acarrico has joined #racket
pierpal has quit [Quit: Poof]
acarrico has quit [Ping timeout: 255 seconds]
pierpal has joined #racket
acarrico has joined #racket
dustyweb has joined #racket
nullman` has quit [Ping timeout: 244 seconds]
selimcan has joined #racket
dustyweb has quit [Ping timeout: 248 seconds]
m1dnight_ has quit [Ping timeout: 258 seconds]
acarrico has quit [Ping timeout: 244 seconds]
selimcan has quit [Ping timeout: 248 seconds]
nullman`_ has joined #racket
sauvin has quit [Read error: Connection reset by peer]
lavaflow has quit [Ping timeout: 245 seconds]
nullman`_ has quit [Ping timeout: 245 seconds]
acarrico has joined #racket
m1dnight_ has joined #racket
lavaflow has joined #racket
dustyweb has joined #racket
nullman` has joined #racket
ubLIX has quit [Ping timeout: 258 seconds]
ubLIX has joined #racket
this-is-dog has joined #racket
<
this-is-dog>
Hey! I'm having some issues figuring out how to right-align the text of message% (racket/gui) does anyone have any clues? Thanks!
vraid has joined #racket
ubLIX has quit [Quit: ubLIX]
nullman` has quit [Read error: Connection reset by peer]
nullman` has joined #racket
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
_whitelogger has joined #racket
orivej has quit [Ping timeout: 244 seconds]
ym555 has joined #racket
libertyprime has quit [Ping timeout: 255 seconds]
ubLIX has joined #racket
vraid has quit [Read error: Connection reset by peer]
pierpal has quit [Ping timeout: 248 seconds]
libertyprime has joined #racket
nullman`_ has joined #racket
nullman` has quit [Ping timeout: 246 seconds]
nullman`_ has quit [Ping timeout: 246 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
pera has quit [Ping timeout: 255 seconds]
pera has joined #racket
nullman` has joined #racket
this-is-dog has quit [Ping timeout: 256 seconds]
Fernando-Basso has joined #racket
orivej has joined #racket
acarrico has quit [Ping timeout: 246 seconds]
libertyprime has quit [Quit: leaving]
nullman` has quit [Ping timeout: 245 seconds]
pierpal has joined #racket
DGASAU has quit [Ping timeout: 245 seconds]
libertyprime has joined #racket
ym555 has quit [Ping timeout: 255 seconds]
ym555 has joined #racket
DGASAU has joined #racket
acarrico has joined #racket
ym555 has quit [Ping timeout: 252 seconds]
ym555 has joined #racket
Fernando-Basso has quit [Remote host closed the connection]
pera has quit [Quit: leaving]
ym555 has quit [Ping timeout: 258 seconds]
ym555 has joined #racket
lavaflow has quit [Read error: Connection reset by peer]
ym555 has quit [Read error: Connection reset by peer]
ym555 has joined #racket