thautwarm / Site-33

https://thautwarm.github.io/Site-33/
10 stars 0 forks source link

static linking #15

Open thautwarm opened 1 year ago

thautwarm commented 1 year ago

https://www.gnu.org/licenses/gpl-faq.en.html#LGPLStaticVsDynamic

thautwarm commented 1 year ago

https://news.ycombinator.com/item?id=31431387

thautwarm commented 1 year ago

You generally do not want use NativeAOT for plugins, since you can have just one .Net runtime inside process. If somebody will write another plugin you will have a problem or experience very strange things

It seems .NET suffers the same issue as that of Julia's

thautwarm commented 1 year ago

extra

Some interesting ideas about shells:

Why isn’t there a constantly running daemon, making the actual binary run as a shell be a tiny executable doing some network calls only?