Doug Coleman
Doug Coleman
Is that invisible? We could detect that and do the right thing.
Why is it at the beginning of the file but at end of the string? We need to handle BOMs better. #1240 #1228
I missed that your new example is just an empty first line. Makes sense
one way to solve it:
another option some code for `` is `IN: cocoa.dialogs` ```objc NSOpenPanel *openPanel = [NSOpenPanel openPanel]; [openPanel setTitle:@"Choose a file"]; [openPanel setShowsResizeIndicator:YES]; [openPanel setCanChooseDirectories:YES]; [openPanel setCanCreateDirectories:YES]; [openPanel setAllowsMultipleSelection:NO]; [openPanel setAllowedFileTypes:@[@"txt"]]; if...
Maybe we can just make `A{ }`for arrays and have `{ }` be immutable like `[ ]`. `curry` and `compose` can work on quots/arrays, `{ }` and `[ ]` can...
my default image size (that loads crap in .factor-boot-rc) went from to 119,531,384 to 120,288,680 == 757,296 for the accessor. hm
What if we had two generic words, one to get slots and one to set them, and the dual getter and setter were not full on words? Would this cut...
Rosetta code in factor doesn't make sense to me. We could have a separate repo and try to sync it when the code changes on Rosetta code
The `modern-harvey4` branch has more -- bootstrap that branch and most/all of the Factor files should parse. `CHAR: a` is supposed to be a form that can parse until it...