dzoe changed the topic of #racket to: Racket :: Racket v8.0 has been released: https://blog.racket-lang.org/2021/02/racket-v8-0.html | https://racket-lang.org | https://pkgs.racket-lang.org | Paste at http://pasterack.org | This is the right place to ask for help with (Dr)Racket. Remember to wait around for an answer! | https://racket-news.com/ | Next meetup - Sat, 3 Apr 2021 UTC at 20:00 https://gather.town/app/wH1EDG3McffL
brj has quit [Ping timeout: 252 seconds]
brj has joined #racket
badkins has joined #racket
Noisytoot has quit [Ping timeout: 252 seconds]
badkins has quit [Ping timeout: 240 seconds]
Noisytoot has joined #racket
<BitPuffin> Oh wow I never realized that's what drinking kool aid refers to, despite being familiar with the event. Some things are just right under the nose
gpanders has joined #racket
gpanders has left #racket ["WeeChat 3.1"]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
aeth_ has joined #racket
aeth has quit [Ping timeout: 268 seconds]
aeth_ is now known as aeth
marinin[t] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Charles00> I'm not sure how many people in Jones Town new it was a death contract. Someone who was anticult could have laced it. I'm not really sure
<Charles00> *Knew
<Charles00> Right now I'm going through Don't Teach Code book. A super basic introduction to racket but I haven't used racket since going through htdp
<BitPuffin> Ah I wasn't commenting on if they knew it or not. I just didn't see the obvious connection to the event and the expression and felt a bit dumb
<Charles00> Proof that an idiom can out last it's references and still retain it's meanings.
caente has quit [Ping timeout: 265 seconds]
phillbush has quit [Quit: Leaving]
nebunez has quit [Ping timeout: 246 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
Lowl3v3l has quit [Read error: No route to host]
Blkt has quit [Remote host closed the connection]
Blkt has joined #racket
Lowl3v3l has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
notzmv has quit [Ping timeout: 260 seconds]
orivej has joined #racket
rgherdt_ has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
endformationage has quit [Quit: WeeChat 2.9]
brj has quit [Ping timeout: 252 seconds]
brj has joined #racket
<jboy> would tot recommended Don't Teach Coding, Charles00?
<jboy> you*
notzmv has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
andrei-n has joined #racket
andrei-n has quit [Remote host closed the connection]
andrei-n has joined #racket
andrei-n has quit [Remote host closed the connection]
dhil has joined #racket
badkins has joined #racket
andrei-n has joined #racket
badkins has quit [Ping timeout: 260 seconds]
ridik has joined #racket
andrei-n has quit [Remote host closed the connection]
nperez has quit [Ping timeout: 240 seconds]
andrei-n has joined #racket
caente has joined #racket
badkins has joined #racket
nperez has joined #racket
badkins has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 252 seconds]
sm2n has quit [Remote host closed the connection]
sm2n has joined #racket
vv8 has quit [Ping timeout: 260 seconds]
nebunez has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
badkins has joined #racket
klltkr has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
phillbush has joined #racket
badkins has joined #racket
Sgeo has joined #racket
evdubs_ has joined #racket
evdubs has quit [Ping timeout: 240 seconds]
andrei-n has quit [Quit: Leaving]
<Charles00> That's the one. I'd recommend it for it's discussion on language. I'm only 50% through so I'll give an update hopefully this Sunday. I don't think it covers anything that htdp doesn't already. The book I'm really interested in is Racket The Fun Way and the Blockchain in Lisp (uses racket)
Charles00 has quit [Quit: Leaving.]
Charles00 has joined #racket
vraid has joined #racket
drewolson has joined #racket
<drewolson> hi all. if i'm working in a language and i want vim to indent one of the forms similar to `let`, is there a quick way to do this? something like `lispwords` but for `let` style constructs?
endformationage has joined #racket
brj has quit [Ping timeout: 260 seconds]
brj has joined #racket
aeth_ has joined #racket
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
aeth_ has joined #racket
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
bitmapper has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
Sgeo has quit [Read error: Connection reset by peer]
NieDzejkob has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
NieDzejkob has joined #racket
vraid has quit [Ping timeout: 265 seconds]
<Charles00> does dr racket have the same potential capabilities of a system like emacs? To what degree can dr racket become an extended ide? So I'm wondering if I can develop in drracket to change drracket and do all my other os tasks (maybe even browse the web).
badkins has joined #racket
<Charles00> Also what are the trade off in ecosystems vs ease of use/ speed of development when comparing racket to other languages such as c# or js? What does the work feel like working in c#, js, racket, especially considering ides environments/tools and libraries/and frameworks? I'm wondering how the different ecosystems diverge or relate in syntax (how it feels to use them) and semantics (the work accomplished through them)
<Charles00> how does working in racket vs other languages make one more actionable?
Sgeo has joined #racket
orivej has joined #racket
dhil has quit [Quit: Leaving]
klltkr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<bremner> Charles00: your notion of extending DrRacket reminds me of the (many) proposals to rewrite emacs in a better-according-to-someone language. The usual objection is there are literally millions of lines of elisp that would have to be replaced, which seems like a tough job for any one person or small group.
<bremner> In principle though, sure, I think you can do any one thing that people do in emacs in DrRacket.
<Charles00> could we automate this process of transcribing elisp to racket and just steal the c binding or would we have to use our own c bindings therefor reverse engineering or extending it for the in word out to work with existing racket code ported from an auto generating elisp libary
<Charles00> dont compilers do those kind of things. or is that more a task for machine intelligence
jmiven has quit [Quit: reboot]
jmiven has joined #racket
evdubs_ is now known as evdubs
Diagon has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
ridik has quit [Read error: Connection reset by peer]
<nisstyre> that's what a compiler is supposed to do
<nisstyre> it might be easier to take racket bytecode and translate it to elisp if that's what you wanted to do
<nisstyre> or vice versa
caente has quit [Read error: Connection reset by peer]
caente has joined #racket
<jcowan> bremner, Charles00: If you want DrRacket to be able to do what Emacs does, the first thing is to write #lang elisp in Racket so that all that code Just Works.
<jcowan> Elisp is not that big a language.
<jcowan> Guile already has Elisp support.
Lowl3v3l has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
rgherdt_ has quit [Ping timeout: 260 seconds]
<bremner> jcowan: yes, and the failure of guilemacs more or less illustrates my point.
nebunez has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 260 seconds]