Douglas Blank
Douglas Blank
Apply's looks like this: 1. put args in list 2. call apply, apply-cont, etc. 3. call `list->vector(args)` 4. `f(*args)` I think we can just put them in a vector to...
In Python, you can create a new class like this: ```python A = type("A", (SUPERCLASS, ...), {ATTRIBUTE: ..., }) ``` If we do it that way, and an ATTRIBUTE is...
Probably shouldn't be able to do this: ```scheme In [2]: (define-syntax 5.4 : [(time ?exp) (let ((start (current-time))) : ?exp : (- (current-time) start))]) ```
See: https://github.com/snoack/python-goto
I'm on jupyterhub. I'm trying to us the configurator on latest versions of everything (Aug 19, 2016). I have installed everything according to README, and it shows as enabled (as...
need to make an extension
Batch should get a random selection, right? Not for test/validation