cooklang / cookcli

Command line program which provides a suite of tools to create shopping lists and maintain recipes.

Home Page:https://cooklang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Windows support

dubadub opened this issue · comments

Right now we only build binaries for macOS and Linux. Swift is officially supported on Windows now, so we can explore options to build CLI to work natively on Windows.

If you'd rather someone else do it, I could build it with TypeScript and use pkg to turn it into an executable. Shouldn't be too hard as I've already build the parser and Svelte just needs a HTTP server to serve it.

It would be indeed lovely to be able to also run this super cool programming language on Windows platform. 😃

It would be indeed lovely to be able to also run this super cool programming language on Windows platform. 😃

I'm currently working on an implementation. School and work are my current focus though and it may be at least a few months till I'm finished.

No problem at all! Just to know that there is someone looking into it and that we might have this sometime next year is already thrilling! Thank you for the heads up. I have 2 huge notebooks to transcribe and having found cooklang is very inspiring! Will you also offer a place to publish the recipes like MuseScore does to scores? If not, that's super fine as well!

Maybe sometime in the future, but that's probably something the me and the organization will have to work out due to hosting requirements and other stuff.

I migrated CLI to rust and now we have Windows support. You can download binary from the releases.