wanpeebaw
2020-7-23 09:59:30

I’m just working on some practice problem set, not exactly bioinformatics. :laughing:


ego
2020-7-23 13:00:36

@ego has joined the channel


kellysmith12.21
2020-7-23 23:40:15

There is quite a bit of literature on first-class continuations, defining many different flavors of control operators, and it is often possible to define some control operators in terms of others. It appears to me that Racket has a very general and expressive set of control operators, since many of the operators from the literature can be implemented in terms of Racket primitives. Is it the case that Racket provides the most general control operations, and, if not, where might I look to learn about more general operators?


sorawee
2020-7-24 00:05:56

You can take a look at https://github.com/racket/racket/blob/master/racket/collects/racket/control.rkt to see how they are implemente


register
2020-7-24 03:42:50

@register has joined the channel