Sam Tobin-Hochstadt

Results 434 comments of Sam Tobin-Hochstadt

The relevant CTAN link seems to be http://mirrors.ctan.org/macros/latex/contrib/llncs/llncs.cls

A few scattered thoughts: - translating `[1,2,3]` to builder notation seems like it would be a significant performance hit; can't we translate it to something like `List.unsafeFromVector(racket.vector(1,2,3))` (or use quoted...

More generally related to what @mflatt said, I think we need to be aware that most of the models we've considered for collections generally are in typed languages with compilers...

I have mostly used copy and paste on Linux, but on my en-us keyboard layout I don't think AltGr exists.

Is this really about scriblib/autobib?

The scenario you describe seems like it should be an error.

I think there are some tricky tradeoffs with allocation-free iteration. You can see this with the hash iteration protocol, which accomplishes it by managing to squeeze the iteration state into...

I think that procedure-reduce-arity-mask could just be the identity function for many purposes.

I think the change you're referring to is https://blog.github.com/2018-02-23-weak-cryptographic-standards-removed/

Does that system really have only 25MB of memory? That seems very unlikely to be enough.