Mihai Bazon
Mihai Bazon
FYI, I dropped this for now from UglifyJS v2 because I determined that it's unsafe when a variable is used prior to being initialized; here's a simplified example: ``` js...
Please use branch [`spreadsheet-ios`](https://github.com/telerik/kendo/tree/spreadsheet-ios) for testing.
> Slip: missing &key etc. @norvig support for `&key` arguments could be achieved by redefining `DEFUN` and `LAMBDA` as macros on top of `DESTRUCTURING-BIND`, for which there is a fairly...
I too am convinced (mostly from writings of [Oleg Kiselyov](http://okmij.org/ftp/continuations/)) that *undelimited* continuations come with too much baggage. They are nice to have at primitive level, but IMO they should...
Agree.
It seems that Excel supports at most 2 conditional sections in a format string, and maximum 4 sections in total: https://stackoverflow.com/questions/33521708/conditional-formattingcustom-format-with-multiple-conditions-for-a-number-in-e Since such a format string can only be created...
What about the other case: - you type 51.00 in some empty cell with no format; it correctly guesses the format `#.00` - you then type a date in that...
SBCL 1.3.11.15-c42988a. I just ran: ```sh [~/quicklisp/local-projects] $ git clone https://github.com/slyrus/opticl.git [~/quicklisp/local-projects] $ git clone https://github.com/slyrus/opticl-core.git [~/quicklisp/local-projects] $ git clone https://github.com/slyrus/pngload.git [~/quicklisp/local-projects] $ git clone https://github.com/slyrus/retrospectiff.git ``` and then `(ql:quickload...
Ah, I guess it's time for me to upgrade my Quicklisp distro. Thanks! Feel free to close this issue, or maybe keep it and add some short “install from source”...