shane
2020-4-19 17:44:34

@shane has joined the channel


code
2020-4-19 18:15:31

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


spdegabrielle
2020-4-19 18:16:41

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


code
2020-4-19 18:18:38

will do and follow up with blog posts as well


kahrendt28
2020-4-19 19:00:13

@kahrendt28 has joined the channel


francois.lapeyrere
2020-4-19 20:47:46

@francois.lapeyrere has joined the channel


sorawee
2020-4-19 23:26:12

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


deactivateduser60718
2020-4-19 23:35:07

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.


wlbberman
2020-4-20 02:04:21

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


sorawee
2020-4-20 02:55:06

Can you clarify?


sorawee
2020-4-20 02:56:14

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.


wlbberman
2020-4-20 03:05:50

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.