Sylvan Clebsch
Sylvan Clebsch
https://lld.llvm.org This would eliminate the compiler's dependence on a C compiler for linking on Linux and on `link.exe` for linking on Windows. LLD could be used as a library rather...
Can we and should we enable Jupyter widgets in IF# ? https://github.com/ipython/ipywidgets/blob/6b1e0901260409e166ed1763db06122dedeb4b89/docs/source/examples/Widget%20Low%20Level.ipynb It looks like it is built on top of `comm` messages. A collection of widget examples: https://github.com/ipython/ipywidgets/tree/6b1e0901260409e166ed1763db06122dedeb4b89/docs/source/examples
Instead of always boxing machine words (for example, when they are used in a union type such as `(U32 | None)`), we could use the high bits of the 64...