Carl Gay

Results 149 comments of Carl Gay

Here's one that does get reported on the console, but not in the correct format with source file and line number: ``` define module warnings use common-dylan; use format-out, import:...

Haha, neither is the Google internal Common Lisp version. Get to work on that!

I'm thinking the `` class should support Unicode (UTF-8) and `` should be removed. No `` class, just ``, with easy conversion between `` and `` when needed. No doubt...

https://github.com/dylan-lang/opendylan/wiki/Unicode has some of Bruce's thoughts on unicode support.

@promovicz did some related work here: https://github.com/dylan-lang/opendylan/tree/master/sources/app/unicode-data-generator

Apologies for my lack of sophistication on this topic, but I just wanted to drop a couple more thoughts here and learn from any responses they generate. :) In no...

The reversi example in the DUIM source tree seems to have been given more love. For example making some slots constant, removing whitespace at end of line, and some deeper...

It looks to me like the Go, Python, and Julia versions of `recursion_quicksort` treat the creation and filling of the random array differently: * Go: create _outside_ the timing, set...

I noticed today that of the two commands below, which I believe should be equivalent, only the first one works. The second one invokes git but provokes its "usage:" message....

$ uname -a Linux dodo2 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux