Awesome
WinBQN
WinBQN is a work in progress attempt at providing an easy to install and configure distribution of CBQN for Windows.
Download | Description |
---|---|
dzaima-cbqn-dev-381460e-llvm-mingw-x86_64.zip | Native CBQN built with llvm-mingw from dzaima/cbqn:develop 381460e |
dll-dzaima-cbqn-dev-381460e-llvm-mingw-x86_64.zip | Native cbqn.dll built with llvm-mingw from dzaima/cbqn:develop 381460e |
dllstatic-dzaima-cbqn-dev-381460e-llvm-mingw-x86_64.zip | Native static linked cbqn.dll built with llvm-mingw from dzaima/cbqn:develop 381460e |
Native builds currently do not handle double-struck character input correctly. It is possible to run .bqn
files via -f
, however they must have Unix line endings (for now). UTF-8
console output has not been addressed. No •SH
yet. File functions do not handle absolute paths correctly yet.
Old MSYS2 and Cygwin builds are still available in Releases, but there will be no new versions.
Short(ish) Term Goals
- Produce native builds with no Cygwin/MSYS2 dependencies
- Provide native
cbqn.dll
- Provide
•FFI
- Apply absolute path fix
- Provide
cbqn.lib
- Provide
•SH
- Provide usable repl without mintty