Krishna
Krishna
Tried the recommendation and it seems to work. This is what I did: `# existing repo with lots of commits` `$ git checkout --orphan issues` `$ git rm -rf .`...
> Thank you @kaveman- for reviving this! I think we would like this to be an option (even the default) in `git init`. If you send a PR, please also...
> Hello, not sure if this is still maintained, but I am trying to build Mindy on Windows. I can build the project, but I can't run any scripts with...
you could set DYLANPATH to build\lib\dylan\2.7.0\-windows and see if that works. When built with VS2022, I'm getting a corrupt message "in library Dylandule Dylan" instead of "Hello, World." so something...
Bytecode bloat is a not a problem... at least won't be till we have a ton of libraries ported to run under mindy. But a "linker" that fuses the interpreter...
libuv? there is also the eventloop from redis (ae.c) that could be used. But first, wouldn't it be better to gather the interpreter globals into a state object?
even better is to merge the interpreter and the compiler into a single library. The compiler looks like a minifier (using bytecodes) than a proper compiler. Most of the work...
there is also "offlineasm" from JavascriptCore.
wouldn't it be simpler to teach .lid to mindycomp instead?