-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package manager #178
Comments
Might be interesting to have a look at cargo to see what ideas we can steal. I'd also like to pick Yehuda Katz's brain on what he would do differently. I think he was doing work here: argon-package. It would also be interesting to look at Nix too. |
That right there is valid Nix syntax, though |
Yeah, I think being able to abstract Pikelet to Nix, Dhall, JSON, etc. would be kind of neat! It would be cool if one could statically verify that a bit of Pikelet code could be transformed into one of those formats. Not sure how hard that would be though. |
I'm definitely interested in languages that can be their own data formats - like REBOL, Lisp, Scheme, JavaScript, etc. |
It would be neat to have a way to define Pikelet packages!
I'm also thinking it would also be neat to be able to define packages using Pikelet records!
Having custom literals or something, perhaps like in relit might make this nicer 🤔
TODO List
pikelet-package
crateThe text was updated successfully, but these errors were encountered: