
@shane has joined the channel

@spdegabrielle I am working on bioracket, a library for bioinformatics in racket. Hope to publish a first version in about a month maybe

@code That sounds awesome - please make sure @pocmatos knows!

will do and follow up with blog posts as well

@kahrendt28 has joined the channel

@francois.lapeyrere has joined the channel

Wow, someone uses Scribble to generate this: https://project-evidence.github.io/

The political ramifications are a bit scary with how it’s worded, but it’s still kind of cool to see someone driven enough to compile information in this way.

Is there a way to “drop into” a different language at run time and then later return back to the original language

Can you clarify?

The fallback solution is to use stuff in racket/system
to invoke code in other languages, but there might be a better solution depending on what you want.

Yeah, I rethought about what I was doing and just opted to use a very paired down repl where I implemented my own basic eval. Works well enough. I’ll poke around in racket/system when I get some free time.