samth changed the topic of #racket to: Racket v7.3 has been released: https://blog.racket-lang.org/2019/05/racket-v7-3.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
orivej has quit [Ping timeout: 258 seconds]
ketralnis has quit [Quit: Textual IRC Client: www.textualapp.com]
FreeFull has quit []
lockywolf has joined #racket
efm has quit [Quit: Konversation terminated!]
liberiga has quit [Quit: Leaving]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 245 seconds]
ubLIX has quit [Quit: ubLIX]
endobson has joined #racket
lockywolf_ has quit [Ping timeout: 244 seconds]
badkins has quit [Remote host closed the connection]
Sgeo has quit [Ping timeout: 258 seconds]
selimcan has joined #racket
selimcan has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
jao has quit [Ping timeout: 258 seconds]
ziyourenxiang has quit [Ping timeout: 244 seconds]
englishm has quit [Excess Flood]
englishm has joined #racket
englishm has quit [Excess Flood]
englishm has joined #racket
englishm has quit [Excess Flood]
englishm has joined #racket
englishm has quit [Excess Flood]
englishm has joined #racket
Sgeo has joined #racket
_whitelogger has joined #racket
lockywolf has joined #racket
thaj has quit [Ping timeout: 244 seconds]
Sgeo has quit [Ping timeout: 246 seconds]
Sgeo has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lockywolf has quit [Read error: Connection reset by peer]
lockywolf has joined #racket
sauvin has joined #racket
endobson has joined #racket
endformationage has quit [Quit: WeeChat 2.5]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 258 seconds]
<J_Arcane> Hello, hello?
ziyourenxiang has joined #racket
dmiles has quit [Read error: Connection reset by peer]
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 268 seconds]
dmiles has joined #racket
manualcrank has quit [Quit: WeeChat 1.9.1]
lockywolf has joined #racket
lockywolf__ has quit [Read error: Connection reset by peer]
lockywolf has quit [Max SendQ exceeded]
lockywolf has joined #racket
<winny> greet
<winny> oh that's why it's so quiet nowadays, slack not gatewayed here :(
orivej has joined #racket
sword865 has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #racket
ubLIX has joined #racket
_whitelogger has joined #racket
zipper has joined #racket
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
zipper has quit [Ping timeout: 245 seconds]
zipper has joined #racket
davidl has joined #racket
orivej has quit [Ping timeout: 245 seconds]
davidl_ has quit [Ping timeout: 268 seconds]
asymptotically has joined #racket
ubLIX has quit [Quit: ubLIX]
ng0 has joined #racket
zipper has quit [Read error: Connection reset by peer]
zipper has joined #racket
<dTal> I don't really get this trend of fleeing IRC in favour of $PROPRIETARY_CHAT
<aeth> Massive amount of VC funding delaying the inevitable annoying ads that make proprietary chats so... annoying.
<aeth> It always starts that way for $0 consumer tech... even Google was ad-free at one point.
<aeth> They always fail to find other monetization and resort to ads.
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 272 seconds]
lockywolf_ has quit [Ping timeout: 246 seconds]
<dTal> frankly there's nothing wrong with IRC that isn't trivially fixable in a backwards-compatible way without throwing out the entire ecosystem
ermo has quit [Quit: ZNC 1.7.3 - https://znc.in]
<dTal> ditching it for Slack is like ditching email for Facebook Messenger
ermo has joined #racket
zipper has quit [Read error: Connection reset by peer]
zipper has joined #racket
ArneBab has quit [Ping timeout: 264 seconds]
dimitarvp has joined #racket
soegaard has joined #racket
dimitarvp has quit [Quit: Bye]
ng0 has quit [Quit: Alexa, when is the end of world?]
teardown has quit [Ping timeout: 248 seconds]
zipper has quit [Ping timeout: 245 seconds]
zipper has joined #racket
dddddd has joined #racket
<winny> IRC is not very user friendly. Not that I think Slack is, but a lot of users tend to think shiny, simple looking things are user friendly
iyzsong has joined #racket
sword865 has quit [Quit: Connection closed for inactivity]
Guest34547 has joined #racket
zipper has quit [Ping timeout: 245 seconds]
kadz has joined #racket
zipper has joined #racket
<J_Arcane> IRCCloud is great
<kadz> Hi. I am following along with the video lectures of UC Berkeley for Structure and Interpretation of Programs. I tried running (first `hello) and instead of giving me the first letter of hello it instead gave me this error: http://pasterack.org/pastes/73683
<J_Arcane> IT honestly provides mostly everything missing from most IRC Clients
<kadz> Is `first` not supported by scheme in newer versions of the language?
<soegaard> kadz: That book (lecture series) uses a library that extends first.
<soegaard> kadz: Let me look up where it is.
<kadz> soegaard: thanks
<soegaard> kadz: Can you remind me: Is the book called Simply Scheme?
<soegaard> I think you need to install this:
<soegaard> If you are using DrRacket you can use the builtin package manager.
<soegaard> In the menu "File" choose "Package manager".
<soegaard> Then click the tab "Available from Catalog"
<soegaard> Enter "simlply>
<soegaard> "simply"
<soegaard> Then install the package simply-scheme
<soegaard> The issue you are seing is that first normally only works on lists. It returns the first element of a list. In the book Simply Scheme they have made their own version which can return letters from a symbol.
<soegaard> After installing simply-scheme, quit DrRacket and start it again.
<kadz> Wow. Thanks. I had tried searching for the error and I wasn't getting many hits on my error. That explains it :)
<soegaard> Now in the menu "Language" choose the menu item "Choose Language...".
<soegaard> Now you can pick Simply Scheme .
<ermo> how does the racket crowd feel about the sweet syntax(-sugar) implementation?
<soegaard> I don't like it.
* ermo is talking about https://readable.sourceforge.io/
<ermo> soegaard: as in "I prefer S-expressions" or more like "Good idea, but the implementation and/or the syntax itself bothers me"?
<soegaard> No, I don't like how Sweet expressions are defined in terms of s-expressions.
<kadz> soegaard: the book is called Structure and Interpretation of Programs. The videos I am watching are the Brian Harvey’s SICP lectures (for the 61A course at Berkeley)
<soegaard> kadz: I think Harvey wrote Simple Scheme.
Guest34547 has quit [Ping timeout: 245 seconds]
vraid has joined #racket
zipper has quit [Ping timeout: 244 seconds]
zipper has joined #racket
iyzsong has quit [Ping timeout: 252 seconds]
iyzsong has joined #racket
sagax has quit [Remote host closed the connection]
moshisushi has joined #racket
dustyweb has joined #racket
dmiles has quit [Read error: Connection reset by peer]
manualcrank has joined #racket
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
iyzsong has joined #racket
dmiles has joined #racket
endobson has joined #racket
orivej has joined #racket
zipper has quit [Read error: Connection reset by peer]
sagax has joined #racket
zipper has joined #racket
endformationage has joined #racket
asymptotically has quit [Remote host closed the connection]
asymptotically has joined #racket
lockywolf has joined #racket
orivej has quit [Ping timeout: 258 seconds]
lockywolf_ has joined #racket
badkins has joined #racket
lockywolf has quit [Ping timeout: 244 seconds]
Lowl3v3l has quit [Remote host closed the connection]
Lowl3v3l has joined #racket
zipper has quit [Ping timeout: 245 seconds]
orivej has joined #racket
zipper has joined #racket
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #racket
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
ng0 has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
kadz has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #racket
badkins has quit [Ping timeout: 244 seconds]
jao has joined #racket
orivej has quit [Read error: Connection reset by peer]
orivej has joined #racket
ziyourenxiang has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 245 seconds]
jao has quit [Remote host closed the connection]
orivej has joined #racket
soegaard has quit [Quit: soegaard]
badkins has joined #racket
orivej has quit [Ping timeout: 246 seconds]
vraid has quit [Quit: Leaving]
enderby- has joined #racket
soegaard has joined #racket
FreeFull has joined #racket
orivej has joined #racket
casaca has quit [Ping timeout: 245 seconds]
casaca has joined #racket
ubLIX has joined #racket
casaca has quit [Ping timeout: 248 seconds]
casaca has joined #racket
badkins has quit [Ping timeout: 246 seconds]
casaca has quit [Ping timeout: 245 seconds]
casaca has joined #racket
casaca has quit [Ping timeout: 245 seconds]
casaca has joined #racket
sauvin has quit [Ping timeout: 246 seconds]
casaca has quit [Ping timeout: 245 seconds]
casaca has joined #racket
ubLIX has quit [Quit: ubLIX]
jao has joined #racket
jao is now known as Guest49317
badkins has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teardown has joined #racket
zipper has quit [Ping timeout: 268 seconds]
zipper has joined #racket
vraid has joined #racket
s4vo has joined #racket
s4vo has quit [Client Quit]
s4vo has joined #racket
Guest49317 is now known as jao
zipper has quit [Ping timeout: 268 seconds]
s4vo has quit [Quit: WeeChat 2.5]
notzmv has quit [Ping timeout: 245 seconds]
jao has quit [Ping timeout: 268 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
dmh has joined #racket
selimcan has joined #racket
selimcan has quit [Quit: Leaving]
ephemera_ has quit [Read error: Connection reset by peer]
asymptotically has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
dmh has left #racket [#racket]
Fernando-Basso has joined #racket
endobson has joined #racket
thaj has joined #racket